Noticed a pop up alert about an update on v6, so I updated it and now I'm on v6.032 but when I log on to a server the default particle graphic act like their missing but their located in /Graal/levels/g4particles/.. Same with the letter graphics in /Graal/levels/letters/. I also use a custom state graphic but it displays default even though the only state image is different? Just some issue's I've noticed on first look i'll post any more that I find.
P.S. I've also tried reinstall but it reports "Files are okay".
Also if Stefan is looking at this, maybe you can fix the onPlayerEnters() for particle gani scripts. On first initialization aka onCreated works normally but once the player leaves the level and comes back the particle destroys and doesn't reload. This is what I have in the header of the gani script for the particle.
function onCreated() emitter();
function onPlayerenters() emitter();
function onInitialized() emitter();
__________________
"Two things are infinite: the universe and human stupidity, and I'm not sure about the the universe.." -Einstein