Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
I removed the ladder. It is now "Online players". As long as you keep the save manager open you are online. (refreshes every 100 seconds)
When my amazon server shuts down in a year (its free for a year) the Online players box will just hide. the design will still look good.
The MakeMeHost box will always be visible as long as MakeMeHost is online.
I added some fun behind the scenes code that figures out the latest game version based on player saves. If five(5) ip-adresses uploads a higher game version than what is stored in the database the game version updates for everyone. Everything should be maintenance-free.
Please add this system in next update, it is done.
I suspect the script checks for and lists all games with the word "gaia" in it. It would probably be impractical to try and parse every game to see what map is loaded then check those for gaia... I'm pretty sure "[gaia]dota" is clear for everyone that it's a dota game anyway.
Looks amazing! But I feel there is a bit too much screen clutter. Could you remove the items from the layout? I don't think they add much to the functionality and will probably just distract from what is important.
I'll implement it right away in the next version then.
Can you post me the HTML script I need for this?
Oh and did you change the _data folder thing? I don't want to change the filestructure, so I'd rather have the master file directly in the GaiasRetaliation folder, so _data becomes whatever the account name of that player is.
I can't change the master file location to be in that folder, it needs to be in the account name folder unfortunately.
UNLESS we create one for each account name!
GaiasRetaliation/PhinxyLoad.html
I *can* change the save file location.
But because the last update added .html files these will show up and it will look weird when you click them (see image below).
If you don't want the old html files to show either have a _data folder or we could pick a new name for the saves: "Save-Cleric-25.html"
This is where the master file needs to be.
Master location: GaiasRetaliation/Accountname/!Load.html
Child location: GaiasRetaliation/Accountname/Save-Cleric-25.html
I am gonna paste you the JASS =) just a minute
If you do not mind to have the new save files to be in _data, here is a fully working JASS. Just set the variables to the right values.
Remember if you are offline and click the master you get a nice link to the _data folder which you click and it takes you directly to the folder where u can open saves.
It is really nice, try it out offline before you decide!
JASS CODE:
function SaveGame takes nothing returns nothing
local integer savLevel = 25
local integer savGold = 2000
local integer savMc = 3
local string savClass = "Monk"
local string savCode = "fVHE6Vw3U25cHsNmnwhyXHGCepL4QagsBGG9EfHfYDDdT5tZNGPtKEr3eyS7LaFprmNA"
local string savGamever = "1.2B(9)"
local string savAccountname = "Phinxy"
local string savVault = "VAULTCODEU25cHsNmnwhyXHGCepL4QagsBGG9EfHfYDDdT5tZNGPtKEr3eyS7LaFprmNA"
//Save the master file
call PreloadGenClear()
call PreloadGenStart()
I suspect the script checks for and lists all games with the word "gaia" in it. It would probably be impractical to try and parse every game to see what map is loaded then check those for gaia... I'm pretty sure "[gaia]dota" is clear for everyone that it's a dota game anyway.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.