takepoint-io / server

The server for takepoint.io. Report bugs/request changes here.
GNU General Public License v3.0
0 stars 0 forks source link

Modding support #3

Open gpt-doktor opened 3 weeks ago

gpt-doktor commented 3 weeks ago

Add modding support, preferably with basic guides on modding for new users. I believe that allowing players to easily add all the ideas they have without dwelling too much into codebase will boost takepoint development.

nitrogem35 commented 2 weeks ago

This will be worked on in the future and certain areas of the game have been built with this in mind. For example, most perk values can be edited from the values.json file. Weapons should also be included here at some point. Maybe after moving to a system where different areas of the game register themselves instead of being imported by the main World class, it'll be easier to write some kind of API wrapper that makes modding more simple, but for now you can create basic mods by manually editing the values file.