Round Based

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Supremacy

New Member
Aug 21, 2003
34
0
0
How to make a Round Based Mod ?
I made already the other stuff like weapons and buyzones etc. but how to make this mod now round based: this means 2 teams start and maybe the whole teamA dies, how to restart that round plus adding teamB a scorepoint ? in my mod the map completely reloads like switchlevel :(

any1 have an idea ?
 

EggXzaB

BinaryZero Error maker .. o_O
Jul 15, 2003
69
0
0
I'm busy coding such a thing, there's a round function in invasion, but i'm not sure how to use it yet..

in my mod the map completely reloads like switchlevel
What you mean? after every round It restarts? :|
 

BlackHornet

Global Warzone Project Leader
Apr 24, 2002
76
0
0
43
Aachen - Germany
www.hornet-maps.de
you have to add a roundtime to your mod.
then in the MathInProgress each second you decrease the roundtime. If A Player is dead and your gamemode is roundtime, make a simple return in the beginning of the RestartPlayer function.
Back to the MatchInProgress. If time is up make a scoreCheck and then set all players back to the StartPoints, set their initialrotation reset health, usw. and for the rest dead players call again the RestartPlayer function.
So all the living players still have their old weapon, muni, equipment.

Edit: is a little bit confusing, but should help
 
Last edited:

Supremacy

New Member
Aug 21, 2003
34
0
0
@Hornet sag mir das bei gelegenheit mal auf deutsch im icq :)

@all: thx for the tips

@Egg: every round It restarts ! yeah :(