Search found 91 matches

Return to advanced search

Re: Upgrade ladder server?

Is there no documentation on this server anywhere? what I have so far, I've only managed to piece together from fansites and the like :S Not really, that's the Nadeo approach to documentation. I never ran a TM2 ladder server, but I believe it works like in TMF. The "old" dedicated server ...
by svens
28 May 2012, 14:30
 
Forum: Dedicated Server
Topic: Upgrade ladder server?
Replies: 3
Views: 805

Re: Upgrade ladder server?

You need to adjust the server config file too..
by svens
27 May 2012, 16:05
 
Forum: Dedicated Server
Topic: Upgrade ladder server?
Replies: 3
Views: 805

Re: Dedicated server callbacks?

Manually copying an array in PHP is a bad idea. It's better to just unset() the right entry. Something like this will get the job done: if (($index = array_search($login, $array)) !== false) { unset($array[$index]); } Note that after this operation there will be a "hole" in the array index...
by svens
21 May 2012, 19:15
 
Forum: Dedicated Server
Topic: Dedicated server callbacks?
Replies: 39
Views: 1805

Re: Trackmanis2 -canyon on vitual machine

nighthawk4571 wrote:The weakness is not in your Mac - it's in VMWare, as it does not allow hardware resources (especially the video subsystem) to be shared properly with Win7
Fun-fact: Parallels is a direct competitor to VMware and has nothing to do with it.
by svens
08 May 2012, 22:03
 
Forum: Support
Topic: Trackmanis2 -canyon on vitual machine
Replies: 7
Views: 331

Re: Dedicated server callbacks?

foreach ($callbacks as $cb) { if ($cb[0] == 'TrackMania.PlayerFinish') { $playerfinish['nickname'] = $cb[1]; $playerfinish['login'] = $cb[2]; $playerfinish['timee'] = $cb[3]; $connect->query('ChatSendServerMessage', '$z$fffPlayer $f00'.$playerfinish['nickname'].'$fff('.$playerfinish['login'].'$fff)...
by svens
07 May 2012, 20:08
 
Forum: Dedicated Server
Topic: Dedicated server callbacks?
Replies: 39
Views: 1805

Re: Trackmanis2 -canyon on vitual machine

It really depends on what virtualization product you use. The free VirtualBox for example doesn't support any hardware acceleration at all, you won't be able to run many games on it. Even if you manage to get it running inside the VM, I don't think it will be very pleasant. Just use bootcamp if you'...
by svens
06 May 2012, 15:49
 
Forum: Support
Topic: Trackmanis2 -canyon on vitual machine
Replies: 7
Views: 331

Re: API documentation

Nah, nothing like this is available. Also at NADEO it's quite common to let the people figure out how things work, instead of providing documentation....

Just stick to the descriptions in this thread: viewtopic.php?f=282&t=5058 and get the URLs from the PHP code.
by svens
10 Mar 2012, 15:39
 
Forum: Maniaplanet Web Services
Topic: API documentation
Replies: 10
Views: 883

Re: Dieser Account kann nicht gefunden werden...

ManiaPlanet Accounts sind komplett unabhängig von diesem Forum oder deinem UBI Account.. Du musst also einen neuen erstellen.
by svens
24 Jan 2012, 16:51
 
Forum: Maniaplanet
Topic: Dieser Account kann nicht gefunden werden...
Replies: 3
Views: 376

Re: TM Unlimiter

by svens
20 Jan 2012, 15:57
 
Forum: Track-Editor
Topic: TM Unlimiter
Replies: 21
Views: 1680

Re: Xaseco2 CPLive Advaned

Jojo_44 wrote:He can´t write in English, so he also can´t use the tm-forum.
Obviously that's no reason to write in German either..
by svens
17 Jan 2012, 17:43
 
Forum: Dedicated Server
Topic: Xaseco2 CPLive Advaned
Replies: 5
Views: 981
Next

Return to advanced search