This forum is dedicated to the Aseco/Rasp 2 server records and control script by Flo and Assembler Maniac. Announcements and issues can be discussed in this forum.
Moderators: Flo, Assembler Maniac, f*ckfish, TM-Patrol
-
Ptitzizi
- road tourist

- Posts: 104
- Joined: 03 May 2008 15:13
- Owned TM-games: TMF
Post
by Ptitzizi » 06 Jun 2008 13:58
Thanx a lot Oliver

Works fine for me !
Now do you know how we can change the style of the window with the REC, PB, TMX ?
Good work, your window TMX Info looks very great !
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 06 Jun 2008 14:01
for PB and REC
search for function makePbWinContent($data) in plugin.rasp.php
for TMX go to line 471 of TMX info plugin (if I did it now how to change this one XD it would be embarrassing )
-
Ptitzizi
- road tourist

- Posts: 104
- Joined: 03 May 2008 15:13
- Owned TM-games: TMF
Post
by Ptitzizi » 06 Jun 2008 14:15
Hé hé, thanx man

If I can suggest another thing, you should write "TMX" to replace "tmx", it's looks better.
I'll try to modificate the style, but I'm not sure

-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 06 Jun 2008 14:17
Ptitzizi wrote:Hé hé, thanx man

If I can suggest another thing, you should write "TMX" to replace "tmx", it's looks better.
I'll try to modificate the style, but I'm not sure

I think olso But TMX is to big I must make it larger. if I make it larger it doesen't fit with PB and REC
-
J-S
- happy cruiser

- Posts: 149
- Joined: 24 Apr 2008 18:20
- Owned TM-games: TMN,TMUF,TMO,TMS
- Manialink(s): shark
- Location: Grenoble - France
-
Contact:
Post
by J-S » 09 Jun 2008 10:06
Is it possible to adapt TMXinfo for StuntMod ? I have a Stunt Server and the plugin Tmxinfo display the time instead of the point ...
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 09 Jun 2008 10:46
J-S wrote:Is it possible to adapt TMXinfo for StuntMod ? I have a Stunt Server and the plugin Tmxinfo display the time instead of the point ...
I suppose I can

a small if shoul do the work.
you will need to wait I am tryinf Dedimania but I think I will give up no progress since this morning. Must olso finish new version of Menu and then will look
-
J-S
- happy cruiser

- Posts: 149
- Joined: 24 Apr 2008 18:20
- Owned TM-games: TMN,TMUF,TMO,TMS
- Manialink(s): shark
- Location: Grenoble - France
-
Contact:
Post
by J-S » 09 Jun 2008 10:52
Ok Thanks Oli

-
[db@]Metzger
- pedestrian

- Posts: 13
- Joined: 25 Jul 2007 11:38
- Owned TM-games: TMO, TMS, TMNf, TMUf
- Location: Altdorf near Nuremberg / Germany
-
Contact:
Post
by [db@]Metzger » 18 Nov 2008 23:02
There are some bugs in the Script especially if you want to use TMO Alpine-Maps (missing "$envi=="Alpine"||"):
plugin.tmxinfo.php
Goto line 104 and find:
replace with:
Goto line 108 and find:
Code: Select all
}elseif($envi="Island"||$envi="Coast"||$envi="Bay"){
replace with:
Code: Select all
}elseif($envi=="Island"||$envi=="Coast"||$envi=="Bay"){
Goto line 111 and find:
Code: Select all
}elseif($envi="Snow"||$envi="Rally"||$envi="Desert"||$envi="Speed"){
replace with:
Code: Select all
}elseif($envi=="Alpine"||$envi=="Snow"||$envi=="Rally"||$envi=="Desert"||$envi=="Speed"){
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 19 Nov 2008 06:21
woow didn't see that, what was I thinking
Thanks a lot
I should realse an update with Stunt point compatibility
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 20 Nov 2008 13:29
New Version out
Version 1.31->1.33
-Added: Stund Mode compability
-Corrected: New TMX image links
Thanks a lot to [db@]Metzger
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 10 Jun 2009 19:47
New Version out
Version 1.33->1.34
-Xymph's latest tmx info fetcher is used
thanks nocturne
Last edited by
oliverde8 on 12 Jun 2009 08:52, edited 2 times in total.
-
nocturne
- solid chaser

- Posts: 1390
- Joined: 08 Jun 2007 18:48
- Owned TM-games: all
-
Contact:
Post
by nocturne » 11 Jun 2009 19:34
Bit of a feature request... the ability to use /tmxinfo with a tmx number as a parameter. Would be useful when somebody is begging me to juke a track from tmx, to make sure it's worth it.
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 11 Jun 2009 20:05
nocturne wrote:Bit of a feature request... the ability to use /tmxinfo with a tmx number as a parameter. Would be useful when somebody is begging me to juke a track from tmx, to make sure it's worth it.
Thats a nice idea

I will do that
-
oliverde8
- solid chaser

- Posts: 1135
- Joined: 07 Oct 2006 07:03
- Owned TM-games: TMU
- Manialink(s): oliverde8
- Location: Turkey
-
Contact:
Post
by oliverde8 » 12 Jun 2009 08:52
New Version out
Version 1.34->1.35
-You can now get any tracks TMX info in the server. just use /tmxinfo {TMXid} {TMX}
As requested by nocturne
