PDA

View Full Version : Wipeout 2048 Mod Manager



T-301
14th July 2024, 12:47 AM
11277

New from the Vita hacking community: Firestar (https://screwgravity.net/firestar/), a Wipeout 2048 Mod Manager by bonkmaykr (https://www.wipeoutzone.com/forum/member.php?1557557-bonkmaykr).

Firestar is a cross-platform Java-based mod manager for WipEout 2048, which runs on a desktop/laptop computer and aims to allow easy installation of mods for users with very little hassle. It is compatible with both real PSVita hardware, as well as emulators.

Main pages: https://screwgravity.net/firestar/, https://git.worlio.com/bonkmaykr/firestar

How to use + existing mods: https://git.worlio.com/bonkmaykr/firestar/wiki

Seems promising so far. Hopefully we'll get mods that enable the online ship liveries and possibly, if the stars align, even create a makeshift Racebox mode of sorts for WO2048 on the Vita.

Additionally, the Vita3k emulator is running WO2048 at a nearly perfect state. Combined with this mod manager, we could be looking at a major revival for the game once online functionality becomes reliable.

11278

kanar
14th July 2024, 05:17 AM
Just bought it again (vita and 2048 on the ps store) last friday, and already pimped this machine into a wipeout terminator
Wipeout 2048 with HD online crossplay what else
Got also back Pulse (and maybe online support soon)
I could go on pure, or even older but god it's already way too many wipeout for me
Bonkmaykr you are a wizard, keep up this awesome job

bonkmaykr
17th July 2024, 10:48 AM
Hello! Thanks for the thread.


Hopefully we'll get mods that enable the online ship liveries and possibly, if the stars align, even create a makeshift Racebox mode of sorts for WO2048 on the Vita.

Working on those pretty soon--I did try to dig around in the files but I didn't find anything pertaining to the online unlocks. According to thatonebonk, awarding alternate liveries to your save file is done by the matchmaking server, but that could be wrong. We do have texture swaps 100% working though (see image), so a good workaround should be to just swap Livery1 and Livery3 in the ship's folder.

11275

As for everything else, prettymuch anything we can do in WipEout HD we can do in 2048, including custom GUIs. Since there's a lot of code and engine features left over a racebox mode should theoretically be easy to add. We can't put it on the campaign grid though as that uses it's own proprietary system, but the old XML systems from HD Fury are editable.

Right now Wirlaburla and I are cooking up Firestar 1.3, we're finishing up the custom playlist generator and we'll be out with the update sometime this month this fall.

11276

bonkmaykr
25th July 2024, 04:10 PM
Hello again,

While cleaning up some of the list sorting code I noticed there's a pretty serious bug with mod lists larger than 10 mods. If you have too many mods you may run into a problem where the list rearranges itself every time it reloads. It seems like decimal numbers in ~/.firestar/mods/index are not read correctly.

We've fixed this bug in the latest commit (https://git.worlio.com/bonkmaykr/firestar/commit/14a943edf3bf3245609acbb563af6d68c30e5607) and it should be out soon when 1.3 is done. If you need this fixed right away and can't wait for 1.3, I can provide a developer build or you can compile the source code yourself with Gradle. Cheers!

P.S. Wirla has been digging around some more and found some leftover files from a dev menu which could allow access to racebox (no promises), we're looking for a way to reimplement them. Stay tuned

T-301
7th September 2024, 09:24 PM
Hello again,

While cleaning up some of the list sorting code I noticed there's a pretty serious bug with mod lists larger than 10 mods. If you have too many mods you may run into a problem where the list rearranges itself every time it reloads. It seems like decimal numbers in ~/.firestar/mods/index are not read correctly.

We've fixed this bug in the latest commit (https://git.worlio.com/bonkmaykr/firestar/commit/14a943edf3bf3245609acbb563af6d68c30e5607) and it should be out soon when 1.3 is done. If you need this fixed right away and can't wait for 1.3, I can provide a developer build or you can compile the source code yourself with Gradle. Cheers!

P.S. Wirla has been digging around some more and found some leftover files from a dev menu which could allow access to racebox (no promises), we're looking for a way to reimplement them. Stay tuned

Great to hear. Hope it all works out well.