Mod scenario vs Player scenario
Mod scenario vs Player scenario
What's the difference?
Re: Mod scenario vs Player scenario
Which two things do you mean?
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.
Re: Mod scenario vs Player scenario
1) Mod scenario
2) Player scenario
2) Player scenario
Re: Mod scenario vs Player scenario
Mod scenarios are added by mods, like base mod, and located in the mod folder, such as base/scenarios
User scenarios are created in the map editor or added to the user directory by hand, and are all located in %appdata%/factorio/scenarios
User scenarios are created in the map editor or added to the user directory by hand, and are all located in %appdata%/factorio/scenarios
Re: Mod scenario vs Player scenario
Why isn't mod_dir/scenarios implemented?
Re: Mod scenario vs Player scenario
It would not work really, mods should add scenarios as part of the mod, for example:steinio wrote:Why isn't mod_dir/scenarios implemented?
https://github.com/Klonan/factory-floor
Re: Mod scenario vs Player scenario
So can mod scenarios have data stages, but player scenarios cannot?
Re: Mod scenario vs Player scenario
No, the mods can, but scenarios can contain only script, map data, locale and some other minor (runtime) thingsDRY411S wrote:So can mod scenarios have data stages, but player scenarios cannot?
Re: Mod scenario vs Player scenario
There is effectively no difference between the two, only where they are located/installed fromKlonan wrote:No, the mods can, but scenarios can contain only script, map data, locale and some other minor (runtime) thingsDRY411S wrote:So can mod scenarios have data stages, but player scenarios cannot?
Re: Mod scenario vs Player scenario
Ok so last question. Do all players need to have the mod scenario installed before they can join a server? For player scenarios they don't.
Re: Mod scenario vs Player scenario
As long as the mod does no data or prototype changes, and has no custom scripts outside the campaign/scenario files, only the server will need the scenario mod installedDRY411S wrote:Ok so last question. Do all players need to have the mod scenario installed before they can join a server? For player scenarios they don't.
This can be confirmed by checking the mod description:
If it says synchonisation is not needed, then people connecting to the server will not need to have the mod installed
Re: Mod scenario vs Player scenario
Will downloadable scenarios become a part of the mod database?User scenarios are created in the map editor or added to the user directory by hand, and are all located in %appdata%/factorio/scenarios
Re: Mod scenario vs Player scenario
They already are. That's what prompted my OP.bobucles wrote:Will downloadable scenarios become a part of the mod database?User scenarios are created in the map editor or added to the user directory by hand, and are all located in %appdata%/factorio/scenarios
Factory Floor by Klonan is an example.