Search found 4 matches

by sky_haihai
Thu Mar 12, 2020 3:05 am
Forum: General discussion
Topic: how to track error location?
Replies: 3
Views: 4491

Re: how to track error location?

:shock: No, most of the time it happens when a zexpression inside a model trying to read or write some variables outside of the model, which I kinda figured it out after posting this thread. I guess the problem is spawning order or spawning race which leads the zexpression to read a nonexistent vari...
by sky_haihai
Mon Mar 09, 2020 9:54 pm
Forum: General discussion
Topic: how to track error location?
Replies: 3
Views: 4491

how to track error location?

I was keeping getting error messages like access violation (address: xxxxxx)
Therefore, I'm wondering how to use that address?
by sky_haihai
Mon Mar 09, 2020 4:35 pm
Forum: General discussion
Topic: base model usage question
Replies: 2
Views: 3497

Re: base model usage question

Thank you !! problem solved
by sky_haihai
Mon Mar 09, 2020 6:02 am
Forum: General discussion
Topic: base model usage question
Replies: 2
Views: 3497

base model usage question

does anyone have an example of the usage of baseModel? the problem i have is: say there is a model named "base" and two other models named "player" and "enemy" which both use "base" as their base models. If I want to change the player's renderMesh component wh...