hogsy / jaded

A repository for raising any tickets relating to Jaded, the Community Patched Jade Engine. There is no code here.
https://oldtimes-software.com/jaded/
1 stars 0 forks source link

[BUG] Object inconsistency between gamemode and editor #55

Open ShowinGrowin opened 2 months ago

ShowinGrowin commented 2 months ago

Summary

In a recent update, I've introduced new heli hair assets that work fine in the editor itself. But in gamemode they appear to be invisible or are so far away from the camera that they can't be seen at all.

Steps to Reproduce

Load any map in the editor or gamemode and use the helicopter.

Expected Result

The heli hair displays, follows rayman's head, and rotates.

Actual Result

In the editor it works fine, in gamemode it simply doesn't appear at all.

Screenshots or Videos

hair1 hair4 hair2 hair3

Additional Information

Above there are screenshots of the relevant code related to this. My best guess is that maybe gamemode isn't playing well with stuff like obj_rotatelocalz and might be far away on the map because it doesn't appear to have problems with duplicating objects elsewhere.