To save time on mine, and everyone else's parts, I decided to start a thread for my coding problems, as i seem to have so many XD
So, to put a start to my list:
1: UT style "Player leads the match by -- points" texture
If you ever played the Morpheus level in UT-GOTY edition, you may remember the "Player leads the match by -- points" textures. I thought these were really cool, and wanted to use them for my SuperModv1 (Probably going to have to remove the V anything eventually, with all the stuff in it XD) pack. I copied the codes from UT for them, and changed them slightly, so it was more specific about what it was to look for (DeusExPlayer instead of PlayerPawn). However, it has been giving me accessed nones ever since i started with it. Even before modifying the PlayerPawn bits to DeusExPlayer.
Fixed by [A]lex, it was just a problem with the texture i was using
2: MS3d Animating
Not really a coding issue, but still something that bothers me. I've been making a few meshes, and was wondering how i animate them so they work in DX? Any help here?