Jump to content

Home

Character isn't spawning...


Canaan Sadow

Recommended Posts

Well, I've run into a little problem that has never happened before, though I think it's because for the first time ever I'm using a custom head on an NPC. :xp:

 

Anyway... I have seen the skin and everything in game (because I used it as a PC head just to take a look at it in game) and now on the Character Selection screen, the skin and head model (which is really just the PMHH02 head, named differently and reskinned to make him look like a darker skinned caucasian) is the same, even when it shouldn't be... and worse than that, I tried to spawn him on Peragus, just to make sure that he'd show up in the game before I put him in his final place, but he never spawned... o.O

 

P.S. if you're curious about the skin, here's a picture :p though the eyes aren't that color anymore, so I guess my computer froze on that point :¬:

Show spoiler
(hidden content - requires Javascript to show)
caucasian_head_new.png
Link to comment
Share on other sites

Did you hex edit your new model? If you don't, the old skin will show up on a lot of models regardless of what you name it because the texture is embedded.

 

I think I did, but even when I removed the files the skin showed up, so I dunno. o.O I'm really confused with this haha.

Link to comment
Share on other sites

I think I did' date=' but even when I removed the files the skin showed up, so I dunno. o.O I'm really confused with this haha.[/quote']

 

I'm sort of confused at what you're having a problem with. Does your character not spawn, or does he not looks right when he spawns, or do you think he's invisible or something?

Link to comment
Share on other sites

Would you mind posting your spawn script? That might be a little bit informative, as you are having trouble with the script it seems, more than the appearance.2da.

 

One idea for you to try on your own is to enter a debug line into your script, using the SendMessageToPC(GetFirstPC("Is my script firing?") function. If that goes through, your script is at least firing properly - if not, it is a problem in the structure of your dialog.

 

Then, if it IS firing yet no NPC appears, it could still be your script... or the .2da issue. But you will be one step further.

 

Post your script and I will be glad to give it a look. I am going to do some scripting tomorrow, so I will be around the forums a bit. Got some spawning to do on the Endar Spire... some wacky invisible Assassins!! And then I need to visit a planet we have seen limited pictures of, and see what I can make happen. Helping you will be the easiest part of my day, and the most (immediately) rewarding, so the offer stands!

Link to comment
Share on other sites

I know my script is okay because I always use this to spawn new creatures, but I'll post it anyway :xp:

 

void main() 
{ 
CreateObject(OBJECT_TYPE_CREATURE, "n_exodus", Location(Vector(26.45796,-49.27304,9.05725), -0.33355)); 
}

 

I did change the coordinates thinking that was the problem, but that didn't seem to fix it >.>

Link to comment
Share on other sites

^^^ Yeah, hard to mess that script up :p

 

So, perhaps you could add the debug line to it, and see if your script is actually firing? It may be a DLG issue. Beyond that, it has to be a problem with a mismatched tag/resref somewhere in your .utc, although "n_exodus" seems pretty easy to spot.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...