View unanswered posts | View active topics It is currently Sun Dec 29, 2024 4:41 am



Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
 Quick inquiry... 
Author Message
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Quick inquiry...
Can someone explain what this error means, aside from line 4 of Index.ini is having issues? I can see which file it's referring to, and from what I can tell, they're all setup correctly. This is my custom campaign that I'm trying to put together into it's own .rte folder structure, and for the life of me, I can't figure out what's going on here.

Any thoughts/hints/suggestions/maulings?

Image


Wed Sep 23, 2009 6:11 am
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
What's on line 4? It's a bad pointer or something like that.


Wed Sep 23, 2009 6:36 am
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Below are the contents of Index.ini:

DataModule
IncludeFile = Maps - Objects/Index.ini
IncludeFile = Maps - Objects/Objects.ini
IncludeFile = Missions.rte/Materials.ini
IncludeFile = Missions.rte/Scenes.ini
IncludeFile = Missions.rte/Earth 2.ini
IncludeFile = Missions.rte/Editor Big.ini


Am I correct in assuming that it is having an issue with either Missions.rte/Materials.ini (fourth line from the top) or Scenes.ini (4th line from the start of the group)?

Either way, both seem to be pointing to the correct folders as far as I can tell. I tried to follow all the paths within the files to the other files they are supposed to link to, and that all seemed ok. /boggle


Attachments:
Scenes.ini [130 Bytes]
Downloaded 180 times
Materials.ini [2.71 KiB]
Downloaded 209 times


Last edited by Warlord2150 on Wed Sep 23, 2009 7:30 am, edited 2 times in total.

Wed Sep 23, 2009 6:56 am
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
IncludeFile = Missions.rte/Materials.ini

That doesn't exist.


EDIT:
IncludeFile = Missions.rte/Earth 2.ini
IncludeFile = Missions.rte/Editor Big.ini

Neither do these, what exactly are you doing here?


Wed Sep 23, 2009 7:18 am
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Quote:
This is my custom campaign that I'm trying to put together into it's own .rte folder structure


Wed Sep 23, 2009 7:22 am
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
Missions.rte is already in CC though, you shouldn't be using it at all except to use a file that is already in there.


Wed Sep 23, 2009 7:24 am
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
I'm just using it as a subfolder under Campaign X.rte


Wed Sep 23, 2009 7:26 am
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
That doesn't work, make it called Missions.

Then change those lines to just say Campaigns X.rte/Missions/<filenamehere>.ini

The way you are doing it is the standard method of referencing outside .rte modules, which means it's looking for those files in the original cortex command Missions.rte.




Actually, taking a second look at what you posted, it looks like you are trying some really strange stuff with structure here, using one Index.ini to initiate parsing on another that's in a non-.rte folder.


Wed Sep 23, 2009 7:30 am
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Gotcha - will try that and see what I get.

Now I'm getting another error relating to a minor change I made, so I'll delve into that for a bit and see where I end up. On the bright side, I'm no longer getting the original error, so that inherently means progress methinks. :)


Wed Sep 23, 2009 7:36 am
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Ok - I'm stuck again...

Quote:
Abortion in file.\System\Reader.cpp, line 531, because:

Referring to an instance ('Campaign X.rte/Missions/EditorBig Terrain') to copy from that hasn't been defined! in Campaign X.rte/Missions/Scenes/Mission 1 - Data Minnig.ini at line 8!


Again, no clue whats going on here, aside from it can't seem to find the terrain file.

File structure of the folder is as follows:
Campaign X.rte
> Missions
> > Scenes
> > > Mission 1 - Data Mining.ini
> > > Mission 2 - Into the Depths.ini
> > Textures
> > > (all mytexture bitmaps)
> > (all my map bitmaps)
> > Earth2.ini
> > EditorBig.ini
> > Materials.ini
> > Scenes.ini
> Objects
> > (all my object bitmaps)
> > Objects.ini
>Index.ini


Attachments:
File comment: Campaign X.rte/
Index.ini [271 Bytes]
Downloaded 185 times
File comment: Campaign X.rte/Missions/
EditorBig.ini [1.07 KiB]
Downloaded 192 times
File comment: Campaign X.rte/Missions/
Scenes.ini [3.8 KiB]
Downloaded 190 times
File comment: Campaign X.rte/Missions/Scenes
Mission 1 - Data Mining.ini [155.06 KiB]
Downloaded 185 times
Wed Sep 23, 2009 2:44 pm
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
You are trying to create a mission that contains a map file that you haven't created yet.

Textures/Scenes --> Objects --> Full Maps would be proper order.


Wed Sep 23, 2009 3:58 pm
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
But I have created it, its in there with the map bitmaps under missions.


Wed Sep 23, 2009 4:40 pm
Profile

Joined: Mon Dec 04, 2006 3:34 am
Posts: 2378
Reply with quote
Post Re: Quick inquiry...
Uh, then where is the .bmp extension?

Either you messed up the pointer or you are trying to use something from a file that hasn't been read yet/that comes up later in the same file. Everything has to be in order or it won't work.


Wed Sep 23, 2009 5:35 pm
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Its in amongst my map bitmaps - I just didnt type any of the bitmaps out because theres 5 or 6 in each folder (I put (all xxxxx bitmaps instead)... backgrounds, skies, terrains. It's there in with the skies and the other terrain, named EditorBig.bmp.


Wed Sep 23, 2009 6:16 pm
Profile
User avatar

Joined: Mon Sep 21, 2009 8:13 pm
Posts: 46
Location: Indiana
Reply with quote
Post Re: Quick inquiry...
Ok - same campaign, different map, different error. This error just has the hex code information though, so there isnt much I can derive from it. It only occurs when I actually go to play/edit this particular map, not when CC is loading.

Any help would be appreciated.


Attachments:
ccerror.jpg
ccerror.jpg [ 23.47 KiB | Viewed 3871 times ]
Fri Sep 25, 2009 1:55 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 19 posts ]  Go to page 1, 2  Next

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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.043s | 15 Queries | GZIP : Off ]