| 10-21-2003, 09:07 PM | #1 |
HERO SAVE README Yes it's true, a program for saving heroes has been made recently. This is for BATTLE NET PPL! This program can not only save and load heroes but can also save and load anything! This will make many types of games possible that needed to be saved and then loaded. A good example is Footman Wars. You could save and load your hero, footman, upgrades, and even wins/losses. For further updates go HERE, That is the official forum for the program. If you have any further questions go to the forum. You can download the program at: http://www.prepatch.com/gmg/downloads/HS2.rar . The program was made by Tiggermcat and tested by Frozen-Stealth, so thank em already. |
| 10-21-2003, 09:10 PM | #2 |
Whoa, sweetness, This will help a lot of people |
| 10-21-2003, 09:12 PM | #3 |
Sounds impressive! Surely a breakthrough. I know i wasn't meant to be posting, but well since I'm here to solve some other stuff, so be it! This can surely be used in many current projects, I hope it gets the respect and attention it deserves. |
| 10-21-2003, 09:13 PM | #4 |
:ggani: finally posted again. Hurry everyone and register on our forum at http://www.prepatch.com/gmg/forum/ ! Cya there! This is only the beginning : ) our new maps that follow this in the future will be the real thing to look forward to especially fort builders and Gauntlet Dark Return!!! |
| 10-21-2003, 09:18 PM | #5 |
so this is what you were talking about in IRC. This is feral BTW... |
| 10-21-2003, 09:21 PM | #6 |
lol did you guys get confused on IRC... It was late and I was tired... Anyways have fun using the program and please register in the forum! We will need comments and ideas on our future huge projects. Mainly because I believe it takes more than a team I believe we can pull it off with the communities help and ideas mainly for fot builder. Fort Builder is by far the most advanced and sophisticated map I have ever attempted. |
| 10-21-2003, 09:40 PM | #7 |
Very cool good job guys. |
| 10-21-2003, 10:13 PM | #8 |
My computer cant open .rar files could some one post a link to it in a zip file |
| 10-21-2003, 10:29 PM | #9 |
heheheh funny my coputer doesn't like zip files. http://www.rarlabs.com/rar/wrar320.exe its a copy of win rar sorry forgot that link on the site :) |
| 10-21-2003, 10:40 PM | #10 |
wait im confused USING HERO SAVE (PART TWO CODE) Please look at code part 2 for sample layout. http://www.prepatch.com/gmg/downloads/needed.txt First make sure the player has typed HS as a substring. EVENT Player - Player 1 (Red) types a chat message containing ‘HS' as A substring This will tell the app a hero save string wants to be load and start the triggers. If ((Substring((Entered chat string), 3, 6)) Equal to ITEM) then do (If ((Substring((Entered chat string), 7, 7)) Equal to 1) then do (Custom script: call MakeItem ( GetEventPlayerChatString(), 0 )) else do (Do nothing)) else do (Do nothing) That seems complex, so let's break it down. Substring((Entered chat string), 3, 6)) Equal to ITEM Get Char 3 to char 6 That will get the first 4 letter of out 5 letter code.This is use in my item system. Then next letter will be the item slot J Substring((Entered chat string), 7, 7)) Equal to 1 This will get the 5 letter of the 5 letter string from the save. Then takes the number and loads the item id into the slot. MakeItem ( GetEventPlayerChatString(), 0 This will pass the string the program sent and the item to load.The 0 is the player that called the trigger. Ok hope fully you understand that now. |
| 10-21-2003, 10:41 PM | #11 |
whats the proggy for if you just use the triggs they give you? |
| 10-22-2003, 02:21 AM | #12 |
hope this dones't double post, the program saves the output of the triggers to be relaoded, that trigger system would make the user write out say 26 lines 10-20 chars long for a full hero in skills alone :) The program doesn't use any math to shrink it to a table or anything meaning less triggers. It saves pure raw data, something that in 1 line gets put back into the game. |
| 10-22-2003, 02:27 PM | #13 |
ahh im confused..0_o emote_sweat . i read the readme and there's nothing to do wit teh proggy. help me? im very interested |
| 10-22-2003, 07:40 PM | #14 |
What does this do? |
| 10-22-2003, 08:03 PM | #15 |
The readme is for map makers its the trigger system to code to the map. Download Hero Arena Test in the downloads part run the map. Pick your race then grabe some items. Type Save. leave the game, start a new one, with the same map then when you select the race type Load. Then the program will load the char's items back. The program enable something not done before. the ableness to save data to a server the reload it to the game. |
