Update:
Went completely away from Xaseco2, and switched to MPAseco instead for the Shootmania Obastacle server.
I will figure out exactly what to do tomorow, Tm2 server running smoothly though

It's not up right now, but everything works with the coding I have now
Thanks for all help, now for some sleep, after 4 intense hours of work xP
Don't mind this:
Sorry for being such a noob, but when I run Xaseco2.bat I get this in cmd:
Code: Select all
[04/17,00:38:59] Try to connect to MP dedicated server on 127.0.0.1:5052 timeout 180s
[04/17,00:38:59] Try to authenticate with login 'SuperAdmin' and password 'xxxxx'
[04/17,00:38:59] Connection established successfully !
[04/17,00:38:59] [LocalDB] Load config file [localdatabase.xml]
[04/17,00:38:59] [LocalDB] Try to connect to MySQL server on 'localhost' with database 'tm2_xaseco2_server1'
[04/17,00:39:00] [LocalDB] MySQL Server Version is 5.1.35-community
[04/17,00:39:00] [LocalDB] Checking database structure...
[04/17,00:39:00] [LocalDB] ...Structure OK!
[04/17,00:39:00] [RASP] Loading config file [rasp.xml]
[04/17,00:39:00] [RASP] Checking database structure...
[04/17,00:39:00] [RASP] ...Structure OK!
[04/17,00:39:00] [RASP] Cleaning up unused data
[04/17,00:39:00] Load default admin panel [panels/AdminRightCorner.xml]
[04/17,00:39:00] Load default donate panel [panels/DonateBelowCPList.xml]
[04/17,00:39:00] Load default records panel [panels/RecordsRightCorner.xml]
[04/17,00:39:00] Load default vote panel [panels/VoteBottomCenter.xml]
[04/17,00:39:00] Load stats panel [panels/Stats2.xml]
[XASECO2 Fatal Error] [plugin.records_eyepiece.php] Unmet requirements! With your current configuration you need to activate "plugin.dedimania.php" in your "plugins.xml" to run this Plugin! on line 507 in file C:\Users\SMS\Desktop\Alt for Maniaplanet servere\usbTM2server_v0.25\ManiaP\control\xaseco2_server1\plugins\plugin.records_eyepiece.php
Everything loads fine, but dedimania screws me up for some reason, I have edited plugins.xml as described in the setup and tips doc, I have read through and tried to edit the records eypiece xml (after making a backup), but it did not really work. Any ideas?
Also there has been a few problems here and there, but they where rather easy to fix
Edit:
This little fellah on line 920 in records_eyepiece.xml was the problem
Code: Select all
<dedimania_records> <!-- Disabled in Gamemode 'Stunts' -->
<enabled>true</enabled>
<title>Dedimania Records</title>
<pos_x>-63.5</pos_x>
<pos_y>-9.25</pos_y>
<entries>8</entries>
<icon_style>BgRaceScore2</icon_style>
<icon_substyle>LadderRank</icon_substyle>
</dedimania_records>
Changed to false and everything worked
