3 Commando Brigade

Realism. Tactics. Fun.

+ New Topic Locked

Public Server Feedback

2023 posts in this topic
Posted: Sat Apr 22, 2017 10:55 pm     Super secret spam barrier
Offline
Sergeant
Sergeant
Other duties:
Modder

Posts: 2387
Location: Ipswich, Suffolk
Ribbons:
Service Medal (5) Donator (1) Modding Team (1)
Recruitment Team (1) Leadership (1) Asset Medal [Air] (1)
Public Regular (1) Operation Medal (4)
It should do with any we use on our public missions! If there are any it doesn't work with, let me know and I'll make specific overrides.


Posted: Sun Apr 23, 2017 7:55 am     Super secret spam barrier
Offline
Marine
Marine
Other duties:
Modder

Posts: 2308
Ribbons:
Service Medal (5) Donator (1) Modding Team (1)
Leadership (1) Operation Medal (2)
Bluemaxx did you find personally that they didn't work or was it reported to you that they didn't. Reason I ask is if it was reported to you that they don't work are you sure the person doing it shut off the engine?


Sent from my iPhone using Tapatalk


Posted: Sun Apr 23, 2017 9:23 am     Super secret spam barrier
Offline
Marine
Marine
Other duties:
Operations Design Team

Posts: 1194
Ribbons:
Service Medal (2) Media Man (1) Donator (1)
Mission Designer (3) Asset Medal [Armour] (1) Asset Medal [Air] (1)
Operation Medal (4)
I did it during the testing when I was updating the public missions for the Land Rover update.

Heres the breakdown, what both modules/objects work with (as this is simpler):

  • 3CB vehicles
  • Vanilla vehicles (including APEX)
  • Warrior

What it doesn't work with:

  • Everything else, regardless of side


Posted: Sun Apr 23, 2017 11:09 am     Super secret spam barrier
Offline
Sergeant
Sergeant
Other duties:
Modder

Posts: 2387
Location: Ipswich, Suffolk
Ribbons:
Service Medal (5) Donator (1) Modding Team (1)
Recruitment Team (1) Leadership (1) Asset Medal [Air] (1)
Public Regular (1) Operation Medal (4)
Looking through the vehicles used in our public missions, I found they all worked except:
  • Deltagamer's Chinooks (or rather, 1 worked and the others don't - because of weird and duplicative inheritances),
  • Ridgebacks,
  • Foxhounds
I've added a fix for the Chinooks, and the others were already fixed in an internal hotfix. If there are any others you can find that are used for the public that I've missed and don't work, or you want to use a new vehicle for a mission, let me know and I'll get it added too.

I'll see if I can get them pushed for our modset so we can get rid of the old exploitable scripts :)


EDIT: as an aside, all that should be required to add the menu to ANY vehicle in the game that has ever inherited from a vanilla config at any point is to add a call to either UK3CB_Servicing_GUI_Dialog or UK3CB_Logistics_GUI_Dialog - the only way it wouldn't do is if they've specifically overridden our UK3CB_Servicing_GUI class. Check below snippet for a sample using the default values from the mod:
//Air Servicing
this addAction ["Servicing Menu", {createDialog "UK3CB_Servicing_GUI_Dialog"}, nil, 4, false, true, "", "[vehicle player] call UK3CB_BAF_Vehicles_Weapons_fnc_can_service_air_vehicle", 10];

//Ground Servicing
this addAction ["Servicing Menu", {createDialog "UK3CB_Servicing_GUI_Dialog"}, nil, 4, false, true, "", "[vehicle player] call UK3CB_BAF_Vehicles_Weapons_fnc_can_service_ground_vehicle", 10];

//Logistics
this addAction ["Logistics Menu", {createDialog "UK3CB_Logistics_GUI_Dialog"}, nil, 3.99, false, true, "", "[vehicle player] call UK3CB_BAF_Vehicles_Weapons_fnc_can_load_vehicle", 10];


Posted: Sun Apr 23, 2017 12:38 pm     Super secret spam barrier
Offline
Marine
Marine
Other duties:
Operations Design Team

Posts: 1194
Ribbons:
Service Medal (2) Media Man (1) Donator (1)
Mission Designer (3) Asset Medal [Armour] (1) Asset Medal [Air] (1)
Operation Medal (4)
From Green Zone

