dgcole / noctis-iv-lr

Modern source port of Noctis IV
Other
35 stars 4 forks source link

New GOES.net Module System #10

Open dgcole opened 4 years ago

dgcole commented 4 years ago

Having separate executables for each GOES.net module is very inconvenient and makes portability annoying. Possible solutions include:

  1. Building all commands directly into the game, thus sacrificing the modularity.
  2. Implementing some sort of scripting language (AngelScript?) to reimplement the modules in.
Bryceclark56 commented 4 years ago

AngelScript will be implemented as the replacement to using C for the GOES Net modules.