Search found 7 matches
- 27 Sep 2014, 09:24
- Forum: Dedicated Server
- Topic: Dedicated Server Title Packs
- Replies: 21
- Views: 5836
Re: Dedicated Server Title Packs
I've also hAd this issue recently. Have the titles/gamemode configurations changed from 2 years ago?
- 25 Sep 2014, 12:42
- Forum: Multiplayer
- Topic: Oceania: What happened to our servers?
- Replies: 7
- Views: 2477
Re: Oceania: What happened to our servers?
Hi Boo, I'm the leader of the gaming community Unreal Aussies and I am currently setting up a Shootmania server I intended to run when we had one of our co-op nights (we choose a game and play it for just that night). Depending on the resource intensity of Shootmania I may be willing to leave the se...
- 10 Apr 2013, 10:39
- Forum: Maniaplanet Web Services
- Topic: [App] ShootMania Ranking Ladder v1.01
- Replies: 9
- Views: 2566
Re: [App] ShootMania Ranking Ladder v1.0
Awesome thanks :) I've used the Javascript verison. There is a slight bug where the link is appended to the current URL, but I fixed it by changing from this return '<a href="' + this.link + '">'; to this return '<a href="http://' + this.link + '">'; on line 124. Also added chars...
- 10 Apr 2013, 09:59
- Forum: Maniaplanet Web Services
- Topic: [App] ShootMania Ranking Ladder v1.01
- Replies: 9
- Views: 2566
Re: [App] ShootMania Ranking Ladder v1.0
How exactly do you call the Javascript parser function? I'm unfamiliar with that notation/CoffeeScript.
Alternatively, where is the parser function in manialib?
Alternatively, where is the parser function in manialib?
- 10 Apr 2013, 09:13
- Forum: Maniaplanet Web Services
- Topic: [App] ShootMania Ranking Ladder v1.01
- Replies: 9
- Views: 2566
Re: [App] ShootMania Ranking Ladder v1.0
Found a slight bug with the colour/text codes which made it so the complete player table wasn't updated. Working on stripping the codes now.
- 10 Apr 2013, 07:29
- Forum: Shootmania
- Topic: Custom Rank/Ladder pages
- Replies: 7
- Views: 1353
Re: Custom Rank/Ladder pages
I'm Agamemnus' code monkey and I've been learning the API over the past day or so. I thought I'd post my code if anyone was interested in doing their own community ladder :) I put up a topic here: http://forum.maniaplanet.com/viewtopic.php?f=282&t=18441 One question though, is it possible to mak...
- 10 Apr 2013, 07:27
- Forum: Maniaplanet Web Services
- Topic: [App] ShootMania Ranking Ladder v1.01
- Replies: 9
- Views: 2566
[App] ShootMania Ranking Ladder v1.01
This app uses the ManiaConnect API and shows a ranking of every player in the local database. Players can add themselves to the list by clicking "Connect" and signing into their ManiaPlanet account. A weekly "snapshot" is taken which allows everyone to see how they progress in wo...