inject script runtime!

Anything to do with GTA1/GTA2 modding (tools, scripts and more).
Post Reply
Shazdeh
Psycho
Psycho
Posts: 60
Joined: 29 Jul 2009, 20:22
GH nick: Dont_have_yet

inject script runtime!

Post by Shazdeh »

Can we inject an script file, either compiled or uncompiled, in the game during the runtime?
User avatar
Sektor
Boss
Boss
Posts: 1424
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: inject script runtime!

Post by Sektor »

Depends what you mean but I think the answer is no. No one has written a code injector for GTA2. It could be done but I can't do it.
User avatar
Gustavob
Immortal
Posts: 407
Joined: 18 May 2009, 21:40
GH nick: Gustavob
|Gustavob|
Location: Nowhere.
Contact:

Re: inject script runtime!

Post by Gustavob »

You can launch a scriptfile in-game, for example when you answer a telephone.
But it just works if you have the uncompiled script of the map you are trying to do this, wich means you cant do this in Downtown and Residential Districts, only in Industrial and maps made by players with the *.mis file released.
It is used in Industrial District I think

I think you have to do like this:

Create a folder with the name of the original script
Then create the script you want to launch ingame and compile it
Put it on that folder
In the uncompiled script, put something like this:

Code: Select all

LAUNCH_MISSION (filename)
As the command says, its used for missions, althoug I think it doesnt work only for missions; but keep in mind that im not sure.
You just lost the game.
Post Reply