Help with some addons and scripting.

Hey, I have installed them and they work, but R3F doesn't. Any ideas?
I've gone back through my Overwatch PBOs from December 2013, mainly the 2.5 version and it appears I never used towing/lifting on 2.5, but I did for 2.4 (in November 2013).

2.4 and 2.5 use different dayz code. So there is a possibility that R3F isn't compatible with 2.5. Not 100% sure so don't quote me. You can do some research in this forum and start asking around.
 
Hey. So, after a while, I noticed that ammoboxes burn. They literally burn the moment from being spawned in. I do not know how to fix it. I do not mean to be a bother, but if you could provide a link on what is wrong, or how to fix it, I would appreciate it. Thank you.
 
Towing works across the board. Your ammo boxes burn because they are not in the safe objects array in variables.sqf. sometimes you have to spawn them in vehicles instead of deployable too... Depends on your mod I guess.
 
yes, I know EXACTLY what is wrong. The script isnt working .. :eek:

LOL .. but seriously now.
Delete your arma2oaserver.rpt file, restart the server, join the server, spawn in an ammocrate and post the file. We will see whats up with both issues.
 
See these 8 lines right here?
Code:
=====================================================================
== D:\steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe
== "D:\steam\steamapps\common\arma 2 operation arrowhead\Expansion\beta\arma2oaserver.exe" -mod=EXPANSION\beta;EXPANSION\beta\Expansion;EXPANSION;ca;@DayZOverwatch025;@rmod;1719\@bliss -port=3068 -profiles=1719 -config=1719\server-fYtVX.cfg -cfg=1719\arma2.cfg -name=cfgdayzDEFAULT -world=Chernarus -cpuCount=2 -exThreads=1 -noSound
=====================================================================
Exe timestamp: 2013/10/22 14:01:22
Current time:  2014/04/20 23:18:59

Thats about all of your RPT log that ISN'T an error.:eek:
You better post your mission file so someone can fix it up.

here is your towing error.

Code:
R3F_LOG_CFG_objets_remorquables = R3F_LO>
23:20:07   Error position: <R3F_LOG_CFG_objets_remorquables = R3F_LO>
23:20:07   Error Missing ]
23:20:07 File mpmissions\__cur_mp.chernarus\R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_CO_objects.sqf, line 61
23:20:07 Error in expression <,
"SUV_TK_EP1",
"Ural_TK_CIV_EP1"

