Very weird issue
Moderator: Moderators
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
Very weird issue
It seems that no matter which mode I do, all the command posts are there. Shouldn't objects placed in conquest, only appear in conquest? And yet, they appear in hunt mode as well, even though it uses the hunt layer.
-
Commander_Cody771
- Vader's Apprentice
- Posts: 1069
- Joined: Thu Jun 07, 2007 5:02 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Looking for a new CPU
- Contact:
RE: Very weird issue
What exactly are you asking?
-
RepSharpshooter
- Gametoast Staff

- Posts: 1351
- Joined: Tue Jul 10, 2007 4:10 pm
RE: Very weird issue
Could be that your modes are all mixed up (which I'm trying to fix right now, but I need to see your source files). Make sure you have .mrq 's for each mode. I think they may be required, it only seemed logical, since they looked like a .req. But I may be wrong.
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
RE: Very weird issue
Okay, to be more specific as to my problem here. I have 10 cps placed in the conquest layer in ZE. Being only in the conquest layer, they should appear only in a mode which utilizes the conquest layer. The problem, is that they appear in every mode, even hunt, which utilizes a separate layer, hunt, that is not connected to the conquest one. Likewise, one of the attes also shows up in hunt mode, while it isn't a bad thing, and helps them out greatly, I didn't place it in hunt mode. So the question is, how is it that this could have happened?
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: Very weird issue
Are they appearing in ZE or ingame? if their ingame then check your LUA for what layer its calling for, If its in ZE, It shows all the layers so thats normal, its only a problem if you can select them while in another layer.
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
RE: Very weird issue
Ingame. The hunt lua calls for the hunt layer.
The hunt and conquest layers are not connected to each other, like I've seen for the shipped Geonosis with some layers, the conquest layer utilizes the droid layer, as do teh others. But conquest does not utilize the hunt layer. This is why it's so weird and confusing.
ReadDataFile("dc:BOG\\geo1.lvl", "geo1_hunt")
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: Very weird issue
whats in the mrq?
-
RepSharpshooter
- Gametoast Staff

- Posts: 1351
- Joined: Tue Jul 10, 2007 4:10 pm
RE: Very weird issue
You know, I'm not entirely sure what a mrq is, but there are ones for each mode, and they have the same format as a REQ, so I assume they have something to do with munging?
Code: Select all
ucft
{
REQN
{
"congraph"
"THM_conquest"
}
REQN
{
"world"
"THM_conquest"
}
}-
theITfactor
- Chief Warrant Officer

- Posts: 327
- Joined: Wed Jun 28, 2006 12:56 pm
- Projects :: The Pwnfest and Games Complex
- xbox live or psn: You and I Know
- Location: The Old Republic
- Contact:
