INI2MIS - partially converts GTA1 INI to GTA2 MIS

Anything to do with GTA1/GTA2 modding (tools, scripts and more).
Post Reply
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

INI2MIS - partially converts GTA1 INI to GTA2 MIS

Post by Sektor »

Just made some quick changes. VB6 source code included.

- Z coordinate won't exceed 255.0
- Output folder will always have a trailing slash
- Changed website from gta.filetap.com to gtamp.com
- Maximum powerup generators can now be adjusted

Download:
ini2mis.7z
(40.56 KiB) Downloaded 1175 times
BenMillard
Immortal
Posts: 889
Joined: 16 May 2009, 06:14
GH nick: BenMillard
Location: London, UK
Contact:

Re: INI2MIS - partially converts GTA1 INI to GTA2 MIS

Post by BenMillard »

This took a lot of repetitive work out of the GTA1 to GTA2 conversion. Still left a lot of tidying up, as explained in that topic. Here's a few ideas which I could work on. (Probably not soon, though.)
BenMillard wrote:object declares should go before LEVELSTART, with any commands after LEVELSTART
I much prefer the compact format for coordinates, padding to 3 characters per axis using space characters so they align
the door checking warp sequence looks fun :P
I was going to propose moving all the tickboxes to tickable lists on the left, then having a before/after comparison filling the main area of the form
form could resize then and you could preview the result without overwriting previous converted script
use a "Save As" button instead of a file path, so you can decide where and what name to give the resulting file
use an "Open File" dialog for the same reason
could default to the locations already stored in registry, for users who've used it already
different offset for PHONE versus other objects
adjust rotations for certain objects because sprites are arranged differently in GTA2
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: INI2MIS - partially converts GTA1 INI to GTA2 MIS

Post by Sektor »

v0.2.8
- If the original Z coordinate was 255 then the offset will be ignored
Post Reply