1/3
1 Year of Service
Not sure where to put this, but I'd like a bit of clarification on how to distribute games. I've been working on two and to reach the largest audience I've come up with a plan, but I don't know if it would be allowed or scrutinized.
1. I want to compile 2 or 3 distributions. Vanilla, Expanded and Taboo. Vanilla would go everywhere (F95z,LC,A.T.F, others). Expanded would go here and Taboo to A.T.F.. The vanilla version would be self contained. The other two would only have 2 files (archived/obfuscated code) and would be rather large as they would contain all the added files (Vanilla files + Expanded files + Taboo files). The files would overwrite the vanilla ones. Any issues with this here on LC? (I understand other sites have their own policies).
2. I don't want to maintain a thread, but would like access to it so I may answer questions and upload game files directly to mods so they can review them.
3. I'm not an expert programmer. Compiling three versions using isolated and exclusionary files is the best method I can think of to place less work on myself. Some of these renders are taking 20-30 minutes even with 4080 Super
so I'm testing commands like this in options.rpy:
init python:
build.classify('game/flashback/**', None) # Exclude all files in flashback/
build.classify('game/taboo_scene.rpy', None) # Exclude specific file
This look OK?
Thanks for any feedback on this. If I need to make a ticket to ask or answer specific questions just DM me.
1. I want to compile 2 or 3 distributions. Vanilla, Expanded and Taboo. Vanilla would go everywhere (F95z,LC,A.T.F, others). Expanded would go here and Taboo to A.T.F.. The vanilla version would be self contained. The other two would only have 2 files (archived/obfuscated code) and would be rather large as they would contain all the added files (Vanilla files + Expanded files + Taboo files). The files would overwrite the vanilla ones. Any issues with this here on LC? (I understand other sites have their own policies).
2. I don't want to maintain a thread, but would like access to it so I may answer questions and upload game files directly to mods so they can review them.
3. I'm not an expert programmer. Compiling three versions using isolated and exclusionary files is the best method I can think of to place less work on myself. Some of these renders are taking 20-30 minutes even with 4080 Super
init python:
build.classify('game/flashback/**', None) # Exclude all files in flashback/
build.classify('game/taboo_scene.rpy', None) # Exclude specific file
This look OK?
Thanks for any feedback on this. If I need to make a ticket to ask or answer specific questions just DM me.