Can someone help me with this? (SOLVED)

Discuss all aspects related to modding Zandronum here.
Post Reply
User avatar
Guardsoul
Forum Regular
Posts: 495
Joined: Wed Jun 06, 2012 6:09 pm
Location: Creating the world

Can someone help me with this? (SOLVED)

#1

Post by Guardsoul » Thu Jan 02, 2014 1:00 pm

Im getting the same error when trying to test something that Ive created:

Image

But when I look at the code, everything is right!.

Image

Im starting to lose my patience with this thing and unfortunately I cant share the mod because its still on developement. Can someone help me?

Thanks in advance.
Last edited by Guardsoul on Thu Jan 02, 2014 1:50 pm, edited 1 time in total.
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: Can someone help me with this?

#2

Post by Klofkac » Thu Jan 02, 2014 1:11 pm

NULL cannot be used as sprite. You can see that it is purple unlike other sprites.
SLADE uses purple for constants. You have to use different sprite name.
Last edited by Klofkac on Thu Jan 02, 2014 1:11 pm, edited 1 time in total.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

User avatar
Guardsoul
Forum Regular
Posts: 495
Joined: Wed Jun 06, 2012 6:09 pm
Location: Creating the world

RE: Can someone help me with this?

#3

Post by Guardsoul » Thu Jan 02, 2014 1:13 pm

Changed to TNT1. Same thing :/
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.

User avatar
-Jes-
Frequent Poster Miles card holder
Posts: 975
Joined: Fri Aug 03, 2012 9:55 am
Location: Void Zone

RE: Can someone help me with this?

#4

Post by -Jes- » Thu Jan 02, 2014 1:45 pm

("BlotSmoke", 0, 0, 32),

That ) should not be there.
Net result is that the parser thinks the , after that part of every spawnitemex is the next line's sprite.
Last edited by -Jes- on Thu Jan 02, 2014 1:50 pm, edited 1 time in total.

User avatar
Guardsoul
Forum Regular
Posts: 495
Joined: Wed Jun 06, 2012 6:09 pm
Location: Creating the world

RE: Can someone help me with this?

#5

Post by Guardsoul » Thu Jan 02, 2014 1:50 pm

It worked! Now I got a different error but that a completely different story that I can fix by myself :P

Thanks Jes!!
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.

Post Reply