Killeroo / SC4Parser

SimCity 4 savegame parsing library.
MIT License
17 stars 1 forks source link

Add new PrebuiltNetworkTile class #4

Open h3ndofry opened 1 year ago

h3ndofry commented 1 year ago

I've made a start on this in my fork, but there is a specific save file exemplar for prebuilt (aka, 3D) network items (such as Elevated Highway and Monorail) located in the save file.

0x49C1A034 is the subfile, and it should be roughly the same format as what's already done for NETWORK_SUBFILE_1 except it has to deal with a 3d object so some byte offsets may be different.

More info can be found on the SC4D wiki at the bottom of the page. https://www.wiki.sc4devotion.com/index.php?title=Network_Subfiles

Killeroo commented 1 year ago

Brilliant, good find. This explains some of the missing network tiles that I was seeing before. Can't believe I didn't see that file hiding at the bottom of the page :)

h3ndofry commented 1 year ago

No worries!

Let me know if you get stuck - I can grab some additional data from the game for testing as part of our NAM experiments.