Command line tool for quickly compiling scripts

Anything to do with GTA1/GTA2 modding (tools, scripts and more).
Post Reply
User avatar
B-$hep
Immortal
Posts: 568
Joined: 24 Apr 2009, 21:43
GH nick: B-Shep
Location: EU

Command line tool for quickly compiling scripts

Post by B-$hep »

I attached the command line tool for quickly compiling scripts.
You just extract the 1 folder and the exe to somewhere.
Make a shortcut of the exe on your desktop.

And now you can just drop the .mis file into that shortcut and it will compile it without any questions.
In WIN7 and newer just make sure the exe has write access. Usually they dont have that on drive C:\

I use it on D:\

If there are errors in compiling, it will show dialog. If there are no errors then it will just compile and the generated .scr file will be put on the same folder where .mis file is.
Hacking the miss2 is too much work and its pointless. Because i have new compiler ready soon.

Here is antivirus scan results for miscomp.exe
https://www.virustotal.com/en/file/5ec5 ... 452968420/

Its clean.

Enjoy
Attachments
miscomp.7z
Command Line Compiler
(879.15 KiB) Downloaded 768 times
Always wear safety glasses while programming.
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: Command line tool for quickly compiling scripts

Post by Sektor »

Cool. Why not make it fully command line and output the good/bad results in the console? It's still useful without that, especially if your own compiler will be released soon.
User avatar
B-$hep
Immortal
Posts: 568
Joined: 24 Apr 2009, 21:43
GH nick: B-Shep
Location: EU

Re: Command line tool for quickly compiling scripts

Post by B-$hep »

I will do that.
If i understand correctly then there should be one pure console app instead of the pure GUI app.
And that console app will display all the stuff from miss2, like miss2 was the real console app.

Interesting idea.
Always wear safety glasses while programming.
Post Reply