Skip to content

1.0.8

Compare
Choose a tag to compare
@drewc5131 drewc5131 released this 01 Oct 21:24
· 211 commits to master since this release

Improvements

Complete overhaul to how zones are loaded! (#6 | @Benjamin8693 + @drewc5131)

  • You can now easily implement new zones for your game!

    • Go into the leveleditor/hoods/ folder, add a file with the shorthand abbreviation, and fill it out. Then add it to the --hoods launch option in your start.bat file
      image
  • Level style files are now organized into folders, with the individual files no longer containing the long hand zone names
    image

Other Changes

  • Along with the above changes, some zone names have had their names simplified / updated
    • ALL Cog HQs now go by their OFFICIAL 4 letter abbreviation
      • e.g. CM is now CBHQ
    • Daisy Gardens' long hand has been adjusted from daisys_garden to daisy_gardens
  • The --clash option has been replaced with a more general --server option. This will pave the way for future updates tailored to specific games other than Corporate Clash. (#6 | @Benjamin8693)
    • Currently there are 4 modes: online, rewritten, clash, and offline.
      • Currently only clash has functional differences, the rest will all function identical.