EpochMod Server Files For Arma 3 [0.2.0.1]
nobody here can give me help, I make all things according to the installation but it does not work
man needs a database?
please help or can someone send his files it goes fend very grateful
man needs a database?
please help or can someone send his files it goes fend very grateful
Anyone know of another place to work on this? github for example? somewhere we can share ideas?
Didnt find any other than this forum to share ideas and such,
btw here is my custom made player monitor, hope some people will like it:
btw here is my custom made player monitor, hope some people will like it:
waitUntil {alive player};
while {true} do
{
hintSilent parseText format["
<t size='1.5'font='puristaMedium'align='Center'color= '#ffc726'>TITLE HERE</t><br/><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Players Online:</t>
<t size='1.2'font='puristaMedium'align='right'color=' #86abd9'>%3</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Blood:</t>
<t size='1.2' font='puristaMedium'align='right'>%6</t><br/><br/>
<t size='1.2' font='puristaMedium'align='left'>Stamina:</t>
<t size='1.2' font='puristaMedium'align='right'>%9</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Hunger:</t>
<t size='1.2' font='puristaMedium'align='right'>%7</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Thirst:</t>
<t size='1.2' font='puristaMedium'align='right'>%8</t><br/>
<t size='1.3'font='puristaMedium'align='Center'color= '#FFBF00'>Vehicle:</t><br/><img size='5'image='%2'/><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Fps:</t>
<t color='#86abd9'size='1.2'font='puristaMedium'align ='right'>%1</t><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Restart in:</t>
<t color='#86abd9'size='1.2'font='puristaMedium'align ='right'>%5 min</t><br/>
<t size='1.3'font='puristaMedium'align='Center'color= '#FFBF00'>your website name here</t><br/>",
(round diag_fps),
(gettext(configFile>>'CfgVehicles'>>(typeof vehicle player)>>'picture')),
(count playableUnits),
(({isPlayer _x}count(getPos vehicle player nearEntities[['AllVehicles'],500]))-1),
(round(181-(serverTime) / 60)), //181 means every 3h restart, change it to your uptime
EPOCH_playerBloodP,
EPOCH_playerHunger,
EPOCH_playerThirst,
EPOCH_playerStamina
];
};
while {true} do
{
hintSilent parseText format["
<t size='1.5'font='puristaMedium'align='Center'color= '#ffc726'>TITLE HERE</t><br/><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Players Online:</t>
<t size='1.2'font='puristaMedium'align='right'color=' #86abd9'>%3</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Blood:</t>
<t size='1.2' font='puristaMedium'align='right'>%6</t><br/><br/>
<t size='1.2' font='puristaMedium'align='left'>Stamina:</t>
<t size='1.2' font='puristaMedium'align='right'>%9</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Hunger:</t>
<t size='1.2' font='puristaMedium'align='right'>%7</t><br/>
<t size='1.2' font='puristaMedium'align='left'>Thirst:</t>
<t size='1.2' font='puristaMedium'align='right'>%8</t><br/>
<t size='1.3'font='puristaMedium'align='Center'color= '#FFBF00'>Vehicle:</t><br/><img size='5'image='%2'/><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Fps:</t>
<t color='#86abd9'size='1.2'font='puristaMedium'align ='right'>%1</t><br/>
<t size='1.2'font='puristaMedium'align='left'color='# 86abd9'>Restart in:</t>
<t color='#86abd9'size='1.2'font='puristaMedium'align ='right'>%5 min</t><br/>
<t size='1.3'font='puristaMedium'align='Center'color= '#FFBF00'>your website name here</t><br/>",
(round diag_fps),
(gettext(configFile>>'CfgVehicles'>>(typeof vehicle player)>>'picture')),
(count playableUnits),
(({isPlayer _x}count(getPos vehicle player nearEntities[['AllVehicles'],500]))-1),
(round(181-(serverTime) / 60)), //181 means every 3h restart, change it to your uptime
EPOCH_playerBloodP,
EPOCH_playerHunger,
EPOCH_playerThirst,
EPOCH_playerStamina
];
};
were do u put it dude
If anyone need the working and Updated Server Files i've added them on Github. Just search on Github: "a3_epoch_unofficial_serverfiles" and you will find them.
I will update them if i fix something or such other things. Thanks
https://github.com/Malle355/a3_epoch...al_serverfiles
I will update them if i fix something or such other things. Thanks
https://github.com/Malle355/a3_epoch...al_serverfiles
does it have working icons for food , water , blood ????
eh... nvm not really worth the effort anymore
server files to be released on Dec. 1st 
server files to be released on Dec. 1st 
Anyone got any ideas on vehicle locking/unlocking? I added the LockVehicle path into server_compiles but vehicles spawn in locked and are not unlockable
This thread is closed for replies.
