| 10-20-2003, 06:01 AM | #1 |
Hell vs Heaven is in need of YOUR triggering expertise. THIS IS A REQUEST FOR HIGHLY SKILLED TRIGGERERS I need help modifying a Selection system. IF your good enough and want to help me out with this, send me a PM or post here and I'll catch you. Zachary_Shadowfire@hotmail - Add me to MSN (Don't think about adding me unless you have something constructive PLS!) I hope I'll hear from someone, as I know there is alot of good triggerists out there :) |
| 10-20-2003, 06:49 AM | #2 |
AHHHHHHHHHHHHHH i told you i wanna help. i have a great selection system and also can build one around your ideas. let me! let me! |
| 10-20-2003, 06:54 AM | #3 | |
Quote:
Take a look at this thread, the map I need modified is also there. If you have any questions, let me know... I REALLY need this, it's the best system, coolest and best looking I've seen ever :) See what you can do, you will become my hero if you can manage to modify it to thoes specs :) ((Know it's possible, just not good enough)) Original Plead for help |
| 10-20-2003, 06:57 AM | #4 |
i haven't opened the map but it seems easy enuff. give me a couple mins i'll edit in a sec. edit: lol yea i see your point. ok i underestimated the way he made his selection system. i could do this but it would be far too much work for just a simple selection system. it is a good selection system yes but i feel an easier one would be more appropriate. but...i may come back to this later when i am bored. as of right now i am working on a hero to win the hero contest which requires a lot of skinning and i am going to put that first. when my hero contest is finished i may go back to this. zach i think you can do this yourself tho. you are talented just take some time and look at it. good luck and if no one takes up the job soon i will eventually. just a matter of time really. |
| 10-20-2003, 07:00 AM | #5 |
Rofl :) Right, this ISN'T kids stuff, trust me...this is damn hardcore triggering :) If it was that easy, I would have done it already :) |
| 10-20-2003, 07:11 AM | #6 |
i just tested the system and actually it is not as hard as i thought it would be. i could do this but i would not use his triggers i would use my own. it is hard for me to understand what he did but i am pretty sure i could make this on my own. the only thing i don't understand is how he got the text up there to stay and also to change colors. lol other than that i could do the rest. |
| 10-20-2003, 07:25 AM | #7 |
Well, the place where it shows the text is very important. So that will need to be in there. Colors of text is easy to change, don't worry about that.. Wanna put something togeather for me to view? The style need to be the same as you see there...can u do that? |
| 10-20-2003, 07:57 AM | #8 |
if you could wait a few days i could do it. right now i am working on a skin for my hero. once that is finished i will make a demo selection system for you. untill than keep looking for someone else who may want to help. if i finish before you find someone than i will do it. |
| 10-20-2003, 08:47 AM | #9 |
Sure, let loose :) Lemme know when you got something :) |
| 10-20-2003, 04:20 PM | #10 |
I'm afraid this would take me a while to do... but here's what I think you're gonna need to accomplish the not-being-allowed-to-pick-the-same-hero: An integer array ("Picked") that records picked heroes. Actions in the PickHero trigger that make sure the hero isn't already picked, then set the Picked array member with index equal to the picking player to the number of the hero chosen, then update other players screens who have selected that hero with whatever special effect you'd like. Actions in the SwitchHero trigger that destroy the picked special effect, and recreate it if the hero switched to has already been picked. For the randomize thing... first you're going to need a key or some kind of action for the player to indicate he wants a random hero. After that, it's easy, just set TempInteger to a random number between 0 and the number of different heroes you have minus one, and then run SwitchHero and PickHero. As for the 2 sides, I think someone already fixed that for you. Good luck man. |
| 10-20-2003, 04:43 PM | #11 |
Ok, I need this part of the trigger split into 2. It selects the players and puts them into player groups. He is using alotof Integer A actions, so I'm not sure how that works... Could I make the other group with Integer B? How do I tell it to add player 3-6 and 7-10 to different groups? The trigger part: For each (Integer A) from 0 to (NrOfPlayers - 1), do (Actions) Loop - Actions Set Selection_CurrentHero[(Integer A)] = 0 Set Selection_Hero[(Integer A)] = No unit Set Selection_SFX[(Integer A)] = (Last created special effect) Set Selection_HeroPicked[(Integer A)] = False Player Group - Add (Player(((Integer A) + 1))) to ActivePlayers Set Selection_Visibility[(Integer A)] = (Last created visibility modifier) |
| 10-20-2003, 04:51 PM | #12 |
that guys system is so confusing because of the way he words his variables. i can do the same thing hat would hopefully be more understandable to all but i know it would make more sense to me. zach i would reccomend not trying to use his triggers but trying to make your own based off of his. just try to do what he did and see if you can. if you could do that than it would be more understandable for you. |
| 10-20-2003, 05:02 PM | #13 |
Problem is that most of the triggering he is doing, I don't get. His variables are flying all over the damn place, confusing the hell out of me :( I really need this to work, but I don't get the ****.... :( *uck... (srry for my bad mouth, just a bit frustrated) |
| 10-20-2003, 06:01 PM | #14 |
Been trying to figure this out now for an hour (must be about 10 in total) and I still don't get it...this is WAY too complex for me to comprehend.. Wish someone would take over and do this for me... How are you coming along Supra? |
| 10-20-2003, 06:07 PM | #15 |
Here is what I got so far, I've split the players into two groups. It works untill it needs to run SwitchHero. It doesn't show any heroes or any text from that part of the trigger... Someone wanna take a look ? EDIT: Ok, got one of the heroes to show, by when pressing right arrow... EDIT EDIT: F This....I give up, if someone is able to rewrite this system...PLEASE pm me...for now, I throw in the towel :( |
