Data Realms Fan Forums
http://45.55.195.193/

Xenobiology Test Release
http://45.55.195.193/viewtopic.php?f=1&t=31569
Page 1 of 1

Author:  Djinn [ Fri Aug 10, 2012 3:09 pm ]
Post subject:  Xenobiology Test Release

Hey y'all - I did not want to release this yet because it is nowhere near done, but I'm at my wits end trying to figure this out.

Image

Long story short, this adds a bunch of new wildlife. For the most part they have no Lua or polish but I wanted to get their sprites and gibs set up first.

The gibs is the issue - I used the Gib Editor to position all of the gibs properly and then pasted over all of the data from NewData. The issue is that I put the data for the gibs in Base.rte/Effects/Gibs/Gibs.ini to set it up (you used to have to to have them show up in the gib editor) and while the .rte compiles if the data is in that location, putting it in an .ini in the Xenobiology.rte folder causes CC to start loading it then skip over it before running as normal. I've never seen that happen.

Any thoughts? It's a shame I had to release it in such shabby state, but I can't really progress past this.

Attachments:
File comment: Test Release 1
Xenobiology.rte.zip [1.9 MiB]
Downloaded 230 times

Author:  akblabla [ Fri Aug 10, 2012 6:43 pm ]
Post subject:  Re: Xenobiology Test Release

Wow, that is a wierd error.

If nobody else has a solution I suggest doing the monkey method, making empty .ini files in which you copy paste the ini text piece by piece or something.

It is really sad :(

Author:  Coops [ Fri Aug 10, 2012 6:46 pm ]
Post subject:  Re: Xenobiology Test Release

When you save the gib positions go into the ini that you saved them and find the PresetName and replace it with CopyOf.

So instead of it looking like this

Code:
AddGib = Gib
      GibParticle = MOSRotating
         PresetName = Gib
      Offset = Vector
         X = 0
         Y = 0


Have it look like this

Code:
AddGib = Gib
      GibParticle = MOSRotating
         CopyOf = Gib
      Offset = Vector
         X = 0
         Y = 0

Author:  Djinn [ Fri Aug 10, 2012 6:58 pm ]
Post subject:  Re: Xenobiology Test Release

Coops wrote:
When you save the gib positions go into the ini that you saved them and find the PresetName and replace it with CopyOf.

So instead of it looking like this

Code:
AddGib = Gib
      GibParticle = MOSRotating
         PresetName = Gib
      Offset = Vector
         X = 0
         Y = 0


Have it look like this

Code:
AddGib = Gib
      GibParticle = MOSRotating
         CopyOf = Gib
      Offset = Vector
         X = 0
         Y = 0


Yeah, that much I did, but it's entirely possible that I screwed one up somewhere. However it crashes (well it doesn't crash, it just skips it) before it even gets past the initial Gibs.ini, leading me to think it's someplace in there...

Author:  Djinn [ Fri Aug 10, 2012 7:22 pm ]
Post subject:  Re: Xenobiology Test Release

Oooookay, dumbest error ever. One single gib entry had FilePath indented over one extra tab. Removed that and now it works. Welp, released for nothing!

Author:  ryanbob1 [ Sun Aug 19, 2012 11:21 pm ]
Post subject:  Re: Xenobiology Test Release

So..i can't buy them or see them in game?

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/