View unanswered posts | View active topics It is currently Mon Jan 06, 2025 11:19 pm



Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
 My First Mod, My First Problem 
Author Message
User avatar

Joined: Wed Oct 25, 2006 7:57 pm
Posts: 240
Location: Out there, among the stars.
Reply with quote
Post 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.


Mon Nov 10, 2008 9:24 pm
Profile
User avatar

Joined: Sun Jul 20, 2008 5:57 pm
Posts: 18
Location: When was the last time you checked your attic?
Reply with quote
Post Re: My First Mod, My First Problem
Thanks Siric, I'm just loading it now..but no, no dice..


Tue Nov 11, 2008 8:29 pm
Profile
User avatar

Joined: Mon Feb 11, 2008 3:42 pm
Posts: 259
Reply with quote
Post Re: My First Mod, My First Problem
Your index.ini in the .rte has bad tabbing:

It should be
Code:
DataModule
<tab>IncludeFile = a
<tab>IncludeFile = b


Never
Code:
DataModule
<tab>IncludeFile = x
<tab><tab>IncludeFile = y


(a==x and b==y)

Tabbings applies the class and variable to the class above it; IncludeFile only needs it's own variable (x in the example), nothing extra (IncludeFile = y in the example)


Tue Nov 11, 2008 10:05 pm
Profile
User avatar

Joined: Wed Oct 22, 2008 11:07 pm
Posts: 15
Reply with quote
Post Re: My First Mod, My First Problem
I had a look at it today and I think that if you change all the sprite names from Frag to whatever, they might work.
I had to change all the body part names on my mod before they worked right.
But I got them working properly and only my final project is giving me problems.


Fri Nov 14, 2008 5:25 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 19 posts ]  Go to page Previous  1, 2

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.040s | 13 Queries | GZIP : Off ]