pumpitupdev / pumptools

A collection of tools to run Pump It Up games.
The Unlicense
22 stars 7 forks source link

Pro2: Operator settings not saving #50

Open concubidated opened 1 year ago

concubidated commented 1 year ago

Bug report

Description

When changing settings in the operator menu, they do not actually save.

Affected games and versions

PRO2 maybe pro1? will check

Pumptools versions tested

All

OS and hardware specs

concubidated commented 1 year ago

I think, I have a solution for this, need to check through my branches :D

concubidated commented 1 year ago

Just poking at this again

root@pumpos:/pumpos/data/22_pro2# diff  game/Save/new.Preferences.ini.new game/Save/Preferences.ini 
7,8c7,8
< CoinMode=Pay
< CoinsPerCredit=5
---
> CoinMode=Free
> CoinsPerCredit=4
16c16
< Premium=2PlayersFor1Credit
---
> Premium=DoubleFor1Credit

The options do save to file new.Preferences.ini.new, but on next load, Preferences.ini is still used.

concubidated commented 1 year ago

~Actually I think I recall the stock pro and pro2 image having boot scripts that check for these and swap them out. Lemme double check~ disregard, something funny is going on