View unanswered posts | View active topics It is currently Thu Mar 28, 2024 11:01 pm



Reply to topic  [ 17 posts ]  Go to page 1, 2  Next
 ERROR! It wont let me make a Scene! Help! 
Author Message
User avatar

Joined: Tue Dec 16, 2008 2:16 am
Posts: 26
Location: ...I'd rather not.
Reply with quote
Post ERROR! It wont let me make a Scene! Help!
Hello DataRealms' Forums! first post here.

Ok, well when I make a scene in the In-Game scene editor and later exit Cortex Command (after done playing), I try to load Cortex Command and i get an error message. here is the message:

Abortion in file ./system/reader.cpp, line 530
Referring to an instance ("tut tiny block") to copy from that hasnt been defined! in Base.rte/scenes/Tower.ini at line 140
The last frame has been dumped to 'abortscreen.bmp'

Now i have gone into that file and to line 140 to just try to remove it. but to no effect. the only way i can play CC again is to delete any scenes i've made in the Editor.

So i come here to DataRealms in help of a fix, sorry if i broke any rules this is my first post.


Tue Dec 16, 2008 2:29 am
Profile
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
Please check the rules before posting instead of just apologizing in advance. This is the wrong forum, it's for working scenes only.


Tue Dec 16, 2008 2:44 am
Profile WWW
User avatar

Joined: Mon Apr 28, 2008 1:35 am
Posts: 383
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
what you need to do is go into base.rte and then into scenes.ini
go to the very bottom and cut out the last line with your scene in it. Then go into missions.rte then scenes.ini and at the very end put in your new line of code.
The problem was you were asking to use things (tut tiny block, for example) that the game hadn't loaded yet. Base.rte is the first thing that loads, the tutorial things are loaded later, and the missions are loaded last. So if you put you ask for stuff in the tutorial.rte when you are still at the base.rte stage, it will give you an error, because you are asking for things that don't even exist yet! :O


Wed Dec 17, 2008 5:37 am
Profile
User avatar

Joined: Sat Dec 13, 2008 11:56 pm
Posts: 206
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
i have the same problem.


Fri Dec 19, 2008 11:03 pm
Profile
User avatar

Joined: Mon Apr 28, 2008 1:35 am
Posts: 383
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
then read my solution to the problem :P


Fri Dec 19, 2008 11:57 pm
Profile
User avatar

Joined: Sat Dec 13, 2008 11:56 pm
Posts: 206
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
and it works now. but i posted this same question in the correct forum and no-one came up with tht answer


Sat Dec 20, 2008 4:36 pm
Profile

Joined: Sat Apr 25, 2009 12:33 pm
Posts: 5
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
i have the same problem, but when I open the scenes folder, my scene is not there! :-( Please help me!


Sat Apr 25, 2009 12:39 pm
Profile
User avatar

Joined: Mon Apr 28, 2008 1:35 am
Posts: 383
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
are you sure you saved?
I know I've forgotten before, and it sucks.

Did you make a custom scene not using base.rte as your module?
Scenes save in whatever module you create them in.
If you did create it in a different module, then it will only create an actual file with your scene if their is a folder in that .rte named "Scenes"

Otherwise, you should be able to find the .ini under scenes in base.rte/

Good luck.


Sat Apr 25, 2009 4:14 pm
Profile

Joined: Sat Apr 25, 2009 12:33 pm
Posts: 5
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
eh... could you please explain that one more time? a little easier to understand?


Sat Apr 25, 2009 5:35 pm
Profile
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
When you go to build a scene, the game asks you which "Module" you want to build it in. A module is basically a folder within your Cortex Command folder. So if you decided to build it in Dummy.rte, for instance, go to your Cortex Command folder, open Dummy.rte, and then you should be able to find a file called Scenes.ini in there. That's where your scene is saved.


Sat Apr 25, 2009 5:38 pm
Profile WWW

Joined: Sat Apr 25, 2009 12:33 pm
Posts: 5
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
it's not anywhere! but the errormessage said: "the last frame has been dumped to abortscreen.bmp" does that have anything to do with this?


Sat Apr 25, 2009 5:51 pm
Profile
DRL Developer
DRL Developer
User avatar

Joined: Wed Dec 13, 2006 5:27 am
Posts: 3138
Location: A little south and a lot west of Moscow
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
It always says that. It basically just takes a picture of the game when it crashes.
Try uploading that and I'll see if I can diagnose your problem :)


Sat Apr 25, 2009 5:58 pm
Profile WWW

Joined: Sat Jan 13, 2007 11:04 pm
Posts: 2932
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
TheLastBanana wrote:
When you go to build a scene, the game asks you which "Module" you want to build it in. A module is basically a folder within your Cortex Command folder. So if you decided to build it in Dummy.rte, for instance, go to your Cortex Command folder, open Dummy.rte, and then you should be able to find a file called Scenes.ini in there. That's where your scene is saved.



Theres a little nasty thing about this.

If a module lacks a "Scenes" folder, your amazing scene is not saved anywhere.
I made recently a nice cool map and hit "save" where it said something like "Save in Mod.rte/Scenes/MyMap.ini".

After a while I closed it and came back tomorrow to test it out.
Well.
It didnt load.
I went to my mods folder and saw a Scenes.ini.
I opened it and took a look at what it had to say and it said there is a file in "Mod.rte/Scenes/MyMap.ini".
Then I was like "okay" and closed the file to find a "Scenes" folder inside my mod.
I never found it.

And thus my precious work was wasted.


So if youre going to make a scene in your mod, make sure you have a "Scenes" folder in it. Same thing applies if youre using the gib editor. Then you must have a "NewData" folder in your mod.


Sat Apr 25, 2009 6:14 pm
Profile

Joined: Sat Apr 25, 2009 12:33 pm
Posts: 5
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
there are no files in there named my map! i have been searching through all of the folders but nothing there is called "bunkerwar.ini"! anyone who knows what to do? :???:


Fri May 08, 2009 3:21 pm
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: ERROR! It wont let me make a Scene! Help!
Read the thread.
It gives exactly the answer to your problem.
It also might be called Scene.ini.


Fri May 08, 2009 4:09 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 17 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.474s | 15 Queries | GZIP : Off ]