Jump to content

Cedricolp

Member
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    Cedricolp reacted to rvg?! in [scarCODE] Simple Server logo/watermark   
    your mission.pbo root
  2. Like
    Cedricolp got a reaction from IT07 in a3_vemf_reloaded by IT07   
    ALL is working fine !! A big thanks to RVG for the help !  and to IT07 for the script
  3. Like
    Cedricolp reacted to rvg?! in New update   
    Free porn inc.
    I am home soon, then i can have a look.
  4. Like
    Cedricolp reacted to rvg?! in New update   
    How big is your rpt that you need to compress it with RAR?
     
    No chance for pastebin? I am on my mobile, so its kinda impossible to extract it now.
     
  5. Like
    Cedricolp reacted to rvg?! in New update   
    try with a vanilla epoch.altis.pbo.
    also i would like to see your server RPT
  6. Like
    Cedricolp reacted to Grahame in CUP Signature not match   
    Is it a mod ordering thing? I have no problems on my server - if so ordering of mods is weapons, units then vehicles. 
    Otherwise post server RPT in spoiler on here
    EDIT: my server too is download from CUP, users dl from Steam
  7. Like
    Cedricolp reacted to rvg?! in BEC   
    i gave you everything what you need but i dont write the code for you as i did already for the batch file.
    Search the web how to init a arma3 variable and the dif between local and global variables. There are a lot of tutorials.
    It will help you to understand those things.
  8. Like
    Cedricolp reacted to rvg?! in BEC   
    well, you just name the variable by yourself.
    if you define them in the init_statusbar they have to be global or you need to execvm the playerbar with the variables you defined
    for example [_halfanhour] execvm "playerbar.sqf";
  9. Like
    Cedricolp reacted to rvg?! in BEC   
    I assume that you use windows for your A3 Epoch server:
    Then you just create a batch file called "whateveruwant.bat" in you A3 server root directory or wherever you want, and copy and paste this in. Of course you have to edit it for your needs:
    @echo off cls set wat=Arma3 Epoch title %wat% Watchdog :watchdog echo (%time%) %wat% started. cd E:\Games\Arma3\A3Epoch\DB START redis-server.exe redis.conf cd E:\Games\Arma3\A3Epoch\ start "Epoch" /high arma3server.exe -enableHT -mod=@Epoch; -serverMod=@EpochHive; -config=E:\Games\Arma3\A3Epoch\sc\server.cfg -port=2323 -profiles=SC -cfg=E:\Games\Arma3\A3Epoch\sc\basic.cfg -name=SC -autoinit Timeout /t 14400 taskkill /F /IM arma3server.exe Timeout /t 5 echo (%time%) %wat% closed or crashed, restarting. cls goto watchdog 14400 seconds / 60  = 240 minutes / 60 = 4 hours restart cycle
  10. Like
    Cedricolp got a reaction from axeman in forceRotorLibSimulation not working   
    Ok it's fixed ! my bad 
    thank you very much for the help
×
×
  • Create New...