HyperSourceGithub / hyperair

a simple pygame flight sim
1 stars 0 forks source link

make it moddable? #18

Open HyperSourceGithub opened 2 months ago

HyperSourceGithub commented 2 months ago

that would be fun i guess... (already coming up with some ideas for mods)

HyperSourceGithub commented 2 months ago

Possibly having a file that contains all the mod paths and then excecuting them? like this:

└── Main Folder/ ├── mods/ │ ├── mod1.py │ └── mod2.py ├── modfiles.txt ├── main.py └── flightsim.py

HyperSourceGithub commented 2 months ago

Possibly having a file that contains all the mod paths and then excecuting them?

ah shoot, this wouldnt work if it's packed as an exe...