View unanswered posts | View active topics It is currently Wed Jan 08, 2025 5:15 am



Reply to topic  [ 20 posts ]  Go to page Previous  1, 2
 I want to make a scene with custom parts. 
Author Message
User avatar

Joined: Sun Mar 14, 2010 9:02 pm
Posts: 33
Reply with quote
Post Re: I want to make a scene with custom parts.
dragonxp wrote:
What's the error?
And why the fudge do you want browncoats?


1. It tells me theres a error at line 2, so I // that, then it tells me theres a error at line 3, so I // it, THEN it tells me theres a error at line 4, so a // that, FINALLY it tells me theres a error at Base.rte Index.ini line 11


2. Becasue I like them :s


Thu Apr 01, 2010 9:01 pm
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: I want to make a scene with custom parts.
well, i bet you it's a dependancy issue.
Just post the error message.


Thu Apr 01, 2010 9:03 pm
Profile
User avatar

Joined: Sun Mar 14, 2010 9:02 pm
Posts: 33
Reply with quote
Post Re: I want to make a scene with custom parts.
I got a new one, it says theres a error with the Soldier.ini file.


And I can't post it since the error keeps expanding making my screen black.


Thu Apr 01, 2010 9:11 pm
Profile
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: I want to make a scene with custom parts.
lol, messed up comp?


Thu Apr 01, 2010 9:12 pm
Profile
User avatar

Joined: Mon Jun 04, 2007 5:55 am
Posts: 1627
Location: Ohio
Reply with quote
Post Re: I want to make a scene with custom parts.
ToastyGuise wrote:
dragonxp wrote:
I'm starting to regret writing these things:
http://forums.datarealms.com/viewtopic.php?f=4&t=17544


I did exactly what it said and heres my index:

Code:
DataModule
   ModuleName = Base Set
   IncludeFile = Base.rte/Materials.ini
   IncludeFile = Base.rte/Sounds.ini
   IncludeFile = Base.rte/Effects.ini
   IncludeFile = Base.rte/Ammo.ini
   IncludeFile = Base.rte/Devices.ini
   IncludeFile = Base.rte/Actors.ini
   IncludeFile = Base.rte/Scenes.ini
   IncludeFile = Base.rte/Activities.ini
        IncludeFile = HR.rte/index.ini
        IncludeFile = L4D.rte/index.ini
        IncludeFile = MDC.rte/index.ini
        IncludeFile = SAW.rte/index.ini


But it still douesn't show up in the selection area.


If your using HR, L4d, MDC, and Saw,

you must copy ALL the files over, into base.rte, dropping the .RTE on the other mods.

Such as Base.rte/HR/index.ini

data modules can NOT load files from other .rte's.

So, copy the .rte into base.rte, drop the RTE on the mods name, so for saw.rte, you'd have
IncludeFile = Base.rte/Saw/Index.ini

All of those, must be included in base.rte/index.ini BEFORE scenes.ini, not after. so what you would need is....


Code:
DataModule
   ModuleName = Base Set
   IncludeFile = Base.rte/Materials.ini
   IncludeFile = Base.rte/Sounds.ini
   IncludeFile = Base.rte/Effects.ini
   IncludeFile = Base.rte/Ammo.ini
   IncludeFile = Base.rte/Devices.ini
   IncludeFile = Base.rte/Actors.ini
    IncludeFile = Base.rte/HR/index.ini
        IncludeFile = Base.rte/L4D/index.ini
        IncludeFile = Base.rte/MDC/index.ini
        IncludeFile = Base.rte/SAW/index.ini
   IncludeFile = Base.rte/Scenes.ini
   IncludeFile = Base.rte/Activities.ini

(sorry about the extra tabs, all I did was copy/paste it...


Thu Apr 01, 2010 10:19 pm
Profile YIM WWW
Display posts from previous:  Sort by  
Reply to topic   [ 20 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.045s | 13 Queries | GZIP : Off ]