18 posts in this topic

 

Hello Exilers,

i am currently working on new signs / flags / icons / textures for the traders, missions, vehicles, uniforms and UI.

Here my first release at Steam Workshop

I hope you enjoy it...

Added 2 Exile

Update April 14th

 

20170410151332_1.jpg20170410152500_1.jpg

20170413071147_1.jpg20170413071234_1.jpg20170413071243_1.jpg20170413071250_1.jpg20170414203320_1.jpg20170413073242_1.jpg

More coming soon:P

Edited by [HG]RaVeN103
  • Like 11

Share this post


Link to post
Share on other sites
Advertisement

make your trader pic you want and save it to root of mpmission folder MAINTRADERBILLBOARD.paa
dont forget to search and delete the one in your initserver.sqf at the same co ordinates. i think its line 144 ish
i have 2. one at each entrance.

 

// Billboards
private _billboards = [

	["Exile_Sign_TraderCity", [14550.8,16906.9,18.4315], [0.376394,-0.92646,0], [0, 0, 1], false, [0, "MAINTRADERBILLBOARD.paa"]],  // main sign coming in left
	["Exile_Sign_TraderCity", [14482.8,16837.3,18.2297], [0.957546,-0.28828,0], [0, 0, 1], false, [0, "MAINTRADERBILLBOARD.paa"]],  // main sign coming in right
	
];

{
    private _billboard = (_x select 0) createVehicle (_x select 1);
    _billboard allowDamage false;
    _billboard setPosWorld (_x select 1);
    _billboard setVectorDirAndUp [_x select 2, _x select 3];
    _billboard enableSimulationGlobal (_x select 4);
	_billboard setObjectTextureGlobal (_x select 5);
    
}
forEach _billboards;

All the signs are in the initserver.sqf     armoury office vehicles etc

Edited by M6mal
  • Like 1

Share this post


Link to post
Share on other sites
4 hours ago, [RG] Salutesh said:

I also worked on something like this called "Exile Expansion" with new assets like markers etc.

http://steamcommunity.com/sharedfiles/filedetails/?id=832000537&tscn=1491819381

At the moment i have no time to keep the work up but maybe if things are going well i can work on Arma or Exile stuff again...

I use for my server also your addon.^_^

Maybe it would be better to combine the addons to make an "Exile Community Addon"?

  • Like 2

Share this post


Link to post
Share on other sites

Update April 12th

Added

- new tradersign 

Spoiler

-Added_2_Exile_Extended_Base
-Added_2_Exile_Extended_Base_Small
-Added_2_Exile_Extended_Base_Poster

Added_2_Exile_Extended_Base.png

 

- new MarkerClasses with difficulty indicator (changed classnames)

Spoiler

Add2Exile_Logo_Icon

Add2Exile_Blank_Easy
Add2Exile_Blank_Normal
Add2Exile_Blank_Moderat
Add2Exile_Blank_Hard
Add2Exile_Blank_Win
Add2Exile_Blank_Failed

Add2Exile_Bandit_Camp_Easy
Add2Exile_Bandit_Camp_Normal
Add2Exile_Bandit_Camp_Moderat
Add2Exile_Bandit_Camp_Hard
Add2Exile_Bandit_Camp_Win
Add2Exile_Bandit_Camp_Failed

Add2Exile_Capture_Point_Easy
Add2Exile_Capture_Point_Normal
Add2Exile_Capture_Point_Moderat
Add2Exile_Capture_Point_Hard
Add2Exile_Capture_Point_Win
Add2Exile_Capture_Point_Failed

Add2Exile_Heli_Steal_Easy
Add2Exile_Heli_Steal_Normal
Add2Exile_Heli_Steal_Moderat
Add2Exile_Heli_Steal_Hard
Add2Exile_Heli_Steal_Win
Add2Exile_Heli_Steal_Failed

Add2Exile_Hospital_Attack_Easy
Add2Exile_Hospital_Attack_Normal
Add2Exile_Hospital_Attack_Moderat
Add2Exile_Hospital_Attack_Hard
Add2Exile_Hospital_Attack_Win
Add2Exile_Hospital_Attack_Failed

Add2Exile_Radiation_Easy
Add2Exile_Radiation_Normal
Add2Exile_Radiation_Moderat
Add2Exile_Radiation_Hard
Add2Exile_Radiation_Win
Add2Exile_Radiation_Failed

Add2Exile_Sniper_Camp_Easy
Add2Exile_Sniper_Camp_Normal
Add2Exile_Sniper_Camp_Moderat
Add2Exile_Sniper_Camp_Hard
Add2Exile_Sniper_Camp_Win
Add2Exile_Sniper_Camp_Failed

Add2Exile_Town_Raid_Easy
Add2Exile_Town_Raid_Normal
Add2Exile_Town_Raid_Moderat
Add2Exile_Town_Raid_Hard
Add2Exile_Town_Raid_Win
Add2Exile_Town_Raid_Failed

Add2Exile_Zombie_Horde

20170412071014_1.jpg

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.