project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 Community Modding
PR Time:
Register Forum RulesDeveloper Blogs Project Reality Members List Search Today's Posts Mark Forums Read
PR:BF2 Community Modding Making or wanting help making your own asset? Check in here

Contact Support Team Frequently Asked Questions Register today!

Reply
 
LinkBack Thread Tools Display Modes
Old 01-09-2008, 07:08 AM   #1
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default [Help!] Map audit problem with layers

I've decided to make a map audit to practice and learn about mapping. Road to Jalalabad (BF2 map) was my choice and I started to audit this map. There was no "Editor" folder inside so I've created my own (according to Rhinos Map Audit Tutorial), after that I've created "GamePlayObjects.con" and "Layers.con" files for the editor (according to Rhinos Map Audit Tutorial)... but when I open this map in the editor I have no other Layers in it. It looks like all the Control points, spawn points, object spawners, etc, from all three layers (16, 32, 64 players), are mixed together on the same layer (in this case it's default layer)



The questions are: What is going on? Why there is no other layers? How to fix it?

HELP!


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Old 01-09-2008, 10:48 AM   #2
[R-DEV]Rhino
PR Mapper Team
Supporting Member

[R-DEV]Rhino's Avatar
Send a message via MSN to [R-DEV]Rhino
Default

make sure you have defined the right layers to the right 64, 32 and 16 versions etc and that your layer.con is setup right, and in the editor folder etc.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-DEV]Rhino is online now Reply With Quote
Old 01-09-2008, 12:07 PM   #3
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default

I've checked "GamePlayObjects.con" and "Layers.con" files (again...), both off them are inside "Editor" folder. My 64_player version is on the layer 4, 32_player on layer 3 and 16_player on layer 2.

Here is my Layer.con file:
Code:
rem ******** 16_player ********
LayerManager.AddUserLayer "16_player" 4 2 0 1 
LayerManager.SetLocked 0
LayerManager.SetDisabled 0
LayerManager.AddGameModeFilter "gpm_cq"
LayerManager.AddPlayerFilter "16"

rem ******** 32_player ********
LayerManager.AddUserLayer "32_player" 8 3 0 1 
LayerManager.SetLocked 0
LayerManager.SetDisabled 0
LayerManager.AddGameModeFilter "gpm_cq"
LayerManager.AddPlayerFilter "32"

rem ******** 64_player ********
LayerManager.AddUserLayer "64_player" 16 4 0 1 
LayerManager.SetLocked 0
LayerManager.SetDisabled 0
LayerManager.AddGameModeFilter "gpm_cq"
LayerManager.AddPlayerFilter "64"


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Old 01-09-2008, 12:11 PM   #4
[R-DEV]Rhino
PR Mapper Team
Supporting Member

[R-DEV]Rhino's Avatar
Send a message via MSN to [R-DEV]Rhino
Default

yet looks fine, you sure that in your GPO.con that 64 is layer 4 etc?


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-DEV]Rhino is online now Reply With Quote
Old 01-09-2008, 12:25 PM   #5
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default

Well... I think so.



To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Old 01-09-2008, 12:41 PM   #6
[R-DEV]Rhino
PR Mapper Team
Supporting Member

[R-DEV]Rhino's Avatar
Send a message via MSN to [R-DEV]Rhino
Default

yep all looks fine, hummm.

only thing I can think is check you are loading the right mod in the editor, and check your filenames etc.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-DEV]Rhino is online now Reply With Quote
Old 01-09-2008, 02:29 PM   #7
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default

Ok, thanks for help anyway. I'll check all the files one more time. If this will fail than I'll remove all the Object Spawners, Spawn Points, Control Points and Combat Zones from the default layer and I'll try to create all three layers from the scratch.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Old 01-10-2008, 06:46 AM   #8
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default

OK, I've made simple test map to figure out what's wrong... I've made some test and this is what I get. There is something wrong with my BF2editor or pr_edit folder. I can't properly create layers.

This is what I get when I try to make a new layer using bf2 mod in the editor...


...and this is what I get when I try to make a new layer using pr_edit mod in the editor


I've tried to open Road to Jalalabad map again and here's the funniest part, it looks like my my BF2editor moves all the stuff from all the layers into default layer. This is just the example of code from Output box:
Code:
Object CP_16_RtJ_Hotel was in an invalid layer. Moved to default.
Object CP_16_RtJ_Junkyard was in an invalid layer. Moved to default.
Object CP_16_RtJ_Market was in an invalid layer. Moved to default.
Object CP_16_RtJ_Mosque was in an invalid layer. Moved to default.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Old 01-10-2008, 07:47 AM   #9
[R-DEV]Rhino
PR Mapper Team
Supporting Member

[R-DEV]Rhino's Avatar
Send a message via MSN to [R-DEV]Rhino
Default

ye that dont help

take it you have gone 100% thought this tut and also mainly done step 7?
http://www.realitymod.com/forum/f189...g-modding.html


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-DEV]Rhino is online now Reply With Quote
Old 01-10-2008, 09:17 AM   #10
[R-COM]Ragni<RangersPL>
PR Community Faction Lead

[R-COM]Ragni<RangersPL>'s Avatar
Default

Sorry Rhino, I haven't installed all the stuff from your PR_EDIT.rar

Now pr_edit mod works better now. I still can't see any other layers on Road to Jalalabad map but at least I can make my own now.

Thanks.


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
RANGERS LEAD THE WAY!!!

To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Do not post stupid suggestions just because you had a bad round in PR
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
[R-COM]Ragni<RangersPL> is offline Reply With Quote
Reply


Tags
audit, layers, map, problem
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:53 PM.


Powered by: vBulletin. ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO.
All Content Copyright ©2004 - 2012, Project Reality.