Jump to content

Solid Class Entities


Reiko
 Share

Recommended Posts

I am having issues defining solid entities. Or to be more specific, assigning default keyvalues to them.

 

This works fine. The entitiy is added to the drop down when in the property window of a brush.

@solidclass loaddoor
[
]

 

This does not. The app crashes when the splash gets to loading entities.

@solidclass loaddoor
[
mapname(string) : "Name of map to load"
spawn(string) : "Same of playerspawn to use"
shouldrender(choices) : 0
[
	0 : false
	1 : true
]
]

 

I've tried all types and amounts of keyvals. If a solid class has any predefined keyvals, the app crashes. However if I don't set any, I can still add them from inside the client and export them fine.

 

I need this ability due to the fact that my mappers aren't too memorable as to the keyvals my engine is currently using. ¬.¬

So if anyone knows why this is or how to fix it I'd be very greatful.

 

Thanks

 

P.s. The forum already knowing my old avatar is very creepy. I had totally forgotten gravatar existed.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...