You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Master Files for the Events, StoreItems, Weather.
The creation of these files in there own directory "/MasterData
Purpose of file is to preserve data in from settings for items from mods the Streamer may have pulled from the current game
So if the streamer uses said mods in the future RICS can read from this master file and get the proper settings (prices, enabled state, etc) that the straamer has used in past save games
Example:
Streamer uses Combat Extended.
Mod Check if Master file has records of Combat Extended data (events, store etc)
Pulls data from Master record instead of making default data if availbile,
else creates default data.
Appends master file with New data as needed.
Validate funcion makes sure games current data only includes what is in current mod list. Keeping the Current store list clean of unused items.
Streamer pulls Combat Extended from thier next run
Validate function catches this by finding items that are no longer in the def (does this already but currently but right now just deletes the data)
Appends data changes to the Master store as needed. Deletes from current store (remove clutter)
Save locations for JSON's will need to be consolidated so we save the Master file also when needed.
Outline of this subject to suggestions and changes.
Translating More files.
I know I need to upload the language xml files. Working on that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
A few things for a Road map for the mod
The creation of these files in there own directory "/MasterData
Purpose of file is to preserve data in from settings for items from mods the Streamer may have pulled from the current game
So if the streamer uses said mods in the future RICS can read from this master file and get the proper settings (prices, enabled state, etc) that the straamer has used in past save games
Example:
Streamer uses Combat Extended.
Mod Check if Master file has records of Combat Extended data (events, store etc)
Pulls data from Master record instead of making default data if availbile,
else creates default data.
Appends master file with New data as needed.
Validate funcion makes sure games current data only includes what is in current mod list. Keeping the Current store list clean of unused items.
Streamer pulls Combat Extended from thier next run
Validate function catches this by finding items that are no longer in the def (does this already but currently but right now just deletes the data)
Appends data changes to the Master store as needed. Deletes from current store (remove clutter)
Save locations for JSON's will need to be consolidated so we save the Master file also when needed.
Outline of this subject to suggestions and changes.
I know I need to upload the language xml files. Working on that.
Beta Was this translation helpful? Give feedback.
All reactions