Skip to content

Commit 53ed6af

Browse files
Added files
0 parents  commit 53ed6af

File tree

7,982 files changed

+675671
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,982 files changed

+675671
-0
lines changed

Configrc.prc

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# want-tk 1
2+
# want-directtools 1
3+
# level-editor-hoods TT
4+
level-editor-hoods TT DD DG MM BR DL PA
5+
style-path-prefix /i
6+
7+
#load-display pandadx8
8+
load-display pandagl
9+
stencil-bits 8
10+
framebuffer-alpha 1
11+
alpha-bits 8
12+
13+
framebuffer-multisample 1
14+
multisamples 8
15+
16+
chan-config-sanity-check #f
17+
multipass-viz none
18+
win-width 800
19+
win-height 600
20+
fullscreen 0
21+
sync-video #f
22+
23+
# Configrc for running the Robot Toon Manager
24+
25+
# THESE LINES ALLOW YOU TO USE DOWNLOAD MODELS INSTEAD OF TTMODELS
26+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_3.mf /tt 0
27+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_3.5.mf /tt 0
28+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_4.mf /tt 0
29+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_5.mf /tt 0
30+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_5.5.mf /tt 0
31+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_6.mf /tt 0
32+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_7.mf /tt 0
33+
vfs-mount /c/Program Files/Disney/Disney Online/Toontown/phase_8.mf /tt 0
34+
35+
# Use local copy of ttmodels
36+
model-path .
37+
plugin-path .
38+
dna-directory .
39+
# Putting this line after ttmodels means models will be read from here first
40+
# model-path /tt
41+
model-path $DMODELS
42+
sound-path .
43+
dna-preload phase_4/dna/storage.dna
44+
default-model-extension .bam
45+
46+
load-file-type toontown
47+
48+
window-title Toontown
49+
50+
merge-lod-bundles 0
51+
compress-channels #t
52+
text-encoding utf8
53+
54+
# We must currently set this to avoid messing up some of
55+
# the suits' faces.
56+
egg-retesselate-coplanar #f
57+
58+
59+
# Custom ObjectTypes for Toontown.
60+
# "barrier" means a vertical wall, with bitmask 0x01
61+
# "floor" means a horizontal floor, with bitmask 0x02
62+
# "camera-collide" means things that the camera should avoid, with bitmask 0x04
63+
egg-object-type-barrier <Scalar> collide-mask { 0x01 } <Collide> { Polyset descend }
64+
egg-object-type-trigger <Scalar> collide-mask { 0x01 } <Collide> { Polyset descend intangible }
65+
egg-object-type-sphere <Scalar> collide-mask { 0x01 } <Collide> { Sphere descend }
66+
egg-object-type-trigger-sphere <Scalar> collide-mask { 0x01 } <Collide> { Sphere descend intangible }
67+
egg-object-type-floor <Scalar> collide-mask { 0x02 } <Collide> { Polyset descend }
68+
egg-object-type-camera-collide <Scalar> collide-mask { 0x04 } <Collide> { Polyset descend }
69+
egg-object-type-camera-collide-sphere <Scalar> collide-mask { 0x04 } <Collide> { Sphere descend }
70+
egg-object-type-camera-barrier <Scalar> collide-mask { 0x05 } <Collide> { Polyset descend }
71+
egg-object-type-camera-barrier-sphere <Scalar> collide-mask { 0x05 } <Collide> { Sphere descend }
72+
73+
# The modelers occasionally put <ObjectType> { model } instead of
74+
# <Model> { 1 }. Let's be accommodating.
75+
egg-object-type-model <Model> { 1 }
76+
egg-object-type-dcs <DCS> { 1 }
77+
78+
# Define a "shadow" object type, so we can render all shadows in their
79+
# own bin and have them not fight with each other (or with other
80+
# transparent geometry).
81+
egg-object-type-shadow <Scalar> bin { shadow } <Scalar> alpha { blend-no-occlude }
82+
cull-bin shadow 15 unsorted
83+
84+
# We still need this off for now.
85+
temp-hpr-fix 0
86+
87+
# The ID of the server that we are compatible with
88+
server-version sv1.0.14
89+
90+
91+
notify-level-chan error
92+
93+

0 commit comments

Comments
 (0)