AS-Dragon-Tower
-
- DW Clan Member
- Posts: 1634
- Joined: Wed Dec 28, 2005 12:00 am
Looking very good Apo!
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
I have a small problem, how can i hide a mover after the mover did his work for a moment and when I want to use it again I want the mover to be visible again.
Thank you for the help :swink:
Apokalypse :sbigsmile:
Thank you for the help :swink:
Apokalypse :sbigsmile:
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
:cheers: :cheers: :cheers: :cheers:
I found a solution for the problem and it works well.
Using ClientMaterialTrigger is effective on this and it is possible for online play.
The objectives are working like i had planned in mind :ssmile: .
Here some features to the map:
After a objective is obtained
Losing an objective to hostile monster
Weapons, Armory and Supplies
Apokalypse :sbigsmile:
I found a solution for the problem and it works well.
Using ClientMaterialTrigger is effective on this and it is possible for online play.
The objectives are working like i had planned in mind :ssmile: .
Here some features to the map:
After a objective is obtained
- Allied units will spawn in this area and try to protet the objective (Friendly nali fighters).
- Players will spawn in this area (like a safe spawn point).
Losing an objective to hostile monster
- Allied units will spawn in this area. (Friendly nali fighters).
- Players will spawn to a different safe area.
- Default spawnpoints will be across the map with low frequent monsters.
Weapons, Armory and Supplies
- Guns and ammo can be found in corners rooms. (75% weapon chance and 25% ammo chance)
- HP Packs and shield. (85% HP chance an 15 ahield chance)[/color]
Apokalypse :sbigsmile:
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
An easy way of doing this is by using a scripted trigger action called Action_SetHidden. The properties are self explanatory there. bHidden = true makes all actors of matching tag invisible (this may not work for static actors).DW_Apok@lypse wrote:I have a small problem, how can i hide a mover after the mover did his work for a moment and when I want to use it again I want the mover to be visible again.
To make it visible again, use this scripted action again with bHidden = false. I've used this numerous times in maps like Divine Fortress and Jumpship (the hologram monsters).
Caution: players who entered the server after the scripted action will inherit the actor's initial bHidden state. This means if you make the mover invisible then a new player enters the server, the new player will still be able to see the mover. If it's important to make the mover invisible, then I would set all current active player starts event to an unique event. And have another scripted trigger that makes the mover invisible every time a player spawns.
The difference between successful people from others is
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will.
FFE466
_________________________
{F}{AH}{CivFR}{XC}{U}{DF}{CJ}{SD}
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will.
FFE466
_________________________
{F}{AH}{CivFR}{XC}{U}{DF}{CJ}{SD}
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
... 3 ...
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
This map would be able as a Conquest and as Rush map.
More intel will come soon....
Apo :ssmile:
More intel will come soon....
Apo :ssmile:
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
Sorry for the long delay still working on the random weapon spawner.
The weapons is spawning but after picking it up, it doesn't go for the next random weapon :sbigsmile: .
I will post again if it's fixed.
Apo :ssmile:
The weapons is spawning but after picking it up, it doesn't go for the next random weapon :sbigsmile: .
I will post again if it's fixed.
Apo :ssmile:
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Perhaps this situation can swiftly be solved through ventrilo for instant communication instead of waiting for replies.
How did you setup your system? Are you using Thing Factories? Wild Card spawns? Or Scripted Triggers to spawn the pickups?
Do you already have the pickups triggering an event when someone pickups up the weapon? If not, I'll go through a step-by-step process with you to solve that problem.
How did you setup your system? Are you using Thing Factories? Wild Card spawns? Or Scripted Triggers to spawn the pickups?
Do you already have the pickups triggering an event when someone pickups up the weapon? If not, I'll go through a step-by-step process with you to solve that problem.
The difference between successful people from others is
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will.
FFE466
_________________________
{F}{AH}{CivFR}{XC}{U}{DF}{CJ}{SD}
not in the lack of strength,
not in the lack of knowledge,
but rather in the lack of will.
FFE466
_________________________
{F}{AH}{CivFR}{XC}{U}{DF}{CJ}{SD}
-
- DW Clan Member
- Posts: 356
- Joined: Wed Apr 22, 2009 5:09 am
- Xfire: apokalypse86
- Location: Leonberg, Germany
- Contact:
Thank you, Ant for helping on vetrilo.
Finally final testings for the map only need to make the rush version for this map. :ssmile:
Thank you all for your patience :thumbright: .
Soon i will present my new trailer for the map.
Finally final testings for the map only need to make the rush version for this map. :ssmile:
Thank you all for your patience :thumbright: .
Soon i will present my new trailer for the map.
Energy-Plant -> Elimination-Chamber -> Crossfire-Xtreme -> Anniversary
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
Nano-Technics -> Choco-Wars -> Dragon-Tower ->(Next Map Fall 2016) Survive
-
- DW Clan Member
- Posts: 1634
- Joined: Wed Dec 28, 2005 12:00 am
This is gonna be cool. Get this out Apo!