Page 2 of 17
Re: Stunters Title Pack available !!!
Posted: 18 Sep 2012, 19:13
by eyebo
Really nice work! And I have to say, what has really made this great is the awesome maps that have already been made for the servers in this title pack! Great work to all involved. It's a nice change of pace from racing.
Re: Stunters Title Pack available !!!
Posted: 18 Sep 2012, 22:15
by skalamanga
My life is complete. I can die a happy man. j/k. Seriously though thanks for this I'm truly greatful and impressed.
P.S There is an error in
1. Download the Stunters title pack here :
http://titlepack.stunters.org/Stunters.Title.Pack.Gbx and save it to "My Documents\ManiaPlanet\Packs"
It should be
1. Download the Stunters title pack here :
http://titlepack.stunters.org/Stunters.Title.Pack.Gbx and save it to "My Documents\ManiaPlanet\Userdata\Packs"

Re: Stunters Title Pack available !!!
Posted: 18 Sep 2012, 22:31
by iamadv8
May I delete it safely (and easily) in case I don't like it?
I mean with no left-overs at all

Re: Stunters Title Pack available !!!
Posted: 19 Sep 2012, 00:02
by spaii
iamadv8 : Yes, of course

Re: Stunters Title Pack available !!!
Posted: 19 Sep 2012, 19:57
by spaii
New version available

version 2012-09-19
See first post for more details on the changes.
Re: Stunters Title Pack available !!!
Posted: 21 Sep 2012, 18:21
by liquidmetalrob
I'm liking it already, I haven't even done anything yet and already I'm the best in the UK.
Re: Stunters Title Pack available !!!
Posted: 23 Sep 2012, 00:40
by mattw_cstrfan
On a side note, you should probably make the heads-up display client side (in other words, use <script> tags to update the display from the client's perspective, and only send the client updates when absolutely necessary -- as opposed to sending an updated display to the client every half a second). That would probably ease up the lag some.
Re: Stunters Title Pack available !!!
Posted: 23 Sep 2012, 12:36
by spaii
mattw_cstrfan wrote:On a side note, you should probably make the heads-up display client side (in other words, use <script> tags to update the display from the client's perspective, and only send the client updates when absolutely necessary -- as opposed to sending an updated display to the client every half a second). That would probably ease up the lag some.
What ManiaPlanetServer version do you use ?
Edited : mattw_cstrfan : i'm not sure i understand what you say

(i'm french...)
it's about the "New Version" on the top left of the Stunters Title Pack menu ?
Re: Stunters Title Pack available !!!
Posted: 23 Sep 2012, 13:10
by metoxys
Giving this thing a try...
Re: Stunters Title Pack available !!!
Posted: 23 Sep 2012, 21:28
by mattw_cstrfan
spaii wrote:Edited : mattw_cstrfan : i'm not sure i understand what you say

(i'm french...)
it's about the "New Version" on the top left of the Stunters Title Pack menu ?
I'm talking about the display that shows up in game (most specifically, the time remaining at the bottom of the screen).
I can tell there's no scripts to handle it embedded in the manialink (client display) itself, because if the server lags the timer freezes. If you updated the timer from the client's side, you'd be able to accurately display milliseconds and it wouldn't be affected by lag.