Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
HazJ

[SOLVED] Flag on carrier .p3d model

Recommended Posts

Hello,

I am looking for the .p3d (path and file). I have searched in config viewer and also looked in A3 Samples. Didn't find it yet. I have found others:

model = "\a3\Structures_F\Mil\Flags\Mast_F.p3d";

model = "\a3\Structures_F\Mil\Flags\Mast_Asym_F.p3d";

etc

I even tried these with applying material, no joy. I plan to use it with createSimpleObject command, basically I want to attach it to a player and remove the old engine solution way.

pJvTXk3.jpg

  • Like 1

Share this post


Link to post
Share on other sites
[] spawn
{
	_pos = player getRelPos [10, 0];
	_flag = createSimpleObject ["A3\characters_f\flag_soldier.p3d", _pos];
	_flag setPos (_pos vectorAdd (getPosWorld _flag vectorDiff (_flag modelToWorld [0, 0, 0])));
};

Credit to @Flash-Ranger for finding it!

Quote

00:06] Flash-Ranger: I found it !

[00:06] Flash-Ranger: Flag is in the addon called :

[00:06] Flash-Ranger: characters_f.pbo

[00:06] Flash-Ranger: you have 3 p3ds :

[00:08] Flash-Ranger: Proxies > flag.p3d ProxyModels > flag.p3d > flag_soldier.p3d

 

  • Like 2

Share this post


Link to post
Share on other sites
Sign in to follow this  

×