Page 7 of 8

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0

Posted: April 25th, 2016, 10:03 am
by HellsWrath
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.

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0

Posted: April 25th, 2016, 10:20 am
by Diva
Thank you Sir.

I look forward to trying this when I get home.

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0

Posted: April 25th, 2016, 11:27 am
by bradacc
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[]]?

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0

Posted: April 25th, 2016, 1:10 pm
by HellsWrath
Sure, or just select it and /vt propertydump and look at the object type.

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0

Posted: April 25th, 2016, 6:11 pm
by Diva
ok A Dangerous Portal device is (I) Type: 12679 . No clue what that means

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Posted: May 13th, 2016, 8:02 pm
by invisible fire
Source code is now published. Feel free to do what you want with this project.

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Posted: October 25th, 2016, 7:45 pm
by Xavier Cougat
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

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Posted: October 25th, 2016, 11:21 pm
by Immortalbob
looks like 16 is not a defined button in the other config file

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Posted: October 27th, 2016, 12:15 am
by Xavier Cougat
Should I delete that line in the code?

Not sure what to do about it.

Thanks for the reply IB !!!

Re: GM: Chaos Helper (Decal Plugin) v2.2.5.0 (with Source)

Posted: October 31st, 2016, 6:58 am
by invisible fire
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)