|
Its so in single player campaigns you can save things like minerals, health, and other stuff to load in the next level. especialy when campaign taked the long time to finished Btw, then it could drives the players with saving upgrade level to next stage map ? if so it is exactly what i was seeking ![]() ![]() ![]() ![]() ![]() ![]() |
|
Master of Temptation, Ruler of Aeronotics, and Secret Lover
|
Sounds awesome. Will it be able to work across sessions? (will you be able to close SC in between maps) For multiplayer, the problem is running the code on all computers at the same time and cross examining shared values. I need to find a function to add the reading on to and figure out a way to check everyone's log file. ![]() ![]() ![]() ![]() ![]() ![]() |
|
Master of Temptation, Ruler of Aeronotics, and Secret Lover
|
R.A.W.R Plugin Open Alpha Test
For Starcraft v 1.15.1 What the R.A.W.R Plugin does is allow map/mod makers to have variables transfer to another map. It does this by writing the variables into a file nd then reading them later on. Currently, an Overlord will write the mineral values to the file and scvs read the values from the file. This will change in the final release, but its perfect for the alpha test. The plugin will out put a file that looks like this: CodeR.A.W.R [Reading And Writing Ready] Plugin Created by A_of_s_t. !8!7881 Current format is: (Size|Address|Value) # (int|5763288|50) (int|5763292|50) (int|5763296|50) (int|5763300|50) (int|5763304|50) (int|5763308|50) (int|5763312|50) (int|5763316|50) # Logfile.lgf Closed. The end result will be open source and will have .mpq reading embedded into it. All that is required right now is that people test it to see if there are any errors or anything they would like to see added or changed. Remember, creating an Overlord writes mineral values to a file and scvs read values from a file. Download here: http://www.mediafire.com/?1a2xe9ym1g4 ![]() ![]() ![]() ![]() ![]() ![]() |
|
Master of Temptation, Ruler of Aeronotics, and Secret Lover
|
R.A.W.R [Reading And Writing Ready] Plugin
Created by A_of_s_t Version: --RAWR Plugin Beta 0.0.8 --RAWR Beta.exe for 1.15.1 and 1.15.2 --The files are currently written for 1.15.1, if you would like to test this for 1.15.2, please use 1.15.2 specific addresses. What does this plugin do? --This plugin allows values to be stored and read. You can store ANY value and re-write it back into SC. It uses the base.lgf file to know how many addresses there are, and what addresses to store. logfile.lgf contains all the address from base.lgf with their values that were recorded. --The format for these two files are contained in themselves. Use notepad to view them. --The current test build uses the firebat to read from the file and write to addresses. The ghost is used to write to the file. How do I use it? --For the current build, play as Terran and build a Ghost to write to the file, and a Firebat to read from said file. You might notice that hese units may NEVER be built, but will continuously be in the "training" stage. This is an unforunate side effect of the plugin. --base.lgf -- this file contains the addresses which Starcraft will read and write to logfile.lgf. This file MUST be included and fully written. --logfile.lgf -- this file is used to store the values of the addresses that are to be re-read later. This file (should) be able to not be pre-existing. IF you find that you are having troubles with this file, please report them to me at: Smontiel71266@aol.com What is currently in the future of this plugin? --The ability to chose whcih units read and write by stating them in base.lgf (by either typing out the whole name, or the Unit Number [as in Datedit]). --The ability to chose whether to over write or addon to the existing file (for debug purposes). --The ability to turn off the plugin (by stating that it may be turned off in base.lgf). Contact: --If you have any questions, contact me at: Smontiel71266@aol.com --Or at these websites: staredit.net OR warboards.org Special Thanks To: --Doodle77 --Farty1billion --DoA RAWR BETA DOWNLOAD: http://www.mediafire.com/?26crf60sdri ![]() ![]() ![]() ![]() ![]() ![]() |