Search found 1120 matches

by elypter
29 Jul 2017, 20:28
Forum: Modding forum
Topic: Epic GTA2 Map Editor (0.6.6602) Beta
Replies: 996
Views: 1427272

Re: Epic GTA2 Map Editor (0.6.6602) Beta

since playing gta2 on linux works well i was curious whether it would be possible to do modding on linux too. i tried all important tools and it turns out that only the miss2 compiler(mayor problem but that might change with b$heps compiler) and your editor have problems. it crashes when the main wi...
by elypter
02 Jul 2017, 22:42
Forum: Modding forum
Topic: Cheat Engine Addresses
Replies: 15
Views: 40039

Re: Cheat Engine Addresses

i looked through it a bit but i cant run gta2 right now because it crashes on linux. dont know why, it worked before.
by elypter
02 Jul 2017, 22:41
Forum: Modding forum
Topic: New GTA2 Script Compiler
Replies: 120
Views: 297556

Re: New GTA2 Script Compiler

great to hear this. take your time, to finish it. i hope you got better weather than its over here.
by elypter
01 Jul 2017, 18:46
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Medic Reviving Me
Replies: 11
Views: 23639

Re: Medic Reviving Me

it shouldnt be that difficult if you can keep the player laying down and from respawning. this was als my first guess
by elypter
30 Jun 2017, 02:12
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Medic Reviving Me
Replies: 11
Views: 23639

Re: Medic Reviving Me

it would be cool if the electrogun worked like this. if you are lying on the floor the opponent got 2 seconds to finish you, otherwise you get up again. that should be scriptable with that information. could you please post all those cool addresses you found. im not actively developing but other mod...
by elypter
30 Jun 2017, 02:04
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Pistol & Shotgun Redesign
Replies: 45
Views: 89805

Re: Pistol & Shotgun Redesign

ah, i remember doing that with tanks. fun times.
by elypter
29 Jun 2017, 23:44
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Medic Reviving Me
Replies: 11
Views: 23639

Re: Medic Reviving Me

wow, what happens if they revive you?
by elypter
29 Jun 2017, 23:42
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Pistol & Shotgun Redesign
Replies: 45
Views: 89805

Re: Pistol & Shotgun Redesign

pretty cool. a damage or fire rate upgrade would make the jeep a much better weapon
by elypter
29 Jun 2017, 18:09
Forum: Maps
Topic: Tiny San Andreas? MP map I started from scratch today (WIP)
Replies: 39
Views: 77439

Re: Tiny San Andreas? MP map I started from scratch today (W

nothing predictable should cause desyncs anymore
by elypter
29 Jun 2017, 16:44
Forum: Modding forum
Topic: Has anyone tested the official map editor under wine yet?
Replies: 4
Views: 14271

Has anyone tested the official map editor under wine yet?

i would like to see if it fails just for me or for everyone because if often have problems due to my graphics chip. could someone please try it out? for me it crashed on launch. maybe you have more luck.

quick link

how to install newest wine version

the same happens with TMs editor
by elypter
29 Jun 2017, 01:12
Forum: GTA1/GTA2 movies, audio, images and replays
Topic: Pistol & Shotgun Redesign
Replies: 45
Views: 89805

Re: Pistol & Shotgun Redesign

Been designing new gun designs for the map I'm working on for fun.
you should give it a heavy machine gun sound too and an overheating mechanism.
by elypter
29 Jun 2017, 01:03
Forum: Modding forum
Topic: More than 3 gangs!
Replies: 2
Views: 6113

Re: More than 3 gangs!

nice
by elypter
29 Jun 2017, 00:58
Forum: Modding forum
Topic: Scripting command questions
Replies: 23
Views: 47408

Re: Scripting command questions

(LIMITATION) Maximum of code lines in a script is 3014
by elypter
29 Jun 2017, 00:55
Forum: Maps
Topic: Tiny San Andreas? MP map I started from scratch today (WIP)
Replies: 39
Views: 77439

Re: Tiny San Andreas? MP map I started from scratch today (W

nice. btw you can test maps without having to go to the menu and running it as single player. just dont specify a player count and create a link to gta2.exe -c
by elypter
28 Jun 2017, 11:09
Forum: Maps
Topic: Tiny San Andreas? MP map I started from scratch today (WIP)
Replies: 39
Views: 77439

Re: Tiny San Andreas? MP map I started from scratch today (W

http://www.binaryhexconverter.com/decimal-to-binary-converter script variables seem to be 32 bit long this one spans over multiple game variables. the last byte(8 bits) is for the powerups. actually not a surprise since you can have scores greater than 64k. it could have something to do with the fir...
by elypter
28 Jun 2017, 10:59
Forum: Modding forum
Topic: Scripting command questions
Replies: 23
Views: 47408

Re: Scripting command questions

you have to wrap the whole statement in another pair of brackets
by elypter
28 Jun 2017, 02:12
Forum: Modding forum
Topic: Scripting command questions
Replies: 23
Views: 47408

Re: Scripting command questions

its because i copied your code. its actually IS_CHARACTER_IN_ANY_CAR (charname) instead of IS_CHAR_IN_ANY_CAR (charname). you should use syntax highlighting to avoid such problems. it looks like gta can only handle one hit type per frame. you could check this by some test code like exploding somethi...
by elypter
27 Jun 2017, 15:31
Forum: Modding forum
Topic: Scripting command questions
Replies: 23
Views: 47408

Re: Scripting command questions

you cannot use AND and OR in the same IF statement. you have to do nested ifs instead of using and. i hope that was your problem. btw you dont need a "then". the "else" and "elseif" is bugged too sometimes so you may need to use an if not instead in some occasions http:...
by elypter
27 Jun 2017, 13:47
Forum: Modding forum
Topic: Scripting command questions
Replies: 23
Views: 47408

Re: Scripting command questions

btw if you use mis tags the code gets syntax highlighting