Search found 81 matches
- 29 Mar 2013 00:23
- Forum: XAseco & XAseco2
- Topic: Re: [XASECO2] Tracks cache
- Replies: 6
- Views: 2389
Re: [XASECO2] Tracks cache
Thank you, now I see it.
- 28 Mar 2013 12:18
- Forum: XAseco & XAseco2
- Topic: Re: [XASECO2] Tracks cache
- Replies: 6
- Views: 2389
Re: Re: [XASECO2] Tracks cache
Xymph where do you clear the cache on the (onChallengeListModified event)?
In MPAseco I made it temporary in the rasp funcs with simple,
Aseco::registerEvent('onMapListModified', 'initMapsCache');
But as you said with many maps its not very good performed maybe.
In MPAseco I made it temporary in the rasp funcs with simple,
Aseco::registerEvent('onMapListModified', 'initMapsCache');
But as you said with many maps its not very good performed maybe.
- 28 Mar 2013 01:14
- Forum: XAseco & XAseco2
- Topic: XASECO2 (TM²) v1.02
- Replies: 31
- Views: 11928
Re: XASECO2 (TM²) v1.02
We have been testing and checking almost every line and it seems our hosting messed up some files. The GBXFetcher missed 7 lines, we replaced the file with the correct one and now it takes ~10sec to load with 46xx tracks, so we're happy. Keep working on this awesome product :D Can you please state ...
- 10 Mar 2013 10:19
- Forum: XAseco & XAseco2
- Topic: XASECO2 (TM²) v1.02
- Replies: 31
- Views: 11928
Re: XASECO2 (TM²) v1.02
Thank you very much Xymph, I will take some of your changes into the next release of MPAseco.
- 25 Feb 2013 12:29
- Forum: XAseco & XAseco2
- Topic: [XASECO2] / [MPAseco] Loadscreen v0.1
- Replies: 1
- Views: 3409
[XASECO2] / [MPAseco] Loadscreen v0.1
I made a Loadscreen Plugin which displays a image between the Maps. You can insert multiple pictures in the config. Installation: Unzip the archive into the XASECO2 folder Insert the following line into "plugins.xml" <plugin>plugin.loadscreen.php</plugin> In MPAseco it is also possible to put the co...
- 26 Jul 2012 08:56
- Forum: XAseco & XAseco2
- Topic: MPAseco alpha v0.30 release
- Replies: 0
- Views: 2150
MPAseco alpha v0.30 release
Hello all Aseco-Fans out there, today we are going to present you the first version of MPAseco. Here you can download the alpha release v0.30 of MPAseco: http://www.MPAseco.org New installation of v0.30: To install the actual version ( v0.30 ) just copy the following files from the newinstall folder...
- 19 Jul 2012 14:32
- Forum: XAseco & XAseco2
- Topic: SMAseco (Xaseco for Shootmania) development
- Replies: 0
- Views: 1696
SMAseco (Xaseco for Shootmania) development
Hallo Guys, I and my Team are starting to develope a new Server Controller for Shootmania and in the future for Questmania. It will be based on the Xaseco[2] from Xymph . The code will be renewed and the old things like localrecords and dedimania will be sorted out, maybe a small new kind of record ...
- 13 Jul 2012 16:04
- Forum: XAseco & XAseco2
- Topic: [XAseco] Freezone Plugin Port (Update)
- Replies: 34
- Views: 22578
Re: [XAseco] Freezone Plugin Port (Update)
thank you very much!
- 12 Jul 2012 15:56
- Forum: XAseco & XAseco2
- Topic: [XAseco] Freezone Plugin Port (Update)
- Replies: 34
- Views: 22578
Re: [XAseco] Freezone Plugin Port (Update)
does it mean with this plugin Manialive is not needed anymore?
- 11 Jul 2012 08:51
- Forum: XAseco & XAseco2
- Topic: mxinfosearcher bug SM
- Replies: 2
- Views: 1287
- 11 Jul 2012 07:49
- Forum: XAseco & XAseco2
- Topic: Xaseco2 (SM) Problem (Fufi-Widgets)
- Replies: 3
- Views: 1786
Re: Xaseco2 (SM) Problem
I fixed that via if ($this->currstatus == 4) { // Running - Play $this->beginMap(false); $this->runningPlay(); } Its working with most Plugins, but not with the Fufi Widgets, it always shows the Map on Starting the server (on the trackwidget top right). If I click on it it get aktualized. I think th...
- 11 Jul 2012 07:24
- Forum: XAseco & XAseco2
- Topic: mxinfosearcher bug SM
- Replies: 2
- Views: 1287
mxinfosearcher bug SM
Hello Guys, in plugin.rasp_jukebox.php i changed the section from TM2 to SM. function chat_xlist($aseco, $command) { ... $section = 'SM'; ... In the mxinfosearcher.inc.php all is prepared for SM, public function __construct($game, $name, $author, $env, $recent) { $this->section = $game; switch ($gam...
- 08 Jul 2012 19:05
- Forum: XAseco & XAseco2
- Topic: Xaseco2 (SM) Problem (Fufi-Widgets)
- Replies: 3
- Views: 1786
Re: Xaseco2 (SM) Problem
case 'TrackMania.StatusChanged': // [0]=StatusCode, [1]=StatusName // update status changes $this->prevstatus = $this->currstatus; $this->currstatus = $call[1][0]; $this->console_text($this->currstatus); // check WarmUp state if ($this->currstatus == 3 || $this->currstatus == 5) { $this->client->qu...
- 08 Jul 2012 18:50
- Forum: XAseco & XAseco2
- Topic: Xaseco2 (SM) Problem (Fufi-Widgets)
- Replies: 3
- Views: 1786
Xaseco2 (SM) Problem (Fufi-Widgets)
Hello Guys, I am trying to rebuild some Parts of Xaseco for Shootmania, but I have a big Problem: Xaseco does not detect when a New Map is starting. Log: [07/08,20:47:54] map changed [undefined] >> [Melee - JumpToFrag] [07/08,20:47:54] currently no record on Melee - JumpToFrag [07/08,20:50:06] playe...
- 18 Jan 2012 18:43
- Forum: XAseco & XAseco2
- Topic: [XAseco2] AutoQueue
- Replies: 16
- Views: 11433
Re: [XAseco2] AutoQueue
When will it be released?