Mod Loading Sprites Trouble [FIXED]
Haidere guys, 'tis my first Topic post. Yaay for me.
So, I'm working on a mod built out of sprites and such grabbed off of the old Sprite Dump thread. So far i have 2 guns; A rifle, (Which works) And a Pistol; (Which is what crashes it)
Upon loading, it says that it can't find the sprite file. I have no idea how to fix this at this moment; I have all the names and such right. Here's the error:
---------------------------
RTE Aborted! (x_x)
---------------------------
Failed to load datafile object with following path and name:
ArisTech.rte/Devices/Sprites/AL-4R000.bmp
The last frame has been dumped to 'abortscreen.bmp'
You can copy this message with Ctrl+C
---------------------------
OK
---------------------------
Even though in the gun's INI File, I have it set to:
SpriteFile = ContentFile
FilePath = ArisTech.rte/Devices/Sprites/AL-4R.bmp
FrameCount = 2
- If i add make it "FilePath = ArisTech.rte/Devices/Sprites/AL-4R000.bmp", then the error just says the same thing, but only with 6 0's. I hope somebody can help me with this! I've checked over it many times, and i've scoured the Rifle's file to make sure i have it right. It should all be the same. Thanks in advance to any kind soul who may be able to help~ Mod file is attached.
EDIT: Solved! Big Thanks to JayTasslehoff!!