-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExt.rc
More file actions
588 lines (540 loc) · 18.6 KB
/
Copy pathExt.rc
File metadata and controls
588 lines (540 loc) · 18.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "ccx.h"
#define APSTUDIO_HIDDEN_SYMBOLS
#include "windows.h"
#undef APSTUDIO_HIDDEN_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x21L
#else
FILEFLAGS 0x20L
#endif
FILEOS 0x10001L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "Comments", "Powerful top-down movement with 360 dirs, accel, decel, auto animations, embedded collision masks, and collision with slopes handling. PMO's brother! (v1.0.0 (4))"
VALUE "CompanyName", "Mustafa Hamad"
VALUE "FileDescription", "TMOCtrl"
VALUE "FileVersion", "1.0.0.0"
VALUE "InternalName", "TMOCtrl"
VALUE "LegalCopyright", "Copyright © 2026 Mustafa Hamad"
VALUE "OriginalFilename", "TMOCtrl.mfx"
VALUE "ProductName", "TMOCtrl"
VALUE "ProductVersion", "1.0.0.0"
VALUE "SpecialBuild", "00000001"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
/////////////////////////////////////////////////////////////////////////////
//
// RCDATA
//
KPX_MAGICNUMBER RCDATA
BEGIN
0x2516, 0x5908
END
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
EXO_ICON$(EDITOR) BITMAP "RES\\EXTICON.BMP"
#else
EXO_ICON BITMAP "RES\\EXTICON.BMP"
#endif
#endif
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
EXO_IMAGE$(EDITOR) BITMAP "RES\\EXTIMG.BMP"
#else
EXO_IMAGE BITMAP "RES\\EXTIMG.BMP"
#endif
#endif
/////////////////////////////////////////////////////////////////////////////
//
// Menu
//
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
MN_CONDITIONS$(EDITOR) MENU
#else
MN_CONDITIONS MENU
#endif
BEGIN
MENUITEM "", 65535
END
#endif
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
MN_ACTIONS$(EDITOR) MENU
#else
MN_ACTIONS MENU
#endif
BEGIN
POPUP ""
BEGIN
MENUITEM SEPARATOR
// GENERAL
POPUP "General (Target Object / Run Movement)"
BEGIN
// GENERAL > TARGET OBJECT
POPUP "Target Object to Control"
BEGIN
MENUITEM "Set Object", IDMN_ACT_SETOBJ
MENUITEM "Set Object via Fixed Value", IDMN_ACT_SETOBJFV
MENUITEM SEPARATOR
MENUITEM "Unset Object", IDMN_ACT_UNSETOBJ
END
MENUITEM SEPARATOR
MENUITEM "Run Movement (Force Update!)", IDMN_ACT_RUNMVT
END
MENUITEM SEPARATOR
// MOVE
POPUP "Move!"
BEGIN
// MOVE > NORMAL
POPUP "Normal Movement (Left, Right, Up, Down)"
BEGIN
MENUITEM "Move Left", IDMN_ACT_MOVELEFT
MENUITEM "Move Right", IDMN_ACT_MOVERIGHT
MENUITEM "Move Up", IDMN_ACT_MOVEUP
MENUITEM "Move Down", IDMN_ACT_MOVEDOWN
END
// MOVE > RELATIVE
POPUP "Relative Movement (Forward, Backward, Rotate, Strafe)"
BEGIN
MENUITEM "Move Forward", IDMN_ACT_MOVEFORWARD
MENUITEM "Move Backward", IDMN_ACT_MOVEBACKWARD
MENUITEM SEPARATOR
MENUITEM "Rotate Left", IDMN_ACT_ROTATELEFT
MENUITEM "Rotate Right", IDMN_ACT_ROTATERIGHT
MENUITEM SEPARATOR
MENUITEM "Strafe Left", IDMN_ACT_STRAFELEFT
MENUITEM "Strafe Right", IDMN_ACT_STRAFERIGHT
END
// MOVE > MANUAL
POPUP "Fine-tuned Movement (Apply Force, Move to Direction, etc.)"
BEGIN
MENUITEM "Set Move (Target) Direction", IDMN_ACT_SETMOVEDIR
MENUITEM "Set Magnitude", IDMN_ACT_SETMAGNITUDE
MENUITEM SEPARATOR
MENUITEM "Move towards Direction", IDMN_ACT_MOVETODIR
MENUITEM "Apply Force", IDMN_ACT_APPLYFORCE
END
END
MENUITEM SEPARATOR
// PROPERTIES
POPUP "Main Properties"
BEGIN
// PROPERTIES > VELOCITY
POPUP "Velocity"
BEGIN
MENUITEM "Set Velocity X", IDMN_ACT_SETVELX
MENUITEM "Set Velocity Y", IDMN_ACT_SETVELY
MENUITEM SEPARATOR
MENUITEM "Set Velocity X and Y", IDMN_ACT_SETVELXY
MENUITEM "Set Velocity via Speed and Direction", IDMN_ACT_SETVELDIR
END
// PROPERTIES > ADDITIONAL VELOCITY
POPUP "Additional Velocity"
BEGIN
MENUITEM "Set Additional Velocity X", IDMN_ACT_SETADDVELX
MENUITEM "Set Additional Velocity Y", IDMN_ACT_SETADDVELY
MENUITEM SEPARATOR
MENUITEM "Set Additional Velocity X and Y", IDMN_ACT_SETADDVELXY
MENUITEM "Set Additional Velocity via Speed and Direction", IDMN_ACT_SETADDVELDIR
END
// BAD DESIGN! CANCELLED!
/*
// PROPERTIES > FINAL VELOCITY
POPUP "Final Velocity (Velocity + Additional Velocity)"
BEGIN
MENUITEM "Set Final Velocity X", IDMN_ACT_SETFINALVELX
MENUITEM "Set Final Velocity Y", IDMN_ACT_SETFINALVELY
MENUITEM SEPARATOR
MENUITEM "Set Final Velocity X and Y", IDMN_ACT_SETFINALVELXY
MENUITEM "Set Final Velocity via Speed and Direction", IDMN_ACT_SETFINALVELDIR
END
*/
// PROPERTIES > ACCEL / DECEL
POPUP "Acceleration / Deceleration"
BEGIN
MENUITEM "Set Acceleration", IDMN_ACT_SETACCEL
MENUITEM "Set Deceleration", IDMN_ACT_SETDECEL
END
// PROPERTIES > SPEED
POPUP "Max Speeds"
BEGIN
MENUITEM "Set Max Speed", IDMN_ACT_SETSPD
MENUITEM SEPARATOR
MENUITEM "Set Max Backward Speed", IDMN_ACT_SETBACKWARDSPD
MENUITEM "Set Max Rotation Speed", IDMN_ACT_SETROTSPD
MENUITEM "Set Max Strafe Speed", IDMN_ACT_SETSTRAFESPD
END
END
MENUITEM SEPARATOR
// ADVANCED PROPERTIES
POPUP "Advanced Properties"
BEGIN
MENUITEM "Set Movement Factor", IDMN_ACT_SETMVTFACTOR
MENUITEM SEPARATOR
MENUITEM "Set Precision Quality", IDMN_ACT_SETPRECISIONQUALITY
MENUITEM "Set MoveNCollide Steps", IDMN_ACT_SETMOVENCOLLIDESTEPS
MENUITEM SEPARATOR
MENUITEM "Set Pushout Radius Step", IDMN_ACT_SETPUSHOUTRADIUSSTEP
MENUITEM "Set Pushout Max Radius", IDMN_ACT_SETPUSHOUTMAXRADIUS
MENUITEM "Set Pushout Angle Step", IDMN_ACT_SETPUSHOUTANGLESTEP
MENUITEM SEPARATOR
MENUITEM "Set Rotate Angle Epsilon", IDMN_ACT_SETROTATEANGLEEPSILON
MENUITEM SEPARATOR
MENUITEM "Set Collision Bounce Strength", IDMN_ACT_SETCOLLISIONBOUNCESTRENGTH
END
MENUITEM SEPARATOR
END
END
#endif
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
MN_EXPRESSIONS$(EDITOR) MENU
#else
MN_EXPRESSIONS MENU
#endif
BEGIN
POPUP ""
BEGIN
MENUITEM SEPARATOR
MENUITEM "Get Target Object's Fixed Value", IDMN_EXP_GETOBJFV
MENUITEM SEPARATOR
// PROPERTIES
POPUP "Main Properties"
BEGIN
// PROPERTIES > VELOCITY
POPUP "Velocity"
BEGIN
MENUITEM "Get Velocity", IDMN_EXP_GETVEL
MENUITEM SEPARATOR
MENUITEM "Get Velocity X", IDMN_EXP_GETVELX
MENUITEM "Get Velocity Y", IDMN_EXP_GETVELY
END
// PROPERTIES > ADDITIONAL VELOCITY
POPUP "Additional Velocity"
BEGIN
MENUITEM "Get Additional Velocity", IDMN_EXP_GETADDVEL
MENUITEM SEPARATOR
MENUITEM "Get Additional Velocity X", IDMN_EXP_GETADDVELX
MENUITEM "Get Additional Velocity Y", IDMN_EXP_GETADDVELY
END
// PROPERTIES > TARGET VELOCITY
POPUP "Target Velocity"
BEGIN
MENUITEM "Get Target Velocity", IDMN_EXP_GETTARGETVEL
MENUITEM SEPARATOR
MENUITEM "Get Target Velocity X", IDMN_EXP_GETTARGETVELX
MENUITEM "Get Target Velocity Y", IDMN_EXP_GETTARGETVELY
END
// PROPERTIES > FINAL VELOCITY
POPUP "Final Velocity (Velocity + Additional Velocity)"
BEGIN
MENUITEM "Get Final Velocity", IDMN_EXP_GETFINALVEL
MENUITEM SEPARATOR
MENUITEM "Get Final Velocity X", IDMN_EXP_GETFINALVELX
MENUITEM "Get Final Velocity Y", IDMN_EXP_GETFINALVELY
END
// PROPERTIES > ACCEL / DECEL
POPUP "Acceleration / Deceleration"
BEGIN
MENUITEM "Get Acceleration", IDMN_EXP_GETACCEL
MENUITEM "Get Deceleration", IDMN_EXP_GETDECEL
END
// PROPERTIES > SPEED
POPUP "Max Speeds"
BEGIN
MENUITEM "Get Max Speed", IDMN_EXP_GETSPD
MENUITEM SEPARATOR
MENUITEM "Get Max Backward Speed", IDMN_EXP_GETBACKWARDSPD
MENUITEM "Get Max Rotation Speed", IDMN_EXP_GETROTSPD
MENUITEM "Get Max Strafe Speed", IDMN_EXP_GETSTRAFESPD
END
// PROPERTIES > DIR / MAG
POPUP "Direction / Magnitude"
BEGIN
MENUITEM "Get Target Direction", IDMN_EXP_GETDIR
MENUITEM "Get Real (Velocity) Direction", IDMN_EXP_GETREALDIR
MENUITEM SEPARATOR
MENUITEM "Get Magnitude", IDMN_EXP_GETMAGNITUDE
END
END
MENUITEM SEPARATOR
// PROPERTIES > ADVANCED
POPUP "Advanced Properties"
BEGIN
MENUITEM "Get Movement Factor", IDMN_EXP_GETMVTFACTOR
MENUITEM SEPARATOR
MENUITEM "Get Precision Quality", IDMN_EXP_GETPRECISIONQUALITY
MENUITEM "Get MoveNCollide Steps", IDMN_EXP_GETMOVENCOLLIDESTEPS
MENUITEM SEPARATOR
MENUITEM "Get Pushout Radius Step", IDMN_EXP_GETPUSHOUTRADIUSSTEP
MENUITEM "Get Pushout Max Radius", IDMN_EXP_GETPUSHOUTMAXRADIUS
MENUITEM "Get Pushout Angle Step", IDMN_EXP_GETPUSHOUTANGLESTEP
MENUITEM SEPARATOR
MENUITEM "Get Rotate Angle Epsilon", IDMN_EXP_GETROTATEANGLEEPSILON
MENUITEM SEPARATOR
MENUITEM "Get Collision Bounce Strength", IDMN_EXP_GETCOLLISIONBOUNCESTRENGTH
END
MENUITEM SEPARATOR
END
END
#endif
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
#if defined(APSTUDIO_INVOKED) || defined(EDITOR)
#if defined(APSTUDIO_INVOKED)
DB_SETUP$(EDITOR) DIALOGEX 0, 4, 200, 172
#else
DB_SETUP DIALOGEX 0, 4, 200, 172
#endif
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
CAPTION "Setup TMOCtrl"
FONT 8, "Helv", 0, 0, 0x0
BEGIN
PUSHBUTTON "Cancel",IDCANCEL,75,150,50,14
DEFPUSHBUTTON "OK",IDOK,5,150,50,14
PUSHBUTTON "Help",ID_HELP,145,150,50,14,WS_DISABLED
GROUPBOX "",-1,5,6,190,135
CTEXT "Powerful top-down movement. PMO's brother! This is the controller of the movement.",-1,28,48,142,15,0,WS_EX_TRANSPARENT
CONTROL EXO_IMAGE,-1,"Static",SS_BITMAP | SS_REALSIZEIMAGE,89,18,21,20
LTEXT "\n- 360 Directional Movement.\n- Advanced Collsions with Slopes and Circlular Pushout Support.\n- Tank Movement.\n- Acceleration, Deceleration, Additional Velocity...\n- Free Multi-instance Handling.\n... More!",-1,30,65,138,55,0,WS_EX_TRANSPARENT
CONTROL "Made by Linky",-1,"Static",SS_SIMPLE | WS_GROUP,76,126,47,8,WS_EX_TRANSPARENT
CONTROL "v1.0.0 (4)",-1,"Static",SS_SIMPLE | WS_GROUP,156,6,31,8
LTEXT "Free for Commericial Use!",-1,12,6,60,18
CTEXT "Check Examples!",-1,150,132,42,18
END
#endif
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""ccx.h""\r\n"
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include ""windows.h""\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
"DB_SETUP$(EDITOR)", DIALOG
BEGIN
VERTGUIDE, 100
HORZGUIDE, 73
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
// HEADER
STRINGTABLE
BEGIN
KPX_MARK "MF2"
KPX_NAME "TMOCtrl"
END
// ABOUT
STRINGTABLE
BEGIN
IDST_OBJNAME "TMOCtrl"
IDST_AUTHOR "Mustafa Hamad (Linky)"
IDST_COPYRIGHT "Copyright © 2026 Mustafa Hamad"
IDST_COMMENT "Powerful top-down movement with 360 dirs, accel, decel, auto animations, embedded collision masks, and collision with slopes handling. PMO's brother! (v1.0.0 (4))"
IDST_HTTP "https://github.com/LinkyMH"
END
// ACTIONS
STRINGTABLE
BEGIN
// EVENT EDITOR TEXT
M_ACT_SETOBJ "Control Object: %0"
M_ACT_SETOBJFV "Control Object of Fixed Value: %0"
M_ACT_UNSETOBJ "Unset Target Object"
M_ACT_RUNMVT "Run Movement"
M_ACT_MOVELEFT "Move Left"
M_ACT_MOVERIGHT "Move Right"
M_ACT_MOVEUP "Move Up"
M_ACT_MOVEDOWN "Move Down"
M_ACT_MOVEFORWARD "Move Forward"
M_ACT_MOVEBACKWARD "Move Backward"
M_ACT_ROTATELEFT "Rotate Left"
M_ACT_ROTATERIGHT "Rotate Right"
M_ACT_STRAFELEFT "Strafe Left"
M_ACT_STRAFERIGHT "Strafe Right"
M_ACT_MOVETODIR "Move towards Direction"
M_ACT_SETMOVEDIR "Set Target Direction to: %0"
M_ACT_SETMAGNITUDE "Set Magnitude to: %0"
M_ACT_APPLYFORCE "Apply Force"
M_ACT_SETVELX "Set Velocity X to: %0"
M_ACT_SETVELY "Set Velocity Y to: %0"
M_ACT_SETVELXY "Set Velocity X: %0, and Y: %1"
M_ACT_SETVELDIR "Set Velocity by Speed: %0, and Direction: %1"
M_ACT_SETADDVELX "Set Additional Velocity X to: %0"
M_ACT_SETADDVELY "Set Additional Velocity Y to: %0"
M_ACT_SETADDVELXY "Set Additional Velocity X: %0, and Y: %1"
M_ACT_SETADDVELDIR "Set Additional Velocity by Speed: %0, and Direction: %1"
M_ACT_SETFINALVELX "Set Final Velocity X to: %0"
M_ACT_SETFINALVELY "Set Final Velocity Y to: %0"
M_ACT_SETFINALVELXY "Set Final Velocity X: %0, and Y: %1"
M_ACT_SETFINALVELDIR "Set Final Velocity by Speed: %0, and Direction: %1"
M_ACT_SETACCEL "Set Acceleration to: %0"
M_ACT_SETDECEL "Set Deceleration to: %0"
M_ACT_SETSPD "Set Max Speed to: %0"
M_ACT_SETBACKWARDSPD "Set Max Backward Speed to: %0"
M_ACT_SETROTSPD "Set Max Rotation Speed to: %0"
M_ACT_SETSTRAFESPD "Set Max Strafe Speed to: %0"
M_ACT_SETMVTFACTOR "Set Movement Factor to: %0"
M_ACT_SETPRECISIONQUALITY "Set Precision Quality to: %0"
M_ACT_SETMOVENCOLLIDESTEPS "Set MoveNCollide Steps to: %0"
M_ACT_SETPUSHOUTRADIUSSTEP "Set Pushout Radius Step to: %0"
M_ACT_SETPUSHOUTMAXRADIUS "Set Pushout Max Radius to: %0"
M_ACT_SETPUSHOUTANGLESTEP "Set Pushout Angle Step to: %0"
M_ACT_SETROTATEANGLEEPSILON "Set Rotate Angle Epsilon to: %0"
M_ACT_SETCOLLISIONBOUNCESTRENGTH "Set Collision Bounce Strength to: %0"
// PARAMETER TITLE
M_ACT_SETOBJ_P0 "Pick Target Object to Control"
M_ACT_SETOBJFV_P0 "Set Fixed Value of Target Object to Control"
M_ACT_SETMOVEDIR_P0 "Set Target Direction (Degrees)"
M_ACT_SETMAGNITUDE_P0 "Set Magnitude"
M_ACT_SETVELX_P0 "Set Velocity X"
M_ACT_SETVELY_P0 "Set Velocity Y"
M_ACT_SETVELXY_P0 "Set Velocity X"
M_ACT_SETVELXY_P1 "Set Velocity Y"
M_ACT_SETVELDIR_P0 "Set Speed"
M_ACT_SETVELDIR_P1 "Set Direction (Degrees)"
M_ACT_SETADDVELX_P0 "Set Additional Velocity X"
M_ACT_SETADDVELY_P0 "Set Additional Velocity Y"
M_ACT_SETADDVELXY_P0 "Set Additional Velocity X"
M_ACT_SETADDVELXY_P1 "Set Additional Velocity Y"
M_ACT_SETADDVELDIR_P0 "Set Additional Speed"
M_ACT_SETADDVELDIR_P1 "Set Additional Direction (Degrees)"
M_ACT_SETFINALVELX_P0 "Set Final Velocity X"
M_ACT_SETFINALVELY_P0 "Set Final Velocity Y"
M_ACT_SETFINALVELXY_P0 "Set Final Velocity X"
M_ACT_SETFINALVELXY_P1 "Set Final Velocity Y"
M_ACT_SETFINALVELDIR_P0 "Set Final Speed"
M_ACT_SETFINALVELDIR_P1 "Set Final Direction (Degrees)"
M_ACT_SETACCEL_P0 "Set Acceleration"
M_ACT_SETDECEL_P0 "Set Deceleration"
M_ACT_SETSPD_P0 "Set Max Speed"
M_ACT_SETBACKWARDSPD_P0 "Set Max Backward Speed"
M_ACT_SETROTSPD_P0 "Set Max Rotation Speed"
M_ACT_SETSTRAFESPD_P0 "Set Max Strafe Speed"
M_ACT_SETMVTFACTOR_P0 "Set Movement Factor"
M_ACT_SETPRECISIONQUALITY_P0 "Set Precision Quality"
M_ACT_SETMOVENCOLLIDESTEPS_P0 "Set MoveNCollide Steps"
M_ACT_SETPUSHOUTRADIUSSTEP_P0 "Set Pushout Radius Step"
M_ACT_SETPUSHOUTMAXRADIUS_P0 "Set Pushout Max Radius"
M_ACT_SETPUSHOUTANGLESTEP_P0 "Set Pushout Angle Step"
M_ACT_SETROTATEANGLEEPSILON_P0 "Set Rotate Angle Epsilon"
M_ACT_SETCOLLISIONBOUNCESTRENGTH_P0 "Set Collision Bounce Strength"
END
// CONDITIONS
/*
STRINGTABLE
BEGIN
// NONE
END
*/
// EXPRESSIONS
STRINGTABLE
BEGIN
// EVENT EDITOR TEXT
M_EXP_GETOBJFV "TMO_TargetObjFV("
M_EXP_GETVEL "TMO_Vel("
M_EXP_GETVELX "TMO_VelX("
M_EXP_GETVELY "TMO_VelY("
M_EXP_GETADDVEL "TMO_AddVel("
M_EXP_GETADDVELX "TMO_AddVelX("
M_EXP_GETADDVELY "TMO_AddVelY("
M_EXP_GETTARGETVEL "TMO_TargetVel("
M_EXP_GETTARGETVELX "TMO_TargetVelX("
M_EXP_GETTARGETVELY "TMO_TargetVelY("
M_EXP_GETFINALVEL "TMO_FinalVel("
M_EXP_GETFINALVELX "TMO_FinalVelX("
M_EXP_GETFINALVELY "TMO_FinalVelY("
M_EXP_GETACCEL "TMO_Accel("
M_EXP_GETDECEL "TMO_Decel("
M_EXP_GETSPD "TMO_MaxSpd("
M_EXP_GETBACKWARDSPD "TMO_MaxBackwardSpd("
M_EXP_GETROTSPD "TMO_MaxRotationSpd("
M_EXP_GETSTRAFESPD "TMO_MaxStrafeSpd("
M_EXP_GETDIR "TMO_MoveDir("
M_EXP_GETREALDIR "TMO_RealDir("
M_EXP_GETMAGNITUDE "TMO_Mag("
M_EXP_GETMVTFACTOR "TMO_MvtFactor("
M_EXP_GETPRECISIONQUALITY "TMO_PrecisionQuality("
M_EXP_GETMOVENCOLLIDESTEPS "TMO_MoveNCollideSteps("
M_EXP_GETPUSHOUTRADIUSSTEP "TMO_PushoutRadiusStep("
M_EXP_GETPUSHOUTMAXRADIUS "TMO_PushoutMaxRadius("
M_EXP_GETPUSHOUTANGLESTEP "TMO_PushoutAngleStep("
M_EXP_GETROTATEANGLEEPSILON "TMO_RotateAngleEpsilon("
M_EXP_GETCOLLISIONBOUNCESTRENGTH "TMO_CollisionBounceStrength("
// PARAMETER TITLE
M_EXP_COMMONFV_P0 "Fixed Value of Target Object (0 for Current Stored Object)"
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED