Search found 6 matches
- 20 Nov 2012, 09:34
- Forum: Multiplayer
- Topic: ladder system until Beta 2.0
- Replies: 27
- Views: 5410
Re: ladder system until Beta 2.0
It's not defined yet, avoid to do such an affirmation ;) It is not my job to do an affirmation about this, it is yours. I just made a helpful suggestion so nadeo won't make the same mistake again as on trackmania 2. It is industry standard to reset any character, gold (planets), items, level, ladde...
- 17 Oct 2012, 19:20
- Forum: Dedicated Server
- Topic: How to disable autobalance in siege ?
- Replies: 4
- Views: 1340
How to disable autobalance in siege ?
I have a server hosting Siege map and I would like to disable the autobalance feature. I saw a setting in the Siege script file sets to True, and I tried to set it to False but it did not change anything.
How should I od it ?
How should I od it ?
- 28 Sep 2012, 15:44
- Forum: ManiaScript
- Topic: Remove the sign over player's head
- Replies: 3
- Views: 768
Re: Remove the sign over player's head
It should work in game, but as a mod devloper is there any way for me to avoid the display of these sign when players are using the mod ?
- 28 Sep 2012, 15:11
- Forum: ManiaScript
- Topic: Remove the sign over player's head
- Replies: 3
- Views: 768
Remove the sign over player's head
Hi again,
Is there any way to control and/or remove the behavior of the big shining sign over the other player's head ?
Is there any way to control and/or remove the behavior of the big shining sign over the other player's head ?
- 28 Sep 2012, 12:55
- Forum: ManiaScript
- Topic: Control the timer ticking
- Replies: 8
- Views: 2145
Re: Control the timer ticking
Indeed I can set the EndTime to 60000. But in this case players won't see the timer approaching 0. The behaviour I'm trying to achieve is the following, exactly the same as in Elite : 45 => 0 (with no ticking sound) then 15 => 0 (with ticking) Edit : My bad I never paid attention that the 45 => 0 ti...
- 28 Sep 2012, 12:23
- Forum: ManiaScript
- Topic: Control the timer ticking
- Replies: 8
- Views: 2145
Control the timer ticking
Hi, I'm trying to achieve the same effect as in Elite : when the timer first approaches 0 it doesn't tick. But if my EndTime is in 45 seconds, it starts ticking at 15 seconds left. Is there anyway to mute this ticking ? Or choose from which seconds remaining it starts ticking ? Or to have an EndTime...