PDA

View Full Version : [Req] Need help with command cfg ?????


Mush Martin
01-23-08, 10:59 PM
So I am wondering if someone can fill in the blanks for me here.

[Cmd180]
Name=Set_course
Ctxt=1

[Cmd181]
Name=Set_rudder
Ctxt=1

[Cmd182]
Name=Rudder_hard_to_port
Ctxt=1
Str=1026
Key0=0xDB,C,"Left bracket"

[Cmd183]
Name=Rudder_hard_to_starboard
Ctxt=1
Str=1027
Key0=0xDD,C,"Right bracket"

[Cmd184]
Name=Rudder_amidship
Ctxt=1
Key0=0xDE,C,"'"


in the above the context one represents in game as opposed to
paused or other conditions. ok. but
when it comes to key's I need to learn what I am reading here.

I understand the commands obviously enough ruddder amidships
being the ' key but what I am not able to read or interperet
is the other associated stuff in that line.

[Cmd184] <----------command line number
Name=Rudder_amidship <----------action type
Ctxt=1 <-------condition under which to do it.
Key0=0xDE,C,"'" Key number zero equals ??????????? apostrophe

can someone explain the gobbeldygook part?

M

thegroo
01-24-08, 05:45 AM
Hi

I just know a bit.

Key0=0xDE <-- this is the hex-code for the key
,C <-- this stands for 'executed by the crew'
,"'" <-- just comment

Regards
Dieter

Mush Martin
01-24-08, 06:17 AM
Thanks dieter thats more or less what I needed.

does anyone know where I might find a list of designated
hexcodes for the keys then

M

thegroo
01-24-08, 06:42 AM
I just use SetKeys.

http://www.subsim.com/subsim_files/p...SetKey1_11.rar (http://www.subsim.com/radioroom/../subsim_files/patches05/SetKey1_11.rar)

Here is the link how to use it with SH4:
http://www.subsim.com/radioroom/showthread.php?t=108717&highlight=setkeys

SetKey shows you the hex-codes

Regards
Dieter

Mush Martin
01-24-08, 06:48 AM
Perfect thats everthing I needed

Thanks :up::up:

M