Give a Name to ........
Moderators: Lone Wolf, Snake Man
-
- Recruit
- Posts: 11
- Joined: 2003-11-02 17:20:58
Give a Name to ........
I do have the question.
1ste If, and so how can i give a City a Name on the
New Land that i make.
2de Is it possible to change a *.p3d its name and still
works on a *.WRP Eiland.
This are the questions for now and I work whit WRPtool Perfect Program
Thanks for reading this and I do hope for a help...
Regards J.P.
Re: Give a Name to ........
When you want to add a name to a place in your OFP mission editor/map view, you need to add "class Names" into the config.cpp file.
Code: Select all
class Names {<br> class MyPlace <br> { <br> name="My OFP Place";<br> position[]={500,700,50};<br> };<br> }; <br>
The fully working config.cpp would look like this then.
Code: Select all
class CfgPatches {<br> class test_256 {<br> units[] = {};<br> worlds[] = {test_256};<br> };<br>};<br><br>class CfgWorlds {<br> class DefaultWorld {};<br> class Intro : DefaultWorld {};<br> class test_256 : Intro {<br> description = "test 12km";<br> icon = "test_256_test_256.paa";<br> worldName = "test_256.wrp";<br> cutscenes[] = { "..addonstest_256_animsXintro1",<br> "..addonstest_256_animsXintro2" };<br><br> class Names {<br> class MyPlace <br> { <br> name="My OFP Place";<br> position[]={500,700,50};<br> };<br> }; <br><br> };<br>};<br><br>class CfgWorldList {<br> class test_256 {};<br>};
-
- Recruit
- Posts: 11
- Joined: 2003-11-02 17:20:58
Re: Snake_Man
something about it. But ik couldn't find a link that i can place more names of city's in one fully working config.cpp ..
and Snake_man is mine second question slipt down by explaning me the first question.
Sorry but thanks again.
I think that i have to read the manual a view times again and again and play whit your explenations.
Well here it is raining again and my place for sleeping is calling me, so Snake_Man and makers of WRPtool you did make a great program for me.
regards J.P.
Re: Give a Name to ........
I dont understand the question, to change p3d name... WrpTool reads all kinds of p3d names but of course we suggest not using spaces in the filename.Is it possible to change a *.p3d its name and still works on a *.WRP Eiland.
-
- Recruit
- Posts: 11
- Joined: 2003-11-02 17:20:58
Re: Snake_Man
i wanted to change the names of p3d into a dutch name, and if it is possible, can i use them in the WRP eiland, and if yes, can i use it in OFPoint..
* my next question is, and i hope that everyone could read it.
I wanted to place the AGS_build into WRPtool and could see them with VIEW but when i wanted to see them in OFPoint i see nothing, nothing at all...
I did something wrong and i did use all selected objects to the ground first and later i didn't use it but still.....
sorry for my bat englisch but still i hope for a answer..
regards J.P.
Re: Snake_Man
You should absolutely NOT DO THAT if you're talking about BIS/other objects. Its because you do not want to add the objects into your island pbo, if you want to use lets say BIS trees and bushes, you simply have to live with their names and add them as is. If you decide to take the existing p3ds, rename them and pack them to your island pbo then you're a fool like the HC people doing the Meekong release for example.i wanted to change the names of p3d into a dutch name
However if you speak of your own made object p3d files, of course you can name them as you please.
AGS buildings arent working that good in WrpTool because of their ODOL models are somewhat different. We are trying to find out the reason.I wanted to place the AGS_build into WRPtool and could see them with VIEW but when i wanted to see them in OFPoint i see nothing, nothing at all...
-
- Recruit
- Posts: 11
- Joined: 2003-11-02 17:20:58