Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Plugin/Utility Releases and Community Support. Do not release software without the author's consent.
User avatar
HellsWrath
Site Admin
Posts: 389

Post #61 »

No, if the device is a portal device then it is 1 of 2 commands

!npc
!portal

some of the colo devices are npcs, some are portals.

Diva
Posts: 23

Post #62 »

Thank you Sir.

I look forward to trying this when I get home.
He who expects NO gratitude, shall NEVER be disappointed!

bradacc
Posts: 128

Post #63 »

HellsWrath wrote:No, if the device is a portal device then it is 1 of 2 commands

!npc
!portal

some of the colo devices are npcs, some are portals.

Is there a command to see what type a selected world object is, Or do you just try each command to see which works?

edit: wobjectgetobjectclass[1] will tell you if it's portal(14) or npc(37) but I'm wondering do you do it with /vt mexec wobjectgetobjectclass[wobjectgetselection[]]?

User avatar
HellsWrath
Site Admin
Posts: 389

Post #64 »

Sure, or just select it and /vt propertydump and look at the object type.

Diva
Posts: 23

Post #65 »

ok A Dangerous Portal device is (I) Type: 12679 . No clue what that means
He who expects NO gratitude, shall NEVER be disappointed!

invisible fire
Posts: 50

Post #66 »

Source code is now published. Feel free to do what you want with this project.

Xavier Cougat
Posts: 2

Post #67 »

HI all,

I recently started receiving the following error message:

<{Chaos-Helper}>: Error Loading Config at :A_Button_16,Control,!control
: Error: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at VirindiViewService.HudView.get_Item(String cn)
at ChaosHelper.PluginCore.LoadConfig(String configName)

Could I have accidentally changed the config file?
Below is the snippet from the config file:

A_Button_01,Stay,!stay
A_Button_02,Merlin Lead,!follow
A_Button_03,Conficker Lead,!follow2
A_Button_04,Loki Lead,!follow3
A_Button_05,LoadMeta(All),!reload
A_Button_06,Fellow,/tell [player],!fellow
A_Button_07,Disband,!disband
A_Button_08,Attack Low,!low
A_Button_09,Attack Mid,!med
A_Button_10,Attack High,!high
A_Button_11,NPC,!npc
A_Button_16,Control,!control
B_Button_01,Recomp,!recomp
B_Button_02,AutoPack,!pack
B_Button_03,Deewains,!deewain

User avatar
Immortalbob
Site Admin
Posts: 675
Contact:

Post #68 »

looks like 16 is not a defined button in the other config file
Immortalbob of MT

Xavier Cougat
Posts: 2

Post #69 »

Should I delete that line in the code?

Not sure what to do about it.

Thanks for the reply IB !!!

invisible fire
Posts: 50

Post #70 »

Xavier Cougat wrote:Should I delete that line in the code?

Not sure what to do about it.

Thanks for the reply IB !!!
Either delete it or add it to the other config as IB suggested. Its essentially saying the A_button_16 doesn't exist. Meaning its not in the layout file. Also you might need to change it to A_Button_12 (its numerically ordered)