BuzZoiD

Member
  • Content count

    1
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About BuzZoiD

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. BuzZoiD

    Advanced Train Simulator (ATS)

    EDIT: Nevermind, solved it. A rather dumb mistake by myself :@ I have a problem with riding the trains on my exile server. The trains are there and I even can take place as a driver. But I'm not able to drive it. Only the exit button (delete) works. So the only thing I can do is seat as driver and exit again. I noticed following errors in the rpt: /10:32:07 "ExileServer - Network message dispatch failed: Forbidden message name! Payload: [""wnenkvpe"",""AdvancedTrainSimulatorRemoteExecServer"",[[488178: locomotive_01_v3_f.p3d,true,true],""ATRAIN_fnc_hideTrainObjectGlobal"",false]]" 10:32:07 "ExileServer - Network message dispatch failed: Forbidden message name! Payload: [""wnenkvpe"",""AdvancedTrainSimulatorRemoteExecServer"",[[<NULL-object>,R Alpha 1-2:1 (BuzZoiD) REMOTE],""ATRAIN_fnc_registerTrainAndDriver"",false]]" 10:32:07 "ExileServer - Network message dispatch failed: Forbidden message name! Payload: [""wnenkvpe"",""AdvancedTrainSimulatorRemoteExecServer"",[[R Alpha 1-2:1 (BuzZoiD) REMOTE,true],""ATRAIN_fnc_hidePlayerObjectGlobal"",false]]" The mod is declared as -servermod (clients have it installed too for the sounds etc, as described on the workshop page) and I added following lines in the missions' description.ext: 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; }; class ATRAIN_fnc_requestATSInstall { allowedTargets=2; }; }; I would appreciate any feedback and thanks in advance!