Re: My First Mod, My First Problem
I think I found the problem.
Code:
SpriteFile = ContentFile
FilePath = SC05.rte/Images/FragGrenade.bmp
This up here...
Should be that down there.
Code:
SpriteFile = ContentFile
FilePath = SergaCorp.rte/SC05/Images/FragGrenade.bmp
EDIT: And also get rid of those Index.ini files in the SC0# Folders, that might help.