• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

A save/load tool in c#

Status
Not open for further replies.
Level 31
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 = ).
 
Status
Not open for further replies.
Top