rhsusf_m1025_d
rhsusf_m998_d_2dr_halftop
rhsusf_m1025_d
rhsusf_m1025_d_m2
rhsusf_m998_d_2dr_fulltop
rhsusf_m1025_d_m2
rhsusf_M1078A1P2_d_fmtv_usarmy
rhsusf_M1078A1P2_B_M2_d_flatbed_fmtv_usarmy
rhsusf_M1083A1P2_B_d_open_fmtv_usarmy
RHS_UH1Y_d
RHS_UH60M_MEV2_d
RHS_MELB_AH6M_L
RHS_MELB_MH6M
RHS_UH1Y_UNARMED_d
RHS_UH60M_d
RHS_MELB_MH6M

My YouTube Channel
All my content is available with the CC BY 4.0 license.


Posted: Sun Apr 23, 2017 2:38 pm     Super secret spam barrier
Offline
Sergeant
Sergeant
Other duties:
Modder

Posts: 2387
Location: Ipswich, Suffolk
Ribbons:
Service Medal (5) Donator (1) Modding Team (1)
Recruitment Team (1) Leadership (1) Asset Medal [Air] (1)
Public Regular (1) Operation Medal (4)
Had missed those RHS ground vics from the list I'd compiled, but the helos I'd tested previously - retesting, two of them provide the menu options but the menus themselves are broken... will bughunt that. For the others, I'll add compatibility.

Bluemaxx wrote:
rhsusf_m1025_d
rhsusf_m1025_d_m2
rhsusf_m998_d_2dr_halftop
rhsusf_m998_d_2dr_fulltop

rhsusf_M1078A1P2_d_fmtv_usarmy
rhsusf_M1078A1P2_B_M2_d_flatbed_fmtv_usarmy
rhsusf_M1083A1P2_B_d_open_fmtv_usarmy

RHS_UH1Y_D
RHS_UH1Y_UNARMED_d
RHS_UH60M_d
RHS_UH60M_MEV2_d
RHS_MELB_AH6M_L
RHS_MELB_MH6M

The ones I've marked green, can you confirm they really are broken for you currently?


Posted: Sun Apr 23, 2017 3:05 pm     Super secret spam barrier
Offline
Marine
Marine
Other duties:
Operations Design Team

Posts: 1194
Ribbons:
Service Medal (2) Media Man (1) Donator (1)
Mission Designer (3) Asset Medal [Armour] (1) Asset Medal [Air] (1)
Operation Medal (4)
All the green ones are fine.


Posted: Mon Apr 24, 2017 3:03 pm     Super secret spam barrier
Online
1st Lieutenant
1st Lieutenant
Other duties:
Modder
Public Mission Admin
Advanced Trainer
Recruit Trainer
Server Admin
Operations Design Team
Site Admin
Game Admin
Operations Coordinator

Posts: 7178
Location: Yorkshire, UK
Ribbons:
Service Medal (7) Helpful Techie (1) Donator (1)
Modding Team (1) Training Team (1) Zeus Operations (2)
Mission Designer (5) Leadership (1) Asset Medal [Armour] (1)
Public Regular (1) Operation Medal (5)
Probably due to the restart.  What mission was the last to run ?


Posted: Mon Apr 24, 2017 3:32 pm     Super secret spam barrier
Offline

Posts: 214
Location: Kuwait
Lifetap wrote:
Probably due to the restart.  What mission was the last to run?
Last mission was Copper Valley on Bystrica.


Posted: Mon Apr 24, 2017 9:18 pm     Super secret spam barrier
Offline
1st Lieutenant
1st Lieutenant
Other duties:
Recruitment Manager
Game Admin
Site Admin
Advanced Trainer
Operations Design Team
Modder
Operations Coordinator

Posts: 2851
Location: In a bush, with a bag.
Ribbons:
Service Medal (7) Donator (1) Modding Team (1)
Recruitment Team (1) Training Team (1) Retired (1)
Frag of the match (1) Zeus Operations (3) Mission Designer (4)
Leadership (2) Asset Medal [Armour] (1) Public Regular (1)
Operation Medal (5) Weapons Operator (1)
Changed to Snow Leopard as that was next in rotation.


+ New Topic Locked


Who is online

Users browsing this forum: No registered users and 32 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

phpBB © Forum Software
© 3 Commando Brigade Gaming Community
All images belong to their respective owners


3CB Modern design by Jamie Goodson
WysiBB