CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
223 stars 86 forks source link

INI migration guide #483

Closed MortonPL closed 4 months ago

MortonPL commented 10 months ago

This PR extends the migration guide with a step-by-step example INI configuration migration. It's aimed at YR modders, but most steps are applicable to any game using this client.

github-actions[bot] commented 10 months ago

Nightly build for this pull request:

Metadorius commented 4 months ago

Also can you add an example on how to port one example checkbox or dropdown? something like "My cool game option" before and after migration, with all the relevant code. I think that would be more useful than the example config because the example configs could be found in the new mod base and/or TSCv6 which we should mention instead.

@MortonPL anything on that?

MortonPL commented 4 months ago

It's there, see paragraph "Port custom game options" (lines 543-580). There isn't really much to do, though.

Metadorius commented 4 months ago

It's there, see paragraph "Port custom game options" (lines 543-580). There isn't really much to do, though.

Ah the syntax highlighting broke so I didn't notice, pardon. Then I don't have much complaints, let's address the remaining feedback from Rampa and SadPencil and merge.