Data Realms Fan Forums http://45.55.195.193/ |
|
Menu Buyablilty Problem http://45.55.195.193/viewtopic.php?f=1&t=18297 |
Page 1 of 2 |
Author: | Freeflow [ Wed Mar 31, 2010 7:18 am ] |
Post subject: | Menu Buyablilty Problem |
Ok...So heres the bottom line. I am making a faction and I have 1 craft, 1 soldier, 1 brain and various weapons, explosives and tools. I have been working on the soldier and changing up the sprites. One day I start up CC to test my soldier and I can't find him in the pregame menu or in the ingame menu. Earlier today I went into the code and put Buyable = 1 into the actors code. I started up CC again and I still can't find him anywhere on the menus. Help is gravely needed for my mod production to continue. |
Author: | Geti [ Wed Mar 31, 2010 8:58 am ] |
Post subject: | Re: Menu Buyablilty Problem |
Is it on a new or at least clean install, have you included the files in your index, and is the .rte set up correctly? If you answered yes to all of these, you might have to move the files somewhere else, (ie move the .rte contents to a new folder, delete the old folder, and then rename the new folder to what the .rte was.) A good giveaway is to write something blatantly wrong eg ERROR somewhere in the .inis that are giving you trouble to see if the game is actually parsing them. |
Author: | Joesycop [ Wed Mar 31, 2010 2:42 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
Do you have the AddToGroup = Actors or whatever? Do you have it loading the actors ini file? Check these. |
Author: | Freeflow [ Wed Mar 31, 2010 6:11 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
@ Geti: I made a new folder and put the old contents in it and put blatantly wrong code in an explosive and CC started up. @Joesy: All the Indexes are working fine but apparently not being read for some reason. All of the AddToGroups are there. |
Author: | salt_1219 [ Wed Mar 31, 2010 8:18 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
I had this problem too when my actor had the same name as another existing actor |
Author: | Geti [ Thu Apr 01, 2010 2:44 am ] |
Post subject: | Re: Menu Buyablilty Problem |
If the error code isnt causing a crash the files aren't being read. It's possible they're corrupt (though that usually just causes a crash) or your .rte is ghosting for some reason. try the copy everything elsewhere routine. |
Author: | Freeflow [ Fri Apr 02, 2010 10:31 am ] |
Post subject: | Re: Menu Buyablilty Problem |
Oh man! alright... Is there anyway to keep this from happening in the future? |
Author: | Geti [ Fri Apr 02, 2010 11:35 am ] |
Post subject: | Re: Menu Buyablilty Problem |
It shouldn't take long, you literally have to make a new folder (right click>New Folder), and then go to your .rte and cut everything, and go to the new folder and paste everything (ctrl+x and ctrl+v respectively, just in case ). After that, just delete the empty .rte folder and rename the new folder to the .rte Usually, this is just a zip indexing error, but it's possible for it to happen otherwise. If there's corruption, it usually causes a crash. Oh, also, make sure you dont have tabbing in the other subindexes in your mod (like actors.ini or whatever) on the includefile lines, as this causes things to not get read (in my experience). ie Code: IncludeFile = SOMEFILE Code: IncludeFile = SOMEFILE |
Author: | Freeflow [ Fri Apr 02, 2010 9:16 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
Ok. Ive replaced the main folder twice now and I completely copied and pasted one of my soldiers and he still doesn't show up. I have a hunch this is going to lead to complete remakings of my soldiers. (Plz NO!) |
Author: | dragonxp [ Fri Apr 02, 2010 9:18 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
post the .rte, i have a feeling it has to do with tab syntax. |
Author: | Freeflow [ Fri Apr 02, 2010 10:11 pm ] | ||
Post subject: | Re: Menu Buyablilty Problem | ||
Heres the .rte in .zip form.
|
Author: | dragonxp [ Fri Apr 02, 2010 10:47 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
Code: //Devices IncludeFile = SSU.rte/Devices/Weapons/Weapons.ini IncludeFile = SSU.rte/Devices/Energy Shield/Energy.ini IncludeFile = SSU.rte/Devices/Ore Extractor/Extractor.ini IncludeFile = SSU.rte/Precision Digger/Precision.ini Apparently it looks like you may have commented it out. Or at least, thats how i see it. |
Author: | linkfan23 [ Sat Apr 03, 2010 6:28 am ] |
Post subject: | Re: Menu Buyablilty Problem |
salt_1219 wrote: I had this problem too when my actor had the same name as another existing actor Make sure this isn't the case. I had this exact same problem before. |
Author: | Freeflow [ Sat Apr 03, 2010 9:45 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
@ Dragon: I don't see any included files commented out only the word Devices. @ Linkfan: All of my current actors have different names. |
Author: | dragonxp [ Sat Apr 03, 2010 9:53 pm ] |
Post subject: | Re: Menu Buyablilty Problem |
try deleting the commented out words. |
Page 1 of 2 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |