Skip to content

Arma 3 Exile Serverside Custom Mapping and Traders

Notifications You must be signed in to change notification settings

ELRabito/A3EX_CMAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A3EX_CMAT - Arma 3 Exile Serverside Custom Mapping and Traders - v0.14

2020 - El Rabito

Thanks @ DB for the initial ExileServer_object_trader_create.sqf

What it does: It spawns the traders and additional mapping server side.

The advantage is people can't steal your mapping and the traders are created once on the server and not for every client which should help with FPS.

INSTALLATION

  1. Copy the ExileServer_object_trader_create.sqf into @ExileServer\addons\exile_server\code

  2. Add the line below at the top of @ExileServer\addons\exile_server\bootstrap\fn_preInit.sqf

['ExileServer_object_trader_create', 'exile_server\code\ExileServer_object_trader_create.sqf', false],

  1. Configure your map content and traders in A3EX_CMAT\content\
  • Remember to add them in fn_load_mapContent.sqf like the examples.
  • TRADER.sqf is the trader configuration with additional information !
  • Remember to remove your old trader NPC's from missionfiles initPlayerLocal.sqf and mapping from initserver.sqf!
  1. Put the re-packed A3EX_CMAT.pbo into @ExileServer\addons\

  2. Done

About

Arma 3 Exile Serverside Custom Mapping and Traders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published