Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Unknown Target on January 18, 2004, 03:21:40 pm

Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 18, 2004, 03:21:40 pm
EDIT: Fixed. Please look below for my NEXT problem! :D
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 18, 2004, 03:24:04 pm
EDIT: Deleted.
Title: Major tabling glitches here, PLEASE help!
Post by: Taristin on January 18, 2004, 04:46:09 pm
Appearently, you have the tags in the wrong places... Or so it seems to e.
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 18, 2004, 05:41:56 pm
All the weapon are like this:
$Rearm Rate:
$Flags
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 22, 2004, 06:41:19 pm
BUMP:

New glitch---I have a GTC Fenris (placeholder) in there, and it shows up in the latest FS2_Open EXE, however, it DOESN'T show up in FRED2, FRED3.41, Vanilla FS2, and the latest FRED2_OPEN, and the latest FRED2_OGL_OPEN.

Ideas?
Title: Major tabling glitches here, PLEASE help!
Post by: Bobboau on January 22, 2004, 07:11:00 pm
you mean the high poly one?
Title: Major tabling glitches here, PLEASE help!
Post by: Black Wolf on January 22, 2004, 10:41:26 pm
Try puttiing a very slightly different entry in there (say, give it one extra hitpoint and a different name) just befre the Fenris. I don't know why this works, but it meant I coud see my ship in FRED... kinda...
Title: Major tabling glitches here, PLEASE help!
Post by: Zarax on January 23, 2004, 04:22:20 am
Weird...
Tables management needs a strong reworking...
It would be far more efficent if every object would be in it's separate file and FS loads only the ones required by the mission...
It would be easier to track problems and you would also optimize loading times... After all it's pretty hard to load more than 20% of ingame models in a mission...
Title: Major tabling glitches here, PLEASE help!
Post by: karajorma on January 23, 2004, 04:34:41 am
Easily said. I'm sure it's not so easily done. :D
Title: Major tabling glitches here, PLEASE help!
Post by: Zarax on January 23, 2004, 06:36:30 am
Well, basically it is a small database management, it shouldn't be that hard...
I might try to work over it as soon as i'll get VS.NET
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 23, 2004, 06:44:09 am
Doesn't work, BA. :(

Anything else I could try?
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 23, 2004, 07:11:51 am
Found the glitch. For some odd reason, all my FRED2's are reading from the FS2 Root directory, instead of searching for the tables in the data/tables directory.

So while I was modifying the tables in the table directory, the FRED2 found the tables in the root directory BEFORE finding the ones in the tables directory.

Bizzarre, I know, but if any of you other modders have the probs I described, try doing what I did (deleting the offending tables) ;)
Title: Major tabling glitches here, PLEASE help!
Post by: aldo_14 on January 23, 2004, 07:49:04 am
Quote
Originally posted by Unknown Target
Found the glitch. For some odd reason, all my FRED2's are reading from the FS2 Root directory, instead of searching for the tables in the data/tables directory.

So while I was modifying the tables in the table directory, the FRED2 found the tables in the root directory BEFORE finding the ones in the tables directory.

Bizzarre, I know, but if any of you other modders have the probs I described, try doing what I did (deleting the offending tables) ;)


Isn't that what it's supposed to do?

(root dir files, dir files, root vp files, dir vp files - ? )
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 23, 2004, 08:21:42 am
I have no idea. If it's supposed to do that, then shouldn't the Launcher and the EXE do the same thing?
Title: Major tabling glitches here, PLEASE help!
Post by: aldo_14 on January 23, 2004, 08:37:38 am
Um..dunno.  Maybe something to do with the -mod folder support?

I'm sure that's the way Fs 1.2 was supposed to work, anyways.
Title: Major tabling glitches here, PLEASE help!
Post by: Goober5000 on January 23, 2004, 10:46:10 am
That's what it's supposed to do.  Search in Freespace2 first, then Freespace2/data, then Freespace2/data/tables.  Then search VPs in the same directory order.
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 23, 2004, 11:21:28 am
Don't you think that should be reversed?
Title: Major tabling glitches here, PLEASE help!
Post by: Goober5000 on January 23, 2004, 01:15:28 pm
No, that's the way it's always been.  As karajorma said elsewhere, if it looked in the VP files first, you'd have to rebuild them after every change.
Title: Major tabling glitches here, PLEASE help!
Post by: Unknown Target on January 23, 2004, 01:19:56 pm
I meant shouldn't it look in the data/tables folder first, then the data directory, then the VP files? (you said it looked in the data folders, then the data/tables folders, then the VP files).
Title: Major tabling glitches here, PLEASE help!
Post by: Goober5000 on January 23, 2004, 01:20:42 pm
Oh.  Maybe, but this is the way it's set up.  Probably so that changes could be made more quickly, especially during development.
Title: Major tabling glitches here, PLEASE help!
Post by: karajorma on January 23, 2004, 04:11:14 pm
You shouldn't be putting anything except .vp files in \Freespace2\ anyway so it's your own fault if you're crapping things up.

Maybe I've missed it but is there any good reason for putting files in the main folder? If it's something you want every single mod to access then it should be in a .vp or else you'll end up with tons of files cluttering up your FS2 folder.
Title: Major tabling glitches here, PLEASE help!
Post by: magatsu1 on January 23, 2004, 04:19:49 pm
can't think of any off the top of my head, but there are some mod readmes which tell you to dump the full file in the main FS directory, rather than pof. in models, PCX in maps etc.

I usually found they just didn't work.
Title: Major tabling glitches here, PLEASE help!
Post by: aldo_14 on January 23, 2004, 05:01:23 pm
Quote
Originally posted by magatsu1
can't think of any off the top of my head, but there are some mod readmes which tell you to dump the full file in the main FS directory, rather than pof. in models, PCX in maps etc.

I usually found they just didn't work.


fs2/data (root) works, I'm not sure over the fs root directory don't think so).

Which probably invalidates my previous post on the precedance, natch.