Raised This Month: $51 Target: $400
 12% 

Zombie Reloaded Won't load. PLEASE HELP!


Post New Thread Reply   
 
Thread Tools Display Modes
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-25-2012 , 21:04   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #21

Well you've fixed models.txt hopefully, how's your playerclasses.txt?

Reboot the server and check the error logs again to see what's going on.
Jargon is offline
slayer182
Junior Member
Join Date: Nov 2012
Old 11-25-2012 , 21:11   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #22

new log


KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/zr/models.txt
(*Models*), (*GMan*),
L 11/25/2012 - 152:20: [SM] Plugin encountered error 25: Call was aborted
L 11/25/2012 - 152:20: [SM] Native "SetFailState" reported: [Models] [Config Validation] Can't find any models in "addons/sourcemod/configs/zr/models.txt"
L 11/25/2012 - 152:20: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 11/25/2012 - 152:20: [SM] [0] Line 344, src/zr/log.inc::LogEvent()
L 11/25/2012 - 152:20: [SM] [1] Line 80, src/zr/models.inc::ModelsLoad()
L 11/25/2012 - 152:20: [SM] [2] Line 213, src/zombiereloaded.sp::OnConfigsExecuted()


never had an issue b4 with gman

Last edited by slayer182; 11-25-2012 at 21:34.
slayer182 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-25-2012 , 21:33   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #23

Post your playerclasses.txt.
Jargon is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-25-2012 , 21:51   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #24

Look at what the error is telling you my friend:
"missing { in file addons/sourcemod/configs/zr/models.txt
(*Models*), (*GMan*)".

There is a whole slew of problems in your playerclasses.txt. Remember I told you before that every entry needs to be unique? That includes the name of the class. You can't have multiple classes called "human_elite" or "human_admin", give them unique names or add a number to the end of them.
Jargon is offline
slayer182
Junior Member
Join Date: Nov 2012
Old 11-25-2012 , 22:28   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #25

still same log :




me will not start until both teams have players.
KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/zr/models.txt

KeyValues Error: LoadFromBuffer: missing { in file addons/sourcemod/configs/zr/models.txt
(*Models*), (*gman*),
L 11/25/2012 - 16:24:03: [SM] Plugin encountered error 25: Call was aborted
L 11/25/2012 - 16:24:03: [SM] Native "SetFailState" reported: [Models] [Config Validation] Can't find any models in "addons/sourcemod/configs/zr/models.txt"
L 11/25/2012 - 16:24:03: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 11/25/2012 - 16:24:03: [SM] [0] Line 344, src/zr/log.inc::LogEvent()
L 11/25/2012 - 16:24:03: [SM] [1] Line 80, src/zr/models.inc::ModelsLoad()
L 11/25/2012 - 16:24:03: [SM] [2] Line 213, src/zombiereloaded.sp::OnConfigsExecuted()
slayer182 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-25-2012 , 22:29   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #26

Reading them like this is getting too complicated, can you please attach the playerclasses.txt and models.txt to your next post (click Go Advanced and attach them from there).

I'll reupload them once I've checked and fixed them for you, that will be faster than this.

Last edited by Jargon; 11-25-2012 at 22:30.
Jargon is offline
slayer182
Junior Member
Join Date: Nov 2012
Old 11-25-2012 , 23:14   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #27

ok . Thanks alot.
Attached Files
File Type: txt playerclasses.txt (47.0 KB, 56 views)
File Type: txt models.txt (6.9 KB, 60 views)
slayer182 is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-26-2012 , 00:53   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #28

Sigh...

There's whole sections of code in those without line breaks. You know what "//" is for? It's used for comments, so everything after it on that particular line isn't read by the program, it's just there for the user to read. This means entire sections of code are being ignored by Z:R, part of the reason why you're having issues.

This will take me some time to fix up, so please be patient.
Jargon is offline
Jargon
SourceMod Donor
Join Date: Jun 2012
Location: Sydney, Australia
Old 11-26-2012 , 01:08   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #29

I can't promise that I got them all (in a rush before work finishes), but try these on for size.
Attached Files
File Type: txt playerclasses.txt (47.5 KB, 67 views)
File Type: txt models.txt (6.2 KB, 78 views)

Last edited by Jargon; 11-26-2012 at 01:17.
Jargon is offline
rhelgeby
Veteran Member
Join Date: Oct 2008
Location: 0x4E6F72776179
Old 11-26-2012 , 01:14   Re: Zombie Reloaded Won't load. PLEASE HELP!
Reply With Quote #30

There's still one } too much at the end of models.txt.

What most people seems to forget is that { and } must be in matching pairs and cannot be nested.
__________________
Richard Helgeby

Zombie:Reloaded | PawnUnit | Object Library
(Please don't send private messages for support, they will be ignored. Use the forum.)
rhelgeby is offline
Send a message via MSN to rhelgeby
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode