Page 1 of 1
Mod Creation Question
Posted: Fri Jan 28, 2022 5:29 am
by FluffnTough
I'm currently brainstorming and messing about with the FCS and I have an idea for a mod. I've been discussing it with some others online and I've found through that conversation that the mod I want to create would require editing the file fcs.def file to get the functionality that my idea requires.
However, I've yet to find any conclusive answer to the question: Is this kind of mod *okay* to make public as it requires modifying base game files? Also, if it is okay to do so and I make my idea work, how would I distribute this kind of mod? I imagine it would probably need manual download or otherwise an alternate method than by Steam's Workshop or via Nexus Mods, for example.
Re: Mod Creation Question
Posted: Fri Jan 28, 2022 2:31 pm
by Hatsune_Neko
if you have to decompile code to gain access, then its not acceptable.
if not, then you should be good to go.
Nexus is how you distribute none Steam unloadable files.
Re: Mod Creation Question
Posted: Fri Jan 28, 2022 4:20 pm
by Shidan
The FCS.def is a completely safe edit for posting, well beyond that it would of course be easy to break things for the end user if you don't know what you're doing. Nothing wrong legally speaking for posting a mod with that file edited though.
You also don't need to have the users change anything even with an FCS.def edit, as all that does is alter your options in the FCS. The end user doesn't need that edit to use your mod. So uploading the mod should be the same as any other mod.
Re: Mod Creation Question
Posted: Sat Jan 29, 2022 2:13 am
by FluffnTough
Thank you for the replies, it's much appreciated.
Now knowing this, I feel like this opens many different possibilities.
Too many ideas are floating around my mind to focus on one now, lol.
Hatsune_Neko wrote: ↑Fri Jan 28, 2022 2:31 pm
if you have to decompile code to gain access, then its not acceptable.
if not, then you should be good to go.
Nexus is how you distribute none Steam unloadable files.
I apologize, I'm not sure what you mean by "none Steam unloadable files".
Re: Mod Creation Question
Posted: Sat Jan 29, 2022 4:55 pm
by Shidan
She's referring to edits to files that cannot be uploaded to the workshop. Simple example would be a world edit that changes the actual shape of the world map, adding new lands, etc.
Some of the files from that cannot be uploaded to the workshop (well, they can technically, but the game won't read them), so you'd have to upload to a place like the nexus and include installation instructions for a manual installation.