Knuxfan24 / Sonic-06-Randomiser-Suite

An all in one software suite for randomising various elements in Sonic '06 on the Xbox 360 and PlayStation 3.
MIT License
10 stars 0 forks source link

XNCP Randomisation #44

Closed Knuxfan24 closed 2 years ago

Knuxfan24 commented 2 years ago

Will require a copy of XNCPLib to be included with the Randomiser, maybe modified to make some things easier to fiddle with.

Colour edits have been proof of concepted with some very shoddy code (see below). Sprite index randomisation was also suggested, but hasn't been tried yet. image image image image image

Knuxfan24 commented 2 years ago

XNCPLib does now support '06 XNCPs, so this might be worth considering properly as I no longer need to base it on a fork. Would require the DLL to just be present with the Rando's source, or I could use a submodule to keep it up to date with the Randomiser itself.

Knuxfan24 commented 2 years ago

Created a branch https://github.com/Knuxfan24/Sonic-06-Randomiser-Suite/tree/XNCP-Randomisation-Testing to toy around with these, using the submodule approach.

Knuxfan24 commented 2 years ago

Committed to the master branch in https://github.com/Knuxfan24/Sonic-06-Randomiser-Suite/commit/47f251f95fc43c1e24057196aaba27666c73e62e but forgot to close this.