Jump to content

Altis Addons


natoed

Recommended Posts

Here this a little serverside addon I have pieced together from multiple sources along with a couple of my own.

Added very brief description to the top of each sqf file, D/L then just depbo and check the sqf files yourself.

Don't just drop the pbo in your @epochhive\addons without check each sqf file.

 

https://github.com/natoed/a3_epoch_custom

 

link to some pics

 

enjoy

 

Link to comment
Share on other sites

1 hour ago, Drokz said:

Will the bases scripts spawn A3EAI AI´s autmatically if i use A3EAI?

I wrote instruction at the top of each sqf file for the AI bases

Yes they will spawn automatically  if using A3EAI and have add the code for each AI base to your a3eai_custom_defs.sqf

In your @A3EAI Just de-pbo your a3eai_config.pbo find file named a3eai_custom_defs.sqf

add the code for each AI base you wish to use

like below for AI base 2

Infantry plus armed vehicle spawns using the A3EAI thx to Face
add code from line 9 to line 14 in your a3eai_custom_defs.sqf located in your a3eai_config.pbo


//	Southern AI Base2
["base2",[10801.4,10623.1,0.00134754],"I_G_Offroad_01_armed_F",100,[1,1],3,false,0] call A3EAI_createCustomVehicleQueue;
["base2_1",[10800.2,10584,0.00136662],125,2,3,false,0] call A3EAI_createCustomInfantryQueue;
["base2_2",[10799.7,10557.1,0.00137234],40,3,3,false,0] call A3EAI_createCustomInfantryQueue;
["base2_3",[10792.3,10569.7,0.00148869],40,2,3,false,0] call A3EAI_createCustomInfantryQueue;
["base2_4",[10813.3,10597.1,0.00152683],40,3,3,false,0] call A3EAI_createCustomInfantryQueue;

that's it, also change or add loots as you please, want or require for each AI base

cheers

natoed

Link to comment
Share on other sites

Since the arma 1.68 update the below 2 files in the a3_epoch_custom.pbo (first post) have issues, stopping the client from loading into the server and locking up arma3.exe

Icarus_Solar_Station.sqf

Altis_Air_Base.sqf

I have removed these files as they caused issues.

 

Edited by natoed
correction
Link to comment
Share on other sites

  • 5 months later...

Hi,

@natoed a quick question for installation you wrote:

Quote

 

Adds custom bases to various locations for altis

Just add the a3_epoch_custom.pbo to your @epochhive\addons folder

Depbo the review sqf files as most have instructions at the top.

 

But where is pbo in archive? I've to make the PBO with content of directory ..\a3_epoch_custom?

Link to comment
Share on other sites

@lesvieuxcrevards

from  memory there where issues with player loading time and i was lazy and add them to the mission.sqm as a quick work around and it worked well.

here is the last version i used when i had my little alits server

a3_epoch_custom.pbo

depbo and go through all files in the a3_epoch_custom\mapcontent and check a3_epoch_custom\init\fn_init.sqf

here is the last mission file used (some good shit in there btw)

epoch.Altis.pbo

depbo and go through it, enjoy

 

also a much older version (outdated) here  https://github.com/natoed

BTW I dont have any of the editor mission.sqm i crated any more as arma  deleted the when i changed my player name

Need a hand sing out, i hope i remember it all....

 

cheers

natoed

 

 

Link to comment
Share on other sites

 

fn_init.sqf

/*

All the shit I've found/edited but a couple I created.

*/

diag_log "Loading Custom Content PBO";
		

	

diag_log "Loaded Custom Content PBO";

diag_log  all ready there, just not in each .sqf

In your rpt lpg left crtl + f search for "Loading Custom Content PBO" and "Loaded Custom Content PBO"

With the editor, via debug  copy n paste the code into the debug tab and execute

Link to comment
Share on other sites

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
  • Discord

×
×
  • Create New...