Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

rainbowpilot

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

12 Good

About rainbowpilot

  • Rank
    Rookie
  1. rainbowpilot

    Advanced Train Simulator (ATS)

    I did some testing in the editor on Tanoa running ATS only and I didn't have any issues.
  2. rainbowpilot

    Advanced Train Simulator (ATS)

    I have a few issues to report. First when I enter a train car on my Epoch server a clone of my character stays at the point where I entered the car. This clone can be killed and will kill the character riding the train. Also it seems that many times when attaching 10+ cars to the train the delete function will stop working and you cannot exit the train. Also the server FPS goes from 49 down to around 30 and doesn't seem to recover if a train with a large amount of cars is moving around the tracks. Seems to be a pretty heavy FPS hit which makes me wonder if there are errors flying in the background I'm not aware of. Any help would be appreciated! Great mod by the way this has got me super hyped to get back into ARMA after a long break. Hope the development continues on this the future road map looks exciting!
  3. rainbowpilot

    Advanced Train Simulator (ATS)

    I had the same issue when I first tried to setup this mod. You may need to add this to your description.ext or your cfgremoteexec (mine was cfgremoteexec inside my Epoch.Tanoa.pbo). All credits to Duda for this info! class CfgRemoteExec{class Functions{class ATRAIN_fnc_unregisterTrainAndDriver { allowedTargets=2; }; class ATRAIN_fnc_registerTrainAndDriver { allowedTargets=2; }; class ATRAIN_fnc_updateTrackMap { allowedTargets=2; }; class ATRAIN_fnc_hideTrainObjectGlobal { allowedTargets=2; }; class ATRAIN_fnc_hidePlayerObjectGlobal { allowedTargets=2; };};}; If you get the cfgremote/desc done and they still aren't moving check to see if you see a msg on screen saying "ATS loading" or something to that effect when you enter an engine car. If you don't u will probably need to check the description.ext or cfgremoteexec.hpp and make sure the class Atrain_fnc functions are in there. If you do get the msg and the train doesn't move get out of the train and move to a different engine car try that and if it works go back to the first engine car it should be working now. I had this same issue on my Epoch server.
×