project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 Community Factions > Mapping
12 Sep 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links

Reply
 
Thread Tools Display Modes
Old 2013-08-29, 18:00   #61
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Map] Torgan Valley (2km) [WIP]

Quote:
Originally Posted by [R-DEV]Rudd View Post
looks like your OG atlas hasn't formed right?

Recommend deleting your overgrowthatlas.tai and .dds and regening them.
dont delete the overgrowthatlas.tai, just make it empty

if you delete it, it wont rebuild anything


Amok@ndy is offline Reply With Quote
Old 2014-05-27, 14:59   #62
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]



i pressd somthing and "dissabled" somthing and cant move object by that red squere on pivot, some one did somthing like it beffore?
Grober is offline Reply With Quote
Old 2014-05-28, 20:57   #63
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]

i got error when i try to launch map
some one know why?



terrain.com
Quote:
if v_arg1 == BF2Editor
terrain.create TerrainEditable
terrain.patchSize 128
terrain.subdividePatches 1
terrain.primaryWorldScale 2/0.00335693/2
terrain.secondaryWorldScale 2/0.859375/2
terrain.patchColormapSize 512
terrain.lowDetailmapSize 512
terrain.detailmapBaseName "Levels/torgan_valley/Detailmaps/tx"
terrain.lowDetailmapBaseName "Levels/torgan_valley/LowDetailmaps/tx"
terrain.colormapBaseName "Levels/torgan_valley/Colormaps/tx"
terrain.lightmapBaseName "Levels/torgan_valley/Lightmaps/tx"
terrain.farSideTiling 5/3
terrain.farTopTilingHi 8
terrain.farTopTilingLow 32
terrain.farYOffset 0
terrain.terrainWaterColor 0.301961/0.192157/0.192157
terrain.init

else
terrain.create Terrain
terrain.load Levels/torgan_valley/terraindata.raw
endIf


heightdata.com
Quote:
heightmapcluster.create HeighmapCluster
heightmapcluster.setClusterSize 3
heightmapcluster.setHeightmapSize 2048

rem --- primary ---
heightmapcluster.addHeightmap Heightmap 0 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.00335693/2
heightmap.setBitResolution 16
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapPrimary.raw
heightmap.setMaterialScale 1
heightmap.loadMaterialData Levels/torgan_valley/HeightmapPrimary.mat

rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 0
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1U1.raw

heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1.raw

heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1D1.raw

heightmapcluster.setSeaWaterLevel 56.6
Grober is offline Reply With Quote
Old 2014-05-29, 08:02   #64
Rhino
Retired PR Developer
Supporting Member

Rhino's Avatar
Default Re: [Map] Torgan Valley (2km) [WIP]

Resaving your complied terrain in the terrain editor may help.

Rhino is offline Reply With Quote
Old 2014-05-29, 14:49   #65
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]

Well curently my editor crash each time when i try to show surrounding terrain... again some one know why?
Second problem that i have is that about 80% of time when i load map screen goes black or somthing like that...
Or only sky goes black and cant do nothing.

Grober is offline
Last edited by Grober; 2014-05-29 at 15:16..
Reply With Quote
Old 2014-05-29, 15:59   #66
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]

Quote:
Originally Posted by [R-DEV]Rhino View Post
Resaving your complied terrain in the terrain editor may help.
tried dident work
Grober is offline Reply With Quote
Old 2014-05-29, 16:47   #67
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Map] Torgan Valley (2km) [WIP]

your secondary terrain seems to be 1025 x 1025 which the editor can not handle.


Amok@ndy is offline Reply With Quote
Old 2014-05-29, 17:25   #68
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]

should HeightmapPrimary.raw be 1025 or 1024?
Grober is offline Reply With Quote
Old 2014-05-29, 18:12   #69
Grober
Default Re: [Map] Torgan Valley (2km) [WIP]

Quote:
Originally Posted by [R-DEV]Amok@ndy View Post
your secondary terrain seems to be 1025 x 1025 which the editor can not handle.
did change that and still have same error

and after i did change actual picture size to 1024 when i try to edit terrain in editor it freez

Quote:
if v_arg1 == BF2Editor
terrain.create TerrainEditable
terrain.patchSize 128
terrain.subdividePatches 1
terrain.primaryWorldScale 2/0.00335693/2
terrain.secondaryWorldScale 2/0.859375/2
terrain.patchColormapSize 512
terrain.lowDetailmapSize 512
terrain.detailmapBaseName "Levels/torgan_valley/Detailmaps/tx"
terrain.lowDetailmapBaseName "Levels/torgan_valley/LowDetailmaps/tx"
terrain.colormapBaseName "Levels/torgan_valley/Colormaps/tx"
terrain.lightmapBaseName "Levels/torgan_valley/Lightmaps/tx"
terrain.farSideTiling 5/3
terrain.farTopTilingHi 8
terrain.farTopTilingLow 32
terrain.farYOffset 0
terrain.terrainWaterColor 0.301961/0.192157/0.192157
terrain.init

else
terrain.create Terrain
terrain.load Levels/torgan_valley/terraindata.raw
endIf
Quote:
heightmapcluster.create HeighmapCluster
heightmapcluster.setClusterSize 3
heightmapcluster.setHeightmapSize 2048

rem --- primary ---
heightmapcluster.addHeightmap Heightmap 0 0
heightmap.setSize 1024 1024
heightmap.setScale 2/0.00335693/2
heightmap.setBitResolution 16
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapPrimary.raw
heightmap.setMaterialScale 1
heightmap.loadMaterialData Levels/torgan_valley/HeightmapPrimary.mat

rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 0
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1U1.raw

heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1.raw

heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize 1024 1024
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1D1.raw

heightmapcluster.setSeaWaterLevel 56.6
Grober is offline Reply With Quote
Old 2014-05-29, 18:24   #70
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Map] Torgan Valley (2km) [WIP]

Code:
heightmapcluster.create HeighmapCluster
heightmapcluster.setClusterSize 3
heightmapcluster.setHeightmapSize 2048

rem --- primary ---
heightmapcluster.addHeightmap Heightmap 0 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.00335693/2
heightmap.setBitResolution 16
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapPrimary.raw
heightmap.setMaterialScale 1
heightmap.loadMaterialData Levels/torgan_valley/HeightmapPrimary.mat

rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 0
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1U1.raw

heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1.raw

heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize 257 257
heightmap.setScale 2/0.859375/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/torgan_valley/HeightmapSecondary_R1D1.raw

heightmapcluster.setSeaWaterLevel 56.6
it should be like this


Amok@ndy is offline Reply With Quote
Reply


Tags
2km, map, maptorgan, poxo is ghey, torgan, valley, wip

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



All times are GMT. The time now is 18:45.