Jump to content

masterdebator

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Everything posted by masterdebator

  1. masterdebator

    Hover Tank: Mephisto

    Hey anyone have a copy of this? Its not on the steam workshop anymore, was looking on using this in a mission.
  2. _a=0.3; //At _a=0.2, with 30 players, 6 AI allowed/player....At _a=0.3, with 30 players, 3 AI allowed/player. _b=12; while {! CTI_GameOver} do { _nbp={isPlayer _x} count playableUnits; _next=0 max ceil(_b-(_a*_nbp)); if !(missionNamespace getVariable "CTI_PLAYERS_GROUPSIZE" == _next ) then { missionNamespace setVariable ["CTI_PLAYERS_GROUPSIZE",_next] ; HUD_NOTIFICATIONS pushBack [format ["Group size is now : %1 ",_next],time+10,"ffffff"]; }; sleep 60; }; Im trying to change this script to do a check for PlayerNumber instead. Im essentially trying to make a script that will give the side with less players more AI while also balancing according to server player count https://community.bistudio.com/wiki/playersNumber anyone have any suggestions?
  3. Hi, does anyone know how to remove terrain objects that cannot be found with a search or count function? I use this script to normally remove broken objects from map, but the objects I am trying to remove now are not find-able with nearestTerrainObjects, I can find time with cursorobject, but they will not show up with nearestTerrainObjects. so when this function runs it cant find them to count them. thus they are uncountable. does anyone know a alternate means to remove the objects from the entire map that does not rely on them being counted first? Also FYI i can still global remove all objects from the map, but cannot seem to isolate these specific objects for removal. 374559: t_ficus_medium_f.p3d if (worldName isEqualTo "Tanoa") then { { if ( (toLower(str _x) find "signtc_23_2.p3d") >= 0 || {(toLower(str _x) find "b_cycas_f.p3d") >= 0} || {(toLower(str _x) find "timberpile_01_f.p3d") >= 0} ) then {_x hideObjectGlobal true; _x enableSimulationGlobal false;} } foreach (nearestTerrainObjects [[worldSize/2, worldSize/2], ["HIDE"], worldSize]); };
  4. Getting this error thrown a few times 23:54:09 Error in expression < {}; if(_CIWS_Setup select _ArrayPos select 3) exitWith { if(isAgent teamMem> 23:54:09 Error position: <select 3) exitWith { if(isAgent teamMem> 23:54:09 Error Generic error in expression 23:54:09 File \HAFM_Navy_Core\scripts\CIWS_Toggle.sqf [HAFM_fnc_CIWS_Toggle], line 82
  5. -Runway Looking for someone to build me a in mission buildable runway object for CTI map. Runway has to be able to allow jets to taxi/drive onto it and off and allow them to to take off and land naturally without exploding. Would want it to be a medium sized runway good for jets/A10's but not big enough for large strategic bombers. Needs to be place able on most flat-ish terrain Needs to be destroy-able after significant damage, 4 GBU-12's. Width should accommodate one medium sized jet comfortably Textures dont need to be super fancy or anything just needs to look like a runway. I don't want any scripts -Bridge I need a bridge to place on maps in the eden editor that can cover large spans of open water, think Tanoa islands to mainland, Altis lower map across the harbor etc. I want to use this model to reduce the number of objects required to make a bridge and thus reduce the load on the server object wise, right now we have to place like 50-100 piers to cover the distance and its object clutter. I would like this bridge model to be CUT so that have have very long and short pieces to work with so i can mix and match if needed for different lengths. Needs to tall enough to allow Large ships to pass under it. IE ANZAC frigate. I would like AI to be able to cross these bridges but I understand that would probably be a tall order. If AI cant cross it No problem, if there is a way to write a script to make the AI cross the bridge through a command action order and have them sort of get "Towed" across the bridge that would be nice but i understand that might be a challenge to do. Does not need to be super fancy. just look like a basic bridge. If you feel my 20$ is too low feel free to contact me and we can talk. Payment- payment will be thru paypay you will show me video of the asset working/doing its job as stated above. (proof of work) I will then ask you questions if i have any about it then send you the money, you will send me the asset. Must be able to communicate in English
  6. Hi I tested this on local server (lan) and it worked fine, tested on our dedi server and the AI would not get out to repair. do you know why this would be?
  7. The new changes to keyboard controls suck. I cant use my primary mouse button and the scroll wheel to select from the scroll menu and use that same primary mouse button to shoot when the scroll menu is not selected. This is both a painful change from how I have always played but also now a super dangerous friendly fire incident waiting to happen. For god sakes please change it back.
  8. Any chance you can go through the unit configs and fix some of the units? allot of the configs are messed up when it comes to damage they do and damage they take as well as their physx and drive-ability. The Dual hull tracked snow machine takes far too many rockets to think of one off the top of my head.
  9. Not interested in saving money I only care to save time and i would rather have someone skilled perform the task and get what I want the first time.
  10. masterdebator

    ARMA 3 Addon Request Thread

    Try the iron front 3 mod it has maps of germany
  11. masterdebator

    ARMA 3 Addon Request Thread

    Hello, I was hoping someone could make me a place able runway (eden object) that can be built during game that works for landing and taking off of jets (no scripts) without the jets exploding or falling through. I would transfer someone 5$ on papal for this service.
  12. Thank you for your reply Great mod! Can you make it so some of the vaules are kept changable or leave information in a readme so it can be changed to suit the player/server We run a server and would like to be able to change certain values and enable/disable certain features for balancing. Just a thought if not possible or no time no worries.
  13. First seems like a bug, if that veh is outside my line of sight, IE over 5 km away, i wont know he has disembarked and started wandering around. hes a driver he belongs in his drivers seat, why would he not get back inside? its hardly a feature. Does it do this when veh is not on a player squad? why the difference? Any better way to make it so its linked to a significant drop in mobility? a 8 wheel that has lost its first 4 wheels seems pretty immobilized. To test the third. have the driver dismount. kill the tires. Get in the veh, have the driver get in. Driver will not repair.
  14. Some bugs, When veh is under player squad driver will get out and repair but wont get back in. Driver waits till at least half tires are down before performing the repair. he should fix veh tires whenever out of combat. When veh has a player inside it, driver wont get out to repair veh. tested in eden editor with steam workshop version.
  15. masterdebator

    Refined Vehicles

    Hi, Any chance of you expanding this to CUP vehicles? Or making a guide so others could do so?
  16. Nice!. Keep working on the IKV91 though I love that little tank! even with all its current flaws. Cant wait for your Tanoa Patch!
  17. Hi cant make a button on this unit camera script work since the 1.58 difficulty overhaul. The button when pressed is supposed to show you a external view of the AI or player that you are watching. It no longer works. and I have not been able to fix it myself so im looking for some advice on what to do to make it work again. This is the original script _last_tracked = objNull; _last_campos = [0,0,0]; _thirdperson = if (difficultyEnabled "3rdPersonView") then {true} else {false}; while { true } do { if (isNil {uiNamespace getVariable "cti_dialog_ui_unitscam"}) exitWith {}; //--- Menu is closed. _track = uiNamespace getVariable "cti_dialog_ui_unitscam_focus"; if !(isNil "_track") then { if (isNull _track) then { uiNamespace setVariable ["cti_dialog_ui_unitscam_focus", player]; //--- todo select the player back in the LB. } else { if (_thirdperson) then { //--- No need to do that with 3rd person disabled heh if (vehicle _track == _track) then { //--- On Foot. // _ep = _track weaponDirection currentWeapon _track; //--- If it has no weapons then 0 is returned. // _pitch = (_ep) call CTI_UI_UnitsCamera_GetPitchFromDirectionVector; // _pitch = _pitch + (uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"); _pitch = uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"; _dir = uiNamespace getVariable "cti_dialog_ui_unitscam_dir"; _distance = 2.5; _relPos = [(sin _dir)*(cos _pitch * _distance),(cos _pitch) * (cos _dir * _distance),1.5-(sin _pitch * _distance)]; //--- Orbit if (camTarget CTI_UnitsCamera != _track || _last_tracked != _track) then { CTI_UnitsCamera camSetTarget _track; CTI_UnitsCamera camSetRelPos _relPos; CTI_UnitsCamera camCommit 0 }; CTI_UnitsCamera camSetRelPos _relPos; } else { _vehicle = vehicle _track; // _pitch = (vectorDir _vehicle) call CTI_UI_UnitsCamera_GetPitchFromDirectionVector; // _pitch = _pitch + (uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"); _pitch = uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"; _dir = uiNamespace getVariable "cti_dialog_ui_unitscam_dir"; _distance = switch (true) do {case (_vehicle isKindOf "Car" || _vehicle isKindOf "Motorcycle"): {13.5}; case (_vehicle isKindOf "Tank"): {15}; default {22.5} }; _relPos = [(sin _dir)*(cos _pitch * _distance),(cos _pitch) * (cos _dir * _distance),1.5-(sin _pitch * _distance)]; //--- Orbit if (camTarget CTI_UnitsCamera != _vehicle || _last_tracked != _track) then { CTI_UnitsCamera camSetTarget vehicle _track; CTI_UnitsCamera camSetRelPos _relPos; CTI_UnitsCamera camCommit 0 }; CTI_UnitsCamera camSetRelPos _relPos; }; }; if (uiNamespace getVariable "cti_dialog_ui_unitscam_showmap") then { if (CTI_UnitsCamera distance _last_campos > 1) then { //--- Only move the camera when there is a change _zoffset = (getPos vehicle _track) select 2; ((uiNamespace getVariable "cti_dialog_ui_unitscam") displayCtrl 180010) ctrlMapAnimAdd [0, (_zoffset/10) max 0.2 min 0.8, getPos _track]; //.35 ctrlMapAnimCommit ((uiNamespace getVariable "cti_dialog_ui_unitscam") displayCtrl 180010); _last_campos = getPos CTI_UnitsCamera; }; }; CTI_UnitsCamera camCommit 0.001; _last_tracked = _track; }; }; // sleep .01; // sleep .005; sleep .001; }; You can see the section related to external view. This is what I tried to replace it with after it stopped working with the 1.58 difficulty overhaul. _last_tracked = objNull; _last_campos = [0,0,0]; _thirdperson = if( (difficultyOption "thirdPersonView")isEqualTo 1) then { while {true} do { if (isNil {uiNamespace getVariable "cti_dialog_ui_unitscam"}) exitWith {}; //--- Menu is closed. _track = uiNamespace getVariable "cti_dialog_ui_unitscam_focus"; if !(isNil "_track") then { if (isNull _track) then { uiNamespace setVariable ["cti_dialog_ui_unitscam_focus", player]; //--- todo select the player back in the LB. } else { if (_thirdperson) then { //--- No need to do that with 3rd person disabled heh if (vehicle _track == _track) then { //--- On Foot. // _ep = _track weaponDirection currentWeapon _track; //--- If it has no weapons then 0 is returned. // _pitch = (_ep) call CTI_UI_UnitsCamera_GetPitchFromDirectionVector; // _pitch = _pitch + (uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"); _pitch = uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"; _dir = uiNamespace getVariable "cti_dialog_ui_unitscam_dir"; _distance = 2.5; _relPos = [(sin _dir)*(cos _pitch * _distance),(cos _pitch) * (cos _dir * _distance),1.5-(sin _pitch * _distance)]; //--- Orbit if (camTarget CTI_UnitsCamera != _track || _last_tracked != _track) then { CTI_UnitsCamera camSetTarget _track; CTI_UnitsCamera camSetRelPos _relPos; CTI_UnitsCamera camCommit 0 }; CTI_UnitsCamera camSetRelPos _relPos; } else { _vehicle = vehicle _track; // _pitch = (vectorDir _vehicle) call CTI_UI_UnitsCamera_GetPitchFromDirectionVector; // _pitch = _pitch + (uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"); _pitch = uiNamespace getVariable "cti_dialog_ui_unitscam_pitch"; _dir = uiNamespace getVariable "cti_dialog_ui_unitscam_dir"; _distance = switch (true) do {case (_vehicle isKindOf "Car" || _vehicle isKindOf "Motorcycle"): {13.5}; case (_vehicle isKindOf "Tank"): {15}; default {22.5} }; _relPos = [(sin _dir)*(cos _pitch * _distance),(cos _pitch) * (cos _dir * _distance),1.5-(sin _pitch * _distance)]; //--- Orbit if (camTarget CTI_UnitsCamera != _vehicle || _last_tracked != _track) then { CTI_UnitsCamera camSetTarget vehicle _track; CTI_UnitsCamera camSetRelPos _relPos; CTI_UnitsCamera camCommit 0 }; CTI_UnitsCamera camSetRelPos _relPos; }; }; if (uiNamespace getVariable "cti_dialog_ui_unitscam_showmap") then { if (CTI_UnitsCamera distance _last_campos > 1) then { //--- Only move the camera when there is a change _zoffset = (getPos vehicle _track) select 2; ((uiNamespace getVariable "cti_dialog_ui_unitscam") displayCtrl 180010) ctrlMapAnimAdd [0, (_zoffset/10) max 0.2 min 0.8, getPos _track]; //.35 ctrlMapAnimCommit ((uiNamespace getVariable "cti_dialog_ui_unitscam") displayCtrl 180010); _last_campos = getPos CTI_UnitsCamera; }; }; CTI_UnitsCamera camCommit 0.001; _last_tracked = _track; }; }; // sleep .01; // sleep .005; sleep .001; }; Does anyone see what I could do different? Btw im just learning to do things, so for all i know it might not have a bracket it needs or something Thank you for your time!
  18. Any chance of you adding in the Stridsvagn 103? or the Centurion?
  19. Hey man love your mod! cant wait for the new ships and the sub! we want to add them to our server! A engine smoke generator linked to the countermeasures button would be great!! Keep Up the hard work your stuff is top notch!. Btw tested your IKV91 the tank with the 90mm gun and i had some issues. The tank does not seem to be able to hit its 65kph road speed and seems very slow/sluggish on acceleration when it should have a very high power to weight ratio (could only hit a very slow speed around 30 on a runway). Also it has thermal but its wiki page says it should only have night vision. Also its main gun seemed a weak when I put it against cup vehs and vanilla APC assets. (very little dmg done even at close ranges 400m) It has no brakes so when you tell your driver to stop it just awkwardly slides across the ground. cant turn out to use the Roof mg. Wiki page says tank should have a crew of 4, loader is missing. Not bad points just wanted to give some feedback love your work! https://en.wikipedia.org/wiki/Infanterikanonvagn_91
  20. Any chance your still working on this?
  21. Hi, How would I pull just ace 3 missle launcher changes without having to install ace core or any of the rest of the mod? we are working on a new CTI mission for the server and would like the ACE 3 launchers but the rest of the ace core files takes up too much space/ causes issues. How can I pull the scripts to run independently? The reason we want only them is because they can stop issues with people abusing the laser follow fiction of the titans and make the other launchers proper disposable.
  22. http://dev.cup-arma3.org/T1461 Some russian veh had mixed he\at rounds like the shilka and the hindp how would I make a magazine like that? Only idea I could come up with are a few hundred 1x magazines of each but how do I make that not flood action menu with switch to? Also how do I make it switch alternating? Or 2 magazine one he one at and have a script rapid swap them back and forth when trigger depressed. Or add a 2nd weapon into the first that alternates fire? Anyone have experience?
  23. masterdebator

    ARMA 3 Addon Request Thread

    http://dev.cup-arma3.org/T1461 Anyone know how to make mixed round magazines for vehs? So they fire a he round then a sabot? Trying to improve cup units
×