Subfolder locations in PRJ
Moderator: Skyfaller
- Col.Kell
- House Steiner Archon
- Posts: 868
- Joined: Sat Sep 27, 2008 7:44 am
- Location: An Isolated Tennessee Valley.
Subfolder locations in PRJ
I was curious, at the way top of the PRJ file is that list of subfolders, and along next to each subfolder seems to be a set of numbers. When I changed the numbers around it refered to different locations in the PRJ.
Do you Skyfaller have any information I can study on this? That would be cool, actualy ADDING stuff rather than REPLACING.
Do you Skyfaller have any information I can study on this? That would be cool, actualy ADDING stuff rather than REPLACING.
MechWarrior 2: 31stCC


- Skyfaller
- Clan 1st MechWarrior
- Posts: 1017
- Joined: Sat Apr 12, 2008 2:58 am
- Location: Germany
- Contact:
Re: Subfolder locations in PRJ
I'm working on it. Adding files is more difficult than replacing them because the old directories do not have space left for new entries. Therefore, all directory entries must be copied into a larger table. I'm currently testing code that may accomplish that, given some more testing. I could share details, but it would a lot of technical stuff.
- Col.Kell
- House Steiner Archon
- Posts: 868
- Joined: Sat Sep 27, 2008 7:44 am
- Location: An Isolated Tennessee Valley.
Re: Subfolder locations in PRJ
Fire away!I could share details, but it would a lot of technical stuff.

MechWarrior 2: 31stCC


- Skyfaller
- Clan 1st MechWarrior
- Posts: 1017
- Joined: Sat Apr 12, 2008 2:58 am
- Location: Germany
- Contact:
Re: Subfolder locations in PRJ
OK, you asked. It's all currently in a state of flux, with some parts contradicting others. I'm not really happy with it atm, but I'm currently a bit busy so I can't work these contradictions out. If you find mistakes, correct me please, this may cut from the time I spend on adding and replacing files in the PRJ. I'll edit this post later as we make progress.
(Last edited on 12/28/2008: added information on the symbol table following the directory definition)
- Notes
- C Record definitions, taken from MechWarriorIIPRJ.cpp
(Last edited on 12/28/2008: added information on the symbol table following the directory definition)
- Col.Kell
- House Steiner Archon
- Posts: 868
- Joined: Sat Sep 27, 2008 7:44 am
- Location: An Isolated Tennessee Valley.
Re: Subfolder locations in PRJ
I'll test this out, see how it goes and report any former unknowns.
MechWarrior 2: 31stCC


- Skyfaller
- Clan 1st MechWarrior
- Posts: 1017
- Joined: Sat Apr 12, 2008 2:58 am
- Location: Germany
- Contact:
Re: Subfolder locations in PRJ
Thanks for helping me with this. Do you understand the record definitions (called structures in C)?
- Col.Kell
- House Steiner Archon
- Posts: 868
- Joined: Sat Sep 27, 2008 7:44 am
- Location: An Isolated Tennessee Valley.
Re: Subfolder locations in PRJ
No prob.
atm, no. I'm still scaning through this, I take in info a little bit at a time. The offset locations and such make sense. But when you say "structures in C", you don't mean C/C++ do you? That's WAY beyond me
atm, no. I'm still scaning through this, I take in info a little bit at a time. The offset locations and such make sense. But when you say "structures in C", you don't mean C/C++ do you? That's WAY beyond me

MechWarrior 2: 31stCC


- Skyfaller
- Clan 1st MechWarrior
- Posts: 1017
- Joined: Sat Apr 12, 2008 2:58 am
- Location: Germany
- Contact:
Re: Subfolder locations in PRJ
Well, yes, I mean C structures. But have no fear. It's the foldout "C record definitions". It simply lists the type first, then a field name, followed by optional repetitions in []. The latter define arrays. That's all there is to it. You can do it.
We're in race posting today
We're in race posting today

- Col.Kell
- House Steiner Archon
- Posts: 868
- Joined: Sat Sep 27, 2008 7:44 am
- Location: An Isolated Tennessee Valley.
Re: Subfolder locations in PRJ
So... I don't need to know C++ to do his? Great then!
*Whpeew*...
*Whpeew*...

MechWarrior 2: 31stCC

