06-24-2007, 06:35 PM
Heya guys. I am trying to get a server setup for a lan in a month, and I am getting a few errors when it boots up. Most of them (well, all except for 4, seem to be from mani admin plugin. Any help would be greatly appreciated
The skins errors are simply because I have not gotten around to messing with the whole mani custom skins stuff yet, but I am not sure why all those commands are missing at the end, nor why I don't have the two missing sprites in my folder. I think the dynamic pricing error is because I use -nomaster in my start conditions (same with the price blob, assuming it is associated with dynamic prcing). And I have verified that teamkiller.mp3 works and is there, not sre why I'm getting that.
I have configured my server.cfg, but have not touched any settings in mani besides added one admin.
Thanks!
Code:
//Starts loding fine... then the first error
*********** texturelist.txt loaded ************
Error: Material "sprites/tp_beam001" : proxy "AnimatedTexture" not found!
Quake Style Sound list
Loaded Quake Sound Name [firstblood] for file [quake/firstblood.mp3]
Loaded Quake Sound Name [humiliation] for file [quake/humiliation.mp3]
Loaded Quake Sound Name [multikill] for file [quake/multikill.mp3]
Loaded Quake Sound Name [monsterkill] for file [quake/monsterkill.mp3]
Loaded Quake Sound Name [ultrakill] for file [quake/ultrakill.mp3]
Loaded Quake Sound Name [godlike] for file [quake/godlike.mp3]
Loaded Quake Sound Name [headshot] for file [quake/headshot.mp3]
Loaded Quake Sound Name [dominating] for file [quake/dominating.mp3]
Loaded Quake Sound Name [holyshit] for file [quake/holyshit.mp3]
Loaded Quake Sound Name [killingspree] for file [quake/killingspree.mp3]
Loaded Quake Sound Name [ludicrouskill] for file [quake/ludicrouskill.mp3]
Loaded Quake Sound Name [prepare] for file [quake/prepare.mp3]
Loaded Quake Sound Name [rampage] for file [quake/rampage.mp3]
Loaded Quake Sound Name [unstoppable] for file [quake/unstoppable.mp3]
Loaded Quake Sound Name [wickedsick] for file [quake/wickedsick.mp3]
WARNING Quake Sound Name [teamkiller] for sound file [quake/teamkiller.mp3] is n
ot valid !!
//Loads some more...
************ LOADING SKINS *************
Failed to load [admin_t.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/admin_t.txt
Failed to load [admin_t.txt]
Failed to load [admin_ct.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/admin_ct.txt
Failed to load [admin_ct.txt]
Failed to load [reserved_t.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/reserved_t.txt
Failed to load [reserved_t.txt]
Failed to load [reserved_ct.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/reserved_ct.txt
Failed to load [reserved_ct.txt]
Failed to load [public_t.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/public_t.txt
Failed to load [public_t.txt]
Failed to load [public_ct.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/public_ct.txt
Failed to load [public_ct.txt]
Failed to load [misc.txt]
Above warning due to failed attempt to load custom map skin ./cfg/mani_admin_plu
gin/skins/maps/de_dust/misc.txt
Failed to load [misc.txt]
************ SKINS LOADED *************
**** LOADING CUSTOM MODEL ACTIONS *****
Failed to load modelconfig.txt
//Loads otherstuff for a bit
Did not load autokick_ip.txt
Did not load autokick_steam.txt
Did not load autokick_name.txt
Did not load autokick_pname.txt
// Another cut :D
Executing dedicated server config file
Incorrect price blob version! Update your server!
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
//Continues for a few lines just fine.
****** Executing mani_server.cfg ******
L 06/24/2007 - 00:03:12: server_cvar: "mani_reserve_slots" "0"
Unknown command "mani_admingravity_anonymous"
Unknown command "mani_player_settings_vote_progress"
Unknown command "mani_spray_tag_block_mode"
Unknown command "mani_spray_tag_block_message"
Unknown command "mani_spray_tag_slap_damage"
Unknown command "mani_quake_humiliation_weapon2"
Unknown command "mani_quake_team_killer_mode"
Unknown command "mani_quake_team_killer_visual_mode"
Unknown command "mani_quake_humiliation_weapon2"
Unknown command "mani_quake_team_killer_mode"
Unknown command "mani_quake_team_killer_visual_mode"
****** Finished executing mani_server.cfg ******
Master server communication disabled.
L 06/24/2007 - 00:03:12: World triggered "Round_Start"
L 06/24/2007 - 00:03:12: World triggered "Restart_Round_(15_seconds)"
L 06/24/2007 - 00:03:12: Team "CT" scored "0" with "0" players
L 06/24/2007 - 00:03:12: Team "TERRORIST" scored "0" with "0" players
VAC secure mode is activated.
The skins errors are simply because I have not gotten around to messing with the whole mani custom skins stuff yet, but I am not sure why all those commands are missing at the end, nor why I don't have the two missing sprites in my folder. I think the dynamic pricing error is because I use -nomaster in my start conditions (same with the price blob, assuming it is associated with dynamic prcing). And I have verified that teamkiller.mp3 works and is there, not sre why I'm getting that.
I have configured my server.cfg, but have not touched any settings in mani besides added one admin.
Thanks!