Jump to content

larsiano

Member
  • Content Count

    817
  • Joined

  • Last visited

  • Medals

Everything posted by larsiano

  1. larsiano

    Aircraft towing

    This might still work: http://www.armaholic.com/page.php?id=8168
  2. typicalCargo[] = {"VIL_Dutchman_crew","VIL_Dutchman_crew","VIL_Dutchman_crew","VIL_Dutchman_crew"}; crew = "VIL_Dutchman_crew"; The above notations take care of that. The second one only determines the driver. the first will determine what crew it has i think
  3. larsiano

    Server Issues

    There will always be some errors in the log even with a BIS mission, so some messages can’t be fixed, are unclear even to the Dev's Do you use any mods? If this is not a BIs unit it might be that the addon unit has a config error / missing element in the config identity ="some value"; ....I would ask the mod maker to fix this! No, this will also contain object errors and other game related messages21:48:16 Warning Message: No entry 'bin\config.bin/CfgWeapons.V_mas_usn_PlateCarrier1_rgr'. 21:48:16 Warning Message: No entry '.scope'. < this is definitely a typo in the config! there are to many errors to understand which you mean exactly! But can’t find object means the object is not found at the specified location: wrong path, wrong name, wrong type of file etc.
  4. The first message would point to a defective config / mod... so the question is do you use any (beta) mods? If so check them for errors! If the first problem is solved it might also fix the second problem so i would start there first. Also check the mission.sqm for the sendrec name and try to replace it with something else for a while (back up the mission files first).
  5. larsiano

    ARMA 3 Addon Request Thread

    A discussion is different from requesting a mod!. But where there is poverty there is disease this is not only for Africa but counts for any place in the world. They will mutate, resurface and kill anything in their path like any other organism in the world. A mod about this would be most interesting. Some things you can already find: -Hazmat suits (by Icewindo) -NBC Scout vehicle (DAFmod) -Gasmasks (ACE) -Chemical strike (EVO mission) -S.T.A.L.K.E.R (mod)
  6. Go to armaholic and you will find over 10K in modded mission downloads :)
  7. This is a choice of the game maker, it has been discussed and might someday still be added. You can use Play WithSIX to get you the required server mods /per server you need, as a work around! A .PBO file is packed and can be unpacked. How to do this can be found here on the forum in many topics. But remember that then you also need a new server key to keep the server secure!
  8. larsiano

    Dutch Armed Forces

    Thats not nice to hear, this is only in combination with ACE right? Have you tried to remove all the modfiles that have NOT the word DAF in from of them (exept A2020, glt_f16, panzerfaust3, rh_hk416, ukf_l115a3)??
  9. speaking about textures, if you have the modified model i can help you make it all work with a config and modfolder etc in no time...PM is always available!
  10. Ofcource making subforums for your own simple question is both not allowed and not very usefull for the forum users so thats why i answer your question here. hard to understnad that you can find an init.sqf and not a server.log. goin true the server.cfg info would have gotten you the answer: https://community.bistudio.com/wiki/ArmA:_Server_configuration or simply go to your appdata\local folder and you will find it?
  11. larsiano

    Dutch Armed Forces

    mission.sqm are made by the mission editor. Even dough normally i see all the classnames one by one each on its own line and not like it looks like in a addon.pbo.. the creator of the mission might have done it differently i dont know. In the init one can add a lot of different stuff not sure if all is right there but code can have some strange symbols sometimes yes. Normally if you would like to remove some dependency (addon / vehicle). you remove it from addon & auto addons list. then look true the mission replacing all unwanted classnames with a new one (placeholder). onces all are removed one can load the mission in the editor and see if all is right....also look true all scripts if the addon is never used and change / remove these scripts or classnames. then again i have never removed the ACRE from a mission, maybe its easier to just run the mod and not use it... or maybe ask the ACRE guys on what to do. Update: dont worry, ill work on fixing it this week, just needed a day off after releasing the mod update and doing all the PR stuff etc, also A3 has had a massive update and i found a great new mission for it (endless survival 1.062). so stay tunes im not goin anywere!
  12. use the startup command -showScriptError will give you popups of script errors. Also not sure if your init is oke it might miss some "": some examles: class Extended_PreInit_EventHandlers { GLT_GPSINS_preinit = "call compile preProcessFileLineNumbers '\glt_missilebox_config\scr\preInit.sqf'"; }; class Extended_PostInit_EventHandlers { class inko_disposable { init = "call compile preProcessFileLineNumbers 'daf_weapons\XEH_PostInit_Once.sqf'"; }; };
  13. larsiano

    Dutch Armed Forces

    Sonsalt6 & Foxhound: Thanks for the support ArmA wouldn’t be the same without you! & Fox i hope you had a nice trip! @SS9: Thanks for your reply. I was already afraid this error might come back even with packed .pbo files. I’ll try to solve this and rerelease it soon. Maybe removing the line will help but the strange thing is it has worked before...My HDD broke around summer and might have caused some errors in the mod that I’m not aware of sad but true. The ACRE requirement can sometimes be disabled if you look at the mission parameters before launch (might need to be admin to change). But some missions don’t have that parameter I’m afraid as the missions were not made by me but added since they used the DAFmod. The EOD mod is also a requirement for this particular mission. EOD mod: http://www.armaholic.com/page.php?id=15127
  14. You can maybe add the script inside your mission or use the code to find out what makes it tick?
  15. larsiano

    Arma 3 Server Random Crash

    Stop the server > open steam, it will say update required. If it is then launch it and it will start the download if all is right or start immediatly if not needed. Stop the server once this is done and start it you usual way after to load the server.cfg or -mod= entries
  16. larsiano

    Home server and addons

    A lot of info on that on good old google http://www.404games.co.uk/forum/index.php?/tutorials/article/3-how-to-setup-an-arma2-combined-ops-server-using-steamcmd/ http://forums.bistudio.com/showthread.php?138277-Start-Arma-2-OA-Server-with-a-Batch-file https://community.bistudio.com/wiki/ArmA:_Server_configuration http://www.armaholic.com/forums.php?m=posts&q=20991 http://opendayz.net/threads/how-to-make-a-server-auto-restart.76/ <info on auto restart>
  17. https://community.bistudio.com/wiki/ArmA_3_Replacement_Config_Tutorial helps look for this in the config: hiddenSelections[] = {"Camo"};// hiddenSelectionsTextures[] = {"\a3\characters_f\blufor\data\clothing1_co.paa"};you can change the path to whatever you like. If a model does not have hiddentextures the only option is to use a tool called moveobject
  18. larsiano

    Multiplayer Hosting Question

    http://www.kellys-heroes.eu/files/tutorials/dedicated/
  19. larsiano

    CTD when driving Ifrit

    Not seen this problem. You might have hit some object that has some bugs maybe, this could be a fact. Did you verify the gamefiles with steam > right click A3 > props > loc. files > verify integrity of game files ? And was this in a homemade mission or BIS mission?
  20. larsiano

    Help Needed to polish script

    maybe post the script and the init you use to start the script. then it will be easiest to help you out....
  21. larsiano

    Renaming Weapons

    https://community.bistudio.com/wiki/ArmA_3_Replacement_Config_Tutorial
  22. larsiano

    ArmA II OA randomly freezes

    It could be a ton of things. First: make sure your PC is in order and there is not a 3 year old layer of dust on the videocard & CPU cooler, also make sure DirectX is installed, latest motherboard (intel / AMD) chipset drivers. Latest video drivers & sound drivers. Also have your HDD defragmented, cleaned up and disable virus scanners as a test Second: I would start by removing your player profile (temp save on desktop) from the documents folder to make sure this has no errors. Also remove all addons from the arma folder and remove all missions from the SP & MP missions folder. Also remove all userconfig folders etc. > Start with a clean game (maybe also reinstall the latest arma patch) Third: Make sure the mission you run is stable etc and test some BIS missions
  23. larsiano

    im tying to port a mission from arma2 oa to arma3

    try looking in the addons list and autoaddons list in the mission.sqm, here remove all arma2 CAA, CAAIR classnames also, then load it up in the editor and see if you can resave the file from there, this will add the newly used classnames automatically i think?
  24. If you want to use ACE look at the ACE topic or ACE wiki for this answer. If you don’t maybe look at the GITS EVO mission that has a chemical strike option that could be modded into virtually anything....
  25. larsiano

    A Question for the Devs

    just my 1 euro cent: 1. VTS is a client side script, this should not slow down the server at all....BIS also uses a lot of scripts, but a function is available to all and a function is also a ...script? 2. larger scripts can have some errors or can interfere with other scripts and cause a accumulative chain of failing events sometimes. 3. when something is optimized it will run better and the result is a smoother game (function)? what actually happens is a change in code that’s better than before called a fix, upgrade or change (patch, and patch means to cover up something that you don’t want to see, like a hole in your pants after a good game of soccer). 4 optimization does not mean adding cleanup scripts although this can help keep a server / game playable. Optimization means to make a process do the same with less 'energy' or with better results by using the right scripting commands
×