I have basically the same question as two posts back.
The server runs fine but when I want to close it I used to just do Ctrl-C and it would stop. Now it sits there like a hung program and finally gives me the Windows error saying the program can't shut down.
Is there a trick I should be doing?
Search found 8 matches
- 20 Sep 2011, 14:43
- Forum: Dedicated Server
- Topic: Trackmania Beta4 Server
- Replies: 142
- Views: 45133
- 24 Aug 2011, 01:27
- Forum: ManiaLink
- Topic: Manialinks and Styles
- Replies: 13
- Views: 7845
Re: Manialinks and Styles
Thanks for the info. I have been sending them every map change and also every begin race and begin round. I don't think it hurts to send it more often does it?
- 23 Aug 2011, 13:50
- Forum: ManiaLink
- Topic: Manialinks and Styles
- Replies: 13
- Views: 7845
Re: Manialinks and Styles
My snippet of code is used to control what can be seen in the clients game. This particular snippet is part of a little larger section that turns certain things on and off so that a plugin can do their own versions of in-game reports. I use it on my TMU server so I figure there's something very simi...
- 23 Aug 2011, 01:41
- Forum: ManiaLink
- Topic: Manialinks and Styles
- Replies: 13
- Views: 7845
Re: Manialinks and Styles
Thanks for that. That helps a lot.Xymph wrote:Enter 'exemple' in the in-game ML browser.donlafferty wrote:Where is it?Xymph wrote:See the 'exemple' manialink.
Now does anyone know about the custom_ui keywords? I don't see that in the "exemple" page
- 22 Aug 2011, 20:54
- Forum: ManiaLink
- Topic: Manialinks and Styles
- Replies: 13
- Views: 7845
Re: Manialinks and Styles
Where is it?Xymph wrote:See the 'exemple' manialink.
- 21 Aug 2011, 22:21
- Forum: Dedicated Server
- Topic: Troubles with Music on TM2
- Replies: 2
- Views: 1948
Re: Troubles with Music on TM2
Wraith: Thanks for the reply. I am actually using HTTP but I use FTP to get the list of songs on my server. As I mentioned I'm using Python. My plugin gets a list of files on my server on startup and at each map change and then creates the http url the game needs to download the songs to the clients...
- 21 Aug 2011, 19:51
- Forum: ManiaLink
- Topic: Manialinks and Styles
- Replies: 13
- Views: 7845
Manialinks and Styles
Does anyone know where I can find a list of Styles and Manialink items? I used http://fish.stabb.de/styles/ for TM1 styles. For Manialinks I'm talking about the links in game to turn off chat, make challenge info visible etc. Kind of like this snippet of code. <manialinks><custom_ui><notice visible=...
- 20 Aug 2011, 16:43
- Forum: Dedicated Server
- Topic: Troubles with Music on TM2
- Replies: 2
- Views: 1948
Troubles with Music on TM2
I've got a plugin I wrote for TMF/U that does various things and one of those is providing music for the game from an FTP server. It worked flawlessly under TMF/U but it's a bit spotty under TM2. I have been able to modify my plugin to make most of the functions work but with music it seems it doesn...