Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

:-D

I know, I know... it's out of scope for now but... would it be easier to use "gobpack.exe -u" (included in the zip I sent via mail) to unpack the gobs to pcx and text files and then convert the pcx to png and in the end use png + text files as input instead of the gob files?

Cheers!
/MODOOSFT

Hahah, glad you like your new title.

Well that would save part of the work, but still there has to be some data level conversion since the "mask.pcx" file is a black & white image which is literally used as a mask at the pixel level in their rendering engine, while mine is actually just a full colour image that is laid over the top of everything.  So like I described earlier, when converting an old level, the mask.pcx has to be used to copy the graphics from the actual level background and paste them into a new file.

And as for the sprites, I would still need to interpret the gob data to know how to interpret the sprites.pcx files to find the images and their hotspots.

Those points are really where the bulk of the work is...

Tested now to modify the png files in the custom folder but no matter what I do it still uses the original images. Changing the collision text file works though.

Am I missing something or doing it wrong?

Argh you're right.  I found the problem - Godot is including my custom folder in the package, so the game is using the files it's finding internally in its data.pck rather than the ones from the actual external "custom" folder.  I found the export settings to correct this and fixed the problem, but I spent most of the day creating an export script that will one-click export all platforms and external files and then push to itch.io, so no human error can be introduced :)

Nice! Will try again when the magic script has pushed the next build to itch. :-)

How hard would it be to add support for levels that fit modern screens? Like 16:9 ratio levels. Could be good to have some extra space for 8 player matches.

Once again, possible, but not free :) Definitely something I'd look at for the paid version, because I can appreciate the benefits.  It's not the technical considerations, it's the design considerations. I made this game to support 4:3 screens, it doesn't seem right to re-release it and not have it played in its original style - I have an arcade cabinet that uses a real CRT and want to keep playing it on that (and I was contacted by someone else doing the same thing!) so adding support for widescreen levels would mean handling what happens when it's on a CRT - probably labelling them as "widescreen" in the level select interface, and either popping up a warning and just cropping out the extra space (and letting the players get lost off screen), maybe instead zooming out (but that would be hard to see on a CRT), or just locking those levels altogether... you can see how this affects development from a design perspective!  Open to ideas though.

(1 edit)

Ok you can be the first to test if my magic script did its job properly! I fixed the bug and all the builds were updated with the script.  Try it out and let me know!

Also this interface is horrible for long conversations - next order of business is getting the forums up,  so I'll let you know and you can post there from now on.

Great! It works!

Tested to load of the old levels I had converted extracted and converted to png and it worked straight away. :-)

Thanks for the nogore option as well!

And you can also be the first to test out the new forums on my website!  Could you head over to www.domariusgames.com, find the forum, and make a new thread there?