djhackersdev / segatools

Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms
The Unlicense
51 stars 6 forks source link

idz & aimeio: Add option to generate aime.txt cards, and add default config with said option enabled for IDZ version 2 - [closed] #50

Closed icex2 closed 1 year ago

icex2 commented 3 years ago

In GitLab by @BemaniWitch on Feb 9, 2021, 01:18

Merges aime -> master

IDZ Version 2 doesn't support the current felica.txt implementation, so one workaround is to use the current aime.txt implementation. This MR contains the necessary generation code, and a new segatools.ini for IDZ2 to enable said added aime.txt generation, which is disabled by default in case it breaks any legacy stuff.

icex2 commented 3 years ago

In GitLab by @BemaniWitch on Feb 19, 2021, 16:57

added 1 commit

Compare with previous version

icex2 commented 3 years ago

In GitLab by @BemaniWitch on Feb 19, 2021, 16:58

Pushed a fix for the original MR, as it was sending a different ID on the first login compared to the one it was writing to the file, therefore forcing users to make a new profile afterwards.