Compile error (NON-MSC related)

franky200

New Adventurer
Shadows of Torkalath
Joined
Jun 15, 2009
Messages
169
Reaction score
0
Well when I downloaded the Quake 1 .map files, I thought I would mess around and make it a Half-Life compatible map. When I deleted all of the unnecessary entities, made sure there were no missing textures, added monsters and stuff as a test, then when I compiled it i got this:

2uZOC.png

I've never seen this before, any help? And I've tried to compile it before I did anything to it and it did the same exact thing.
 

jon50559

Adventurer
The True Followers of the Lost
Crusaders
RiP
Alpha Tester
MSR Developer
Joined
Mar 6, 2010
Messages
648
Reaction score
21
Age
29
Location
U S A
Bad .fgd file? That's my best guess.
 

jon50559

Adventurer
The True Followers of the Lost
Crusaders
RiP
Alpha Tester
MSR Developer
Joined
Mar 6, 2010
Messages
648
Reaction score
21
Age
29
Location
U S A
Well the second half of the error also makes me think you named an entity with a quotation mark in the name..
(which is invalid? never did it)
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Tempted to move to off topic - but ("I deleted all of the unnecessary entities") how did you strip out the entities of the map, exactly? If you're doing it manually, or via Ripent, or some such, you clearly you messed up a quote or a bracket somewhere, and have wound up with an invalid entity table.
 

franky200

New Adventurer
Shadows of Torkalath
Joined
Jun 15, 2009
Messages
169
Reaction score
0
I opened up Entity Report in hammer, selected all the entities I didn't need, and deleted them. Even before i did all that the map wouldn't compile anyways.... hmm
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
Quake1.map file... Different format? You'll have to manually edit the .map file via text editor of choice, if it is... But if it loads in hammer... Hrmm... I'd have to see the file/RMF or something.
 

ceriux

Adventurer
Joined
Feb 17, 2005
Messages
2,297
Reaction score
5
Age
35
Location
At my computer :)
franky200 said:
I opened up Entity Report in hammer, selected all the entities I didn't need, and deleted them. Even before i did all that the map wouldn't compile anyways.... hmm


you said, that other maps work using the same fgd, go through their entity lists and see which entity your using in that map that your not in the others maybe? (also if i did read the words quake1 map. the fgd's are slightly different between q1 and hl1.)
 

furion001

New Adventurer
Shadows of Torkalath
Alpha Tester
Joined
Jan 15, 2010
Messages
228
Reaction score
0
Age
33
Location
Fairview UT, USA
Oh! This pesky error, Did you happen to put any quotations inside any of the entities?

Say like a messege entity saying "Hello adventurer. This is a bunch of words inside quotations" (I know it's not msc related but my point is still valid)

I know your kinda not supposed to use quotations EVER in entities since it will screw up the compiler. :p
 

Tigerkev

New Adventurer
The Dragonknights
Heroes of Dawn
Joined
Aug 18, 2010
Messages
214
Reaction score
0
Age
33
furion001 said:
I know your kinda not supposed to use quotations EVER in entities since it will screw up the compiler. :p
It should work with
Code:
\"Hello Adventurer\"
should'nt it?

Anyways, have fun searching all the entitys for that! :D
 
Top