Page 1 of 1

INI2MIS - partially converts GTA1 INI to GTA2 MIS

Posted: 17 Nov 2011, 05:38
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

Re: INI2MIS - partially converts GTA1 INI to GTA2 MIS

Posted: 17 Nov 2011, 10:40
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

Re: INI2MIS - partially converts GTA1 INI to GTA2 MIS

Posted: 22 Nov 2011, 05:37
by Sektor
v0.2.8
- If the original Z coordinate was 255 then the offset will be ignored