-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBeelzebubTools.ms
More file actions
62 lines (48 loc) · 1.43 KB
/
Copy pathBeelzebubTools.ms
File metadata and controls
62 lines (48 loc) · 1.43 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
fileIn "CRToolsSettings.ms"
fileIn "CRFormHelpers.ms"
fileIn "CRRollouts.ms"
fileIn "CRAttributes.ms"
fileIn "CRStructs.ms"
--if PrintMeshScript== undefined then
--(
filein "CRHelpsFunctions.ms"
--)
--fileIn "CRHelpsFunctions.ms"
fileIn "CRSkeletalAnimation.ms"
filein "CRRenderUIAssets.ms"
filein "CRLights.ms"
fileIn "CRHierarchyTools.ms"
fileIn "CRPlugins.ms"
fileIn "CRCarTools.ms"
fileIn "CRMaterialTools.ms"
fileIn "CRAccessory.ms"
fileIn "CRExport.ms"
fileIn "CRExport_car.ms"
fileIn "CRExport_level.ms"
fileIn "CRImport.ms"
fileIn "CRImport_Car.ms"
fileIn "CRImport_Level.ms"
fileIn "CRImport_Peds.ms"
fileIn "CRImportRBA.ms"
filein "CRLights.ms"
fileIn "CRWheelTools.ms"
fileIn "CRLevelTools.ms"
fileIn "C1Mobile_Scripts.ms"
fileIn "CRToolsUI.ms"
/*
crToolsFloater = newrolloutfloater "Carmageddon: Reincarnation Tools" 300 400
AddRollout carma_reincarnation_exporter crToolsFloater
AddRollout carma_reincarnation_import crToolsFloater
AddRollout carma_reincarnation_export crToolsFloater
AddRollout carma_reincarnation_about crToolsFloater
-- */
--try(CloseUI())catch()
if DisableWindowsGhostingApplied != true then (
DisableWindowsGhostingApplied = true
DisableWindowsGhosting = DisableProcessWindowsGhosting()
)
if DisableWindowsGhosting != null then
DisableWindowsGhosting.DisableProcessWindowsGhosting()
uiForm = CreateUI()
--createDialog carma_reincarnation_main
fn pickJointFilter obj = ( classof obj == CarmaHelper_JointHelper )