- Joined
- Jul 10, 2007
- Messages
- 6,306
Save/Load tool that generates JASS code given settings running on 2 different types of systems:
http://www.hiveworkshop.com/forums/...-simple-low-level-save-load-framework-197557/
http://www.hiveworkshop.com/forums/showthread.php?t=189883&prev=search=save/load&d=list&r=20
It should have a tool for creating various types of catalogs easily using the few basic catalog models (the person using will have to still craft complex catalogs so as to keep it from being limited).
It should be able to load up a wc3 map so that users can input objects into catalogs easily (units, items, etc).
It should be able to output vjass code that is the save/load stuff for the map that includes save and load commands.
It should have different output options:
multiboard
text tag
text message
text file (PreloadFile)
The user should also be able to add data to the skeleton of the Encoder object or save/load system.
It should support backwards compatibility with the option to either display the version of the code or store it directly into the code.
It should be able to support multiple versions of a code (more backwards compatibility), allowing a user to build off of previous versions while archiving those previous versions. Previous versions should also be able to be deleted (only going back a certain number of versions).
If anyone could do this, I'm sure that a lot of people in the community would really appreciate it = ).
http://www.hiveworkshop.com/forums/...-simple-low-level-save-load-framework-197557/
http://www.hiveworkshop.com/forums/showthread.php?t=189883&prev=search=save/load&d=list&r=20
It should have a tool for creating various types of catalogs easily using the few basic catalog models (the person using will have to still craft complex catalogs so as to keep it from being limited).
It should be able to load up a wc3 map so that users can input objects into catalogs easily (units, items, etc).
It should be able to output vjass code that is the save/load stuff for the map that includes save and load commands.
It should have different output options:
multiboard
text tag
text message
text file (PreloadFile)
The user should also be able to add data to the skeleton of the Encoder object or save/load system.
It should support backwards compatibility with the option to either display the version of the code or store it directly into the code.
It should be able to support multiple versions of a code (more backwards compatibility), allowing a user to build off of previous versions while archiving those previous versions. Previous versions should also be able to be deleted (only going back a certain number of versions).
If anyone could do this, I'm sure that a lot of people in the community would really appreciate it = ).