not related to the towing but ...
Code:
if (typeOf(_object) in allbuildables_class) then {
diag_log ("S>
23:20:07   Error position: <allbuildables_class) then {
diag_log ("S>
23:20:07   Error Undefined variable in expression: allbuildables_class
23:20:07 File z\addons\dayz_server\system\server_monitor.sqf, line 142
23:20:07 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
rmod
23:20:07 "DEBUG: Monitoring: 1d3e90c0# 1057442: atv.p3d"
23:20:07 Error in expression <D2, true];
};


What about this unrelated error too?
Code:
23:19:46 Error in expression <+ 1;
if (_removable != "Grave") then {
allremovables set [count allremovables, >
23:19:46   Error position: <allremovables set [count allremovables, >
23:19:46   Error Undefined variable in expression: allremovables
23:19:46 File z\addons\dayz_server\init\server_functions.sqf, line 248

And my favorites are these! (caused by your debug monitor)
Code:
23:50:52 Wrong text element 'null'
23:50:52 Wrong text element 'null'
23:50:53 Wrong text element 'null'
23:50:53 Wrong text element 'null'
23:50:53 Wrong text element 'null'
23:50:54 Wrong text element 'null'
23:50:54 Wrong text element 'null'
23:50:54 Wrong text element 'null'
23:50:55 Wrong text element 'null'
23:50:55 Wrong text element 'null'
23:50:55 Wrong text element 'null'
23:50:56 Wrong text element 'null'
23:50:56 Wrong text element 'null'
23:50:56 Wrong text element 'null'
23:50:57 Wrong text element 'null'
23:50:57 Wrong text element 'null'
23:50:57 Wrong text element 'null'
23:50:58 Wrong text element 'null'
23:50:58 Wrong text element 'null'
23:50:58 Wrong text element 'null'
23:50:59 Wrong text element 'null'
23:50:59 Wrong text element 'null'
23:50:59 Wrong text element 'null'
23:51:00 Wrong text element 'null'
23:51:00 Wrong text element 'null'
23:51:00 Wrong text element 'null'
23:51:01 Wrong text element 'null'
23:51:01 Wrong text element 'null'
23:51:01 Wrong text element 'null'
23:51:02 Wrong text element 'null'
23:51:02 Wrong text element 'null'
23:51:02 Wrong text element 'null'
23:51:03 Wrong text element 'null'
23:51:03 Wrong text element 'null'
23:51:03 Wrong text element 'null'
23:51:04 Wrong text element 'null'
23:51:04 Wrong text element 'null'
23:51:04 Wrong text element 'null'
23:51:05 Wrong text element 'null'
23:51:05 Wrong text element 'null'
23:51:05 Wrong text element 'null'
23:51:06 Wrong text element 'null'
23:51:06 Wrong text element 'null'
23:51:06 Wrong text element 'null'
23:51:07 Wrong text element 'null'
23:51:07 Wrong text element 'null'
23:51:07 Wrong text element 'null'
23:51:08 Wrong text element 'null'
23:51:08 Wrong text element 'null'
23:51:08 Wrong text element 'null'
23:51:09 Wrong text element 'null'
23:51:09 Wrong text element 'null'
23:51:09 Wrong text element 'null'
23:51:10 Wrong text element 'null'
23:51:10 Wrong text element 'null'
 
This is the code section that I mentioned above for the R3F error. See the bottom of this first array, it has no ] which is exactly what the error says. An array must have [ and a ] and each element is separated with a , except the last one.
So .... you can fix that for now if you want and I will look at the rest of the errors later. Open "
R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_Co_Objects.sqf
" and place a ] right after "Ural_TK_CIV_EP1" ... it should be just before line 61 as it says in the error.

Code:
R3F_LOG_CFG_remorqueurs = R3F_LOG_CFG_remorqueurs +
[
    "UralRepair_CDF",
    "UralRepair_INS",
    "GAZ_Vodnik_HMG",
    "HMMWV_Ambulance_DZ",
    "GAZ_Vodnik",
    "GAZ_Vodnik_DZ_LM",
    "GAZ_Vodnik_DZ_VLM",
    "GAZ_Vodnik_MedEvac",
    "Kamaz",
    "KamazOpen",
    "KamazRepair",
    "KamazRefuel",
    "HMMWV",
    "HMMWV_DES_EP1",
    "S1203_TK_CIV_EP1",
    "UralRefuel_CDF",
    "UralRefuel_INS",
    "Tractor",
    "Ural_CDF",
    "Ural_INS",
    "UralOpen_INS",
    "UralCivil",
    "UralCivil2",
    "SUV_PMC",
    "tractorOld",
    "Ikarus",
    "V3S_Civ",
    "Ikarus_TK_CIV_EP1",
    "SUV_TK_CIV_EP1",
    "MTVR",
    "HMMWV_DZ",
    "S1203_TK_CIV_EP1",
    "SUV_TK_CIV_EP1",
    "SUV_TK_EP1",
    "Ural_TK_CIV_EP1"
   

/**
* List of class names of towables objects.
* This is the list of vehicles that ARE towable
*/
R3F_LOG_CFG_objets_remorquables = R3F_LOG_CFG_objets_remorquables +
[
 
Ummmm are you talking to me? Do I have your pbo? If I am supposes to then you better link it again. I am at work for 5 more hours then can break your server
 
Any chance any of you kind gentlemen could help me get custom kill messages working? I think the custom server_playerdied.sqf is wonky... thanks in advance.
 
Back
Top