IronEagle on 13/9/2010 at 12:32
sorry for my english ,
i maked some maps years ago
never finished
i'm workin on ...
an Old Magic Castle
but i have some problem ...
the map can't start in game mode...
(
http://www.youtube.com/watch?v=LvYN72nrRnI)
i have 2 brush errors , cant delete them
thanks
:angel:
nomad of the pacific on 13/9/2010 at 12:59
Are you getting any Viktoria errors in your T3Main.log? (Search for "Vik". It should be towards the end of the file.)
IronEagle on 13/9/2010 at 21:32
Quote Posted by nomad of the pacific
Are you getting any Viktoria errors in your T3Main.log? (Search for "Vik". It should be towards the end of the file.)
no . no vik problem :)
Tiens on 14/9/2010 at 04:36
Quote Posted by IronEagle
the map can't start in game mode...
1) did you make zones properly? Check it.
2) did you add anything into Actor Browser? And did you save the changes properly? Check it.
3) are you getting any errors about Vertex Pool sizes (or any kind of Vertex Buffer) in your T3Main.log? If you do, add into you file "user.ini" (folder "System") these rows:
[PCVertexPools]
DynamicVertexPool=...
StaticVertexPool=...
StaticShadowVertexPool=...
And type the values instead "..."
Remember that it will be better if you'll take the original values of pools and simply multiply them by 2, or 3, or 4 etc. till you'll get your map loading.
Original pools are:
DynamicVertexPool0=3145728
StaticVertexPool=2621440
StaticShadowVertexPool=1572864
Example of the values - all the vertex pools are increased in 3 times:
[PCVertexPools]
DynamicVertexPool=9437184
StaticVertexPool=7864320
StaticShadowVertexPool=4718592
Also remember that if this method will help you, you have to include file "user_patch.ini" with your values of pools into your FM's archive (main folder).
IronEagle on 17/9/2010 at 08:34
2) did you add anything into Actor Browser? And did you save the changes properly? Check it.
don't remember :angel:
how u check ?
IronEagle on 17/9/2010 at 08:38
:)
:wot:
IronEagle on 17/9/2010 at 08:44
i want to put some sshot
i need some account ? on file shack etc ?
Tiens on 17/9/2010 at 11:44
Quote Posted by IronEagle
2) did you add anything into Actor Browser? And did you save the changes properly? Check it.
don't remember :angel:
how u check ?
In case if your changes in Actor Browser are not saved, editor asks you "Do you want to save changes to the gamesys file?" before loading the game test-mod.
If you are not sure anyway, you can simply save changes in Actor Browser once again. To do it you should open Actor Browser -> go to its menu "File" -> a small list will open -> click "Export All Scripts" and wait till the end of operation -> then click "Save All Packages". That's all.