Subversion Repositories duke3d_hrp

Compare Revisions

Ignore whitespace Rev 411 → Rev 412

/installer/hrp_extract.sh
1,6 → 1,6
#!/bin/sh
 
# Duke Nukem 3D High Resolution Pack Extractor v0.4.2 2012-10-19
# Duke Nukem 3D High Resolution Pack Extractor v0.4.3 2012-11-06
#
# Author: LeoD
# License: ISC license : http://opensource.org/licenses/isc-license.txt
20,6 → 20,7
SET_VERSION=YES # [YES|NO]
EXTRACT_COMMENTED_FILES=NO # [YES|NO]
DUKEPLUS_POLYMOST_COMPATIBILTY_APPROACH=polymost # [none|polymost|polymer|mixed]
ATTRITION_POLYMOST_COMPATIBILTY_APPROACH=polymost # [none|polymost|polymer|mixed]
 
ask()
{
295,9 → 296,9
} # create_polymost_mhk()
 
 
# I really don't know yet if this will become necessary, or if it doesn't make
# I really don't know yet if this will become necessary, or if it does make
# sense at all, but at least the files involved are listed.
dukeplus_polymost_compatibility()
dukeplus_polymost_hrp_compatibility()
{
# dukeplus.def expects some files to be present in the HRP
#
335,7 → 336,7
 
case "$PATCHTYPE" in
polymer)
echo " # Using \"Polymer approach\")"
echo " # (Using \"Polymer approach\")"
cp -pi $SPR/firstperson/2510_devastator.md3 "$SPRE/firstperson"
cp -pi $SPR/firstperson/2510_devastator.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/2510_devastator_s.png "$SPRE/firstperson"
352,7 → 353,7
cp -pi $SPR/firstperson/duke_hand_s.png "$SPRE/firstperson"
;;
polymost)
echo " # Using (\"Polymost approach\")"
echo " # (Using \"Polymost approach\")"
#cp -pi $SPR/firstperson_polymost/2510_devastator.md3 "$SPRE/firstperson"
#cp -pi $SPR/firstperson_polymost/2510_devastator.png "$SPRE/firstperson"
##cp -pi $SPR/firstperson/2510_devastator_s.png "$SPRE/firstperson"
369,7 → 370,7
#cp -pi $SPR/firstperson/duke_hand_s.png "$SPRE/firstperson"
;;
mixed)
echo " # Using (\"Mixed approach\")"
echo " # (Using \"Mixed approach\")"
echo " # Not applied / Not yet implemented"
;;
none)
381,9 → 382,66
;;
esac
 
} # dukeplus_polymost_compatibility()
} # dukeplus_polymost_hrp_compatibility()
 
 
attrition_polymost_hrp_compatibility()
{
# attr_hrp.def expects some files to be present in the HRP
#
# model "highres/sprites/firstperson/2524_pistol.md3" { // most/mer : same MD3 + same skin til r295
# skin { pal 0 file "highres/sprites/firstperson/2524_pistol.png" } // up to DP2.30 DNE/IMP only
# glow { file "highres/sprites/firstperson/2524_pistol_g.png" } // up to DP2.30 DNE/IMP only
 
SPR="highres/sprites"
SPRE="${EXTRACTDIR}/highres/sprites"
PATCHTYPE=$1
 
case "$PATCHTYPE" in
polymer)
echo " # (Using \"Polymer approach\")"
;;
polymost)
echo " # (Using \"Polymost approach\")"
cp -piu $SPR/firstperson_polymost/2524_pistol.md3 "$SPRE/firstperson"
cp -pi $SPR/firstperson_polymost/2524_pistol.png "$SPRE/firstperson"
cp -pi $SPR/firstperson_polymost/2524_pistol_g.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/2530_clip.md3 "$SPRE/firstperson"
#cp -pi $SPR/firstperson/2532_cliphand.md3 "$SPRE/firstperson"
##cp -pi $SPR/firstperson/2532_cliphand.png "$SPRE/firstperson"
#cp -pi $SPR/firstperson/duke_hand_d.png "$SPRE/firstperson/2532_cliphand.png"
;;
mixed)
echo " # (Using \"Mixed approach\")"
cp -piu $SPR/firstperson_polymost/2524_pistol.md3 "$SPRE/firstperson"
cp -pi $SPR/firstperson_polymost/2524_pistol.png "$SPRE/firstperson"
cp -pi $SPR/firstperson_polymost/2524_pistol_g.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/2530_clip.md3 "$SPRE/firstperson"
#cp -pi $SPR/firstperson/2532_cliphand.md3 "$SPRE/firstperson"
##cp -pi $SPR/firstperson/2532_cliphand.png "$SPRE/firstperson"
#cp -pi $SPR/firstperson/duke_hand_d.png "$SPRE/firstperson/2532_cliphand.png"
cp -pi $SPR/firstperson/2544_rpg.md3 "$SPRE/firstperson"
cp -pi $SPR/firstperson/2544_rpg_d.png "$SPRE/firstperson/2544_rpg.png"
cp -pi $SPR/firstperson/2544_rpg_n.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/2544_rpg_s.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/duke_hand_d.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/duke_hand_n.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/duke_hand_s.png "$SPRE/firstperson"
cp -pi $SPR/firstperson/muzzle_flash_01.png "$SPRE/firstperson"
cp -pi highres/common/transp.png "${EXTRACTDIR}/highres/common"
;;
none)
echo " Not applied"
#echo " # Not yet implemented"
;;
*)
echo " # Bad parameter"
;;
esac
 
} # attrition_polymost_hrp_compatibility()
 
 
parse_defs()
{
echo "$1"
516,7 → 574,10
create_polymost_mhk
 
echo "### DukePlus<>Polymost HRP compatibility patch ... ###"
dukeplus_polymost_compatibility $DUKEPLUS_POLYMOST_COMPATIBILTY_APPROACH
dukeplus_polymost_hrp_compatibility $DUKEPLUS_POLYMOST_COMPATIBILTY_APPROACH
 
echo "### Attrition<>Polymost HRP compatibility patch ... ###"
attrition_polymost_hrp_compatibility $ATTRITION_POLYMOST_COMPATIBILTY_APPROACH
fi
 
echo "### Parsing DEF file hierarchy ... ###"
/E2L10.mhk
153,4 → 153,4
light 76 256 7168 -117760 3000 0 255 0 0 0 1536 -1 0 0 0 -1
light 76 2048 5184 -116736 3000 0 255 0 0 0 1536 -1 0 0 0 -1
light 76 4160 7104 -114688 3000 0 255 0 0 0 1536 -1 0 0 0 -1
light 40 -5888 14976 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1
light 40 -5888 14976 -31744 5000 225 235 255 0 0 1536 -1 0 0 0 -1
/E2L11.mhk
107,4 → 107,4
light 158 7680 37888 -59136 2500 255 0 0 0 0 1536 -1 0 0 0 -1
light 189 5632 51968 -33792 2500 255 255 0 0 0 1536 -1 0 0 0 -1
light 158 3712 37888 -53248 2500 255 0 0 0 0 1536 -1 0 0 0 -1
light 178 5632 47744 -43008 3000 30 30 30 0 0 1536 -1 0 0 0 -1
light 178 5632 47744 -43008 3000 30 30 30 0 0 1536 -1 0 0 0 -1
/E4L10.mhk
237,4 → 237,4
light 619 31947 26248 6144 1500 11 51 255 0 0 1536 -1 0 0 0 -1
light 630 46848 39936 1024 1500 1 41 255 0 0 1536 -1 0 0 0 -1
light 458 -20676 14221 -2304 3200 65 41 11 0 0 1536 9 0 0 0 -1
light 299 20482 1879 -9088 3500 41 91 131 0 0 1536 9 0 0 0 -1
light 299 20482 1879 -9088 3500 41 91 131 0 0 1536 9 0 0 0 -1
/E4L11.mhk
262,4 → 262,4
light 60 -19757 8846 16128 1400 180 150 170 0 0 1536 -1 0 0 0 -1
light 516 -23586 9633 17280 2000 130 160 175 0 0 1536 -11 0 0 0 -1
light 39 -24718 12667 9785 1400 101 101 101 0 0 1536 -11 0 0 0 -1
light 357 -43264 19072 -41984 6700 145 145 145 256 192 130 99 0 0 0 -1
light 357 -43264 19072 -41984 6700 145 145 145 256 192 130 99 0 0 0 -1
/E1L1.mhk
251,4 → 251,4
light 297 19136 48704 -38912 5000 255 255 255 500 300 1775 100 0 0 0 0
light 302 18752 57216 -18432 500 200 50 0 0 0 0 0 0 0 0 0
light 307 -32256 1280 -297996 30000 25 50 25 0 0 0 0 0 0 0 0
light 307 -23146 19439 -297996 30000 200 250 220 150 140 1390 0 0 0 0 0
light 307 -23146 19439 -297996 30000 200 250 220 150 140 1390 0 0 0 0 0
/E1L2.mhk
371,4 → 371,4
light 151 -3968 11200 -2048 1000 85 85 85 0 0 1536 -1 0 0 0 -1
light 39 -2560 9216 0 1000 85 85 85 0 0 1536 -1 0 0 0 -1
light 42 -1792 12928 -13888 4000 91 81 51 294 220 1536 -20 0 0 0 -1
light 42 -4864 13312 -4736 2500 91 81 51 0 0 1536 -1 0 0 0 -1
light 42 -4864 13312 -4736 2500 91 81 51 0 0 1536 -1 0 0 0 -1
/E2L1.mhk
248,4 → 248,4
light 251 50045 32001 -23040 1500 255 255 255 0 0 512 -1 0 0 0 -1
light 262 51712 33408 -28312 1500 255 255 255 0 0 1536 -1 0 0 0 -1
light 258 51712 32064 -28084 1500 255 255 255 0 0 1536 -1 0 0 0 -1
*/
*/
/E3L1.mhk
220,4 → 220,4
light 35 35008 -34432 -36864 500 225 225 255 0 0 1536 -1 0 0 4 -1
light 35 35008 -33344 -36864 500 225 225 255 0 0 1536 -1 0 0 4 -1
light 31 35008 -32128 -36864 500 225 225 255 0 0 1536 -1 0 0 4 -1
light 37 32704 -31936 -36864 500 225 225 255 0 0 1536 -1 0 0 4 -1
light 37 32704 -31936 -36864 500 225 225 255 0 0 1536 -1 0 0 4 -1
/E1L3.mhk
401,4 → 401,4
light 31 41728 24192 -40704 4000 255 255 255 140 105 768 55 0 0 0 -1
light 429 23808 46848 0 7000 111 121 1 256 192 512 -1 0 0 0 -1
light 265 47744 29824 6450 2500 30 30 25 0 0 1536 -1 0 0 0 -1
light 320 24064 37376 8192 4000 171 161 141 172 129 0 30 0 0 0 -1
light 320 24064 37376 8192 4000 171 161 141 172 129 0 30 0 0 0 -1
/E2L2.mhk
186,7 → 186,8
light 162 46784 -23168 -35840 1100 255 235 225 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 184 39567 -41287 -25744 5400 255 255 255 0 0 1408 -1 0 0 0 -1
/*
light 184 39567 -41287 -25744 5400 255 255 255 0 0 1408 -1 0 0 0 -1
light 158 46752 -27099 -44544 900 255 255 255 0 0 1536 -1 0 0 0 -1
light 75 46709 -20523 -41728 900 255 255 255 0 0 1536 -1 0 0 0 -1
light 159 46674 -27265 -45312 900 255 255 255 0 0 1536 -1 0 0 0 -1
219,4 → 220,5
light 245 30723 -31296 -72320 2000 45 41 255 0 0 1536 -1 0 0 0 -1
light 245 34687 -29407 -65664 700 145 155 255 0 0 1536 -1 0 0 0 -1
light 249 28347 -19282 -55882 1300 255 255 1 0 0 1536 -1 0 0 0 -1
light 127 27136 -19200 -53472 900 255 255 255 0 0 1536 -1 0 0 0 -1*/
light 127 27136 -19200 -53472 900 255 255 255 0 0 1536 -1 0 0 0 -1
*/
/E2L3.mhk
321,7 → 321,8
light 220 35328 43008 -39168 2200 115 115 115 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/* light 310 29153 44461 -104704 900 255 255 255 0 0 1536 -1 0 0 0 -1
/*
light 310 29153 44461 -104704 900 255 255 255 0 0 1536 -1 0 0 0 -1
light 399 29184 46848 -95616 900 255 11 1 0 0 1536 -1 0 0 0 -1
light 312 29298 44096 -106368 1700 255 255 255 0 0 1536 -1 0 0 0 -1
light 417 25725 37171 -108288 1300 255 51 1 0 0 1536 -1 0 0 0 -1
378,4 → 379,5
light 323 8714 30062 -123793 800 175 135 135 0 0 1536 -1 0 0 0 -1
light 322 8822 28417 -111360 700 255 255 255 0 0 1536 -1 0 0 0 -1
light 233 -4133 34931 91392 800 175 135 135 0 0 1536 -1 0 0 0 -1
light 419 29184 5888 -60160 1500 255 175 175 0 0 1536 -1 0 0 0 -1 */
light 419 29184 5888 -60160 1500 255 175 175 0 0 1536 -1 0 0 0 -1
*/
/E1L4.mhk
267,4 → 267,4
light 172 8035 -33932 -113792 2000 191 211 255 0 0 1536 -1 0 0 0 -1
light 184 6341 -34607 -97536 2000 93 91 1 0 0 1536 -1 0 0 0 -1
light 473 27494 -19084 -21376 2000 93 91 1 0 0 1536 -1 0 0 0 -1
light 68 19950 -23922 -79566 8600 11 11 71 0 0 1536 -1 0 0 0 -1
light 68 19950 -23922 -79566 8600 11 11 71 0 0 1536 -1 0 0 0 -1
/E4L1.mhk
260,4 → 260,4
light 448 -16512 30144 45056 1200 216 64 24 0 0 1536 -1 0 0 0 -1
light 195 -15232 27136 45056 1200 216 64 24 0 0 1536 -1 0 0 0 -1
light 197 -15232 29696 45056 1200 216 64 24 0 0 1536 -1 0 0 0 -1
light 353 -21184 28736 8448 1700 56 52 52 0 0 1537 -1 0 0 0 -1
light 353 -21184 28736 8448 1700 56 52 52 0 0 1537 -1 0 0 0 -1
/E3L2.mhk
161,4 → 161,4
light 108 -41536 17408 -73472 900 255 235 225 0 0 854 -1 0 0 0 -1
light 92 5056 22912 5120 900 255 235 225 0 0 1536 -1 0 0 0 -1
light 108 -41536 17408 -43776 900 255 235 225 0 0 854 -1 0 0 0 -1
light 108 -41536 17408 -59136 900 255 235 225 0 0 854 -1 0 0 0 -1
light 108 -41536 17408 -59136 900 255 235 225 0 0 854 -1 0 0 0 -1
/E4L2.mhk
468,4 → 468,4
light 378 31872 -8960 -78592 3800 175 175 175 0 0 1536 -500 0 0 0 -1
light 53 28480 11456 -4864 2100 51 51 51 306 229 0 9 0 0 0 -1
light 92 35584 10240 -21248 6400 41 41 41 426 319 0 -500 0 0 0 -1
*/
*/
/E2L4.mhk
270,7 → 270,8
light 257 -2528 14328 -144384 1800 150 175 150 0 0 1536 500 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 294 14592 15360 263424 3000 95 95 95 0 0 1536 -1 0 0 0 -1
/*
light 294 14592 15360 263424 3000 95 95 95 0 0 1536 -1 0 0 0 -1
light 364 12800 11264 260960 900 131 235 131 0 0 1536 -1 0 0 0 -1
light 297 13434 10627 254976 1800 95 185 95 0 0 1536 -1 0 0 0 -1
light 285 8192 4608 262016 4600 95 95 95 0 0 1536 -1 0 0 0 -1
332,4 → 333,5
light 188 57088 -18176 173056 4500 105 105 185 0 0 1536 -1 0 0 0 -1
light 188 57088 -18176 161792 1500 105 105 185 0 0 1536 -1 0 0 0 -1
light 188 57088 -15616 173056 4500 105 105 185 0 0 1536 -1 0 0 0 -1
light 188 57088 -15616 161792 1500 105 105 185 0 0 1536 -1 0 0 0 -1*/
light 188 57088 -15616 161792 1500 105 105 185 0 0 1536 -1 0 0 0 -1
*/
/E1L5.mhk
276,4 → 276,4
light 195 23936 14336 368694 7000 101 21 1 0 0 1536 159 0 0 0 -1
light 195 15808 17088 340912 7000 21 1 1 0 0 1536 159 0 0 0 -1
light 372 29339 11432 474386 3100 255 41 1 0 0 1536 159 0 0 0 -1
light 170 59790 26042 -56064 3000 251 251 201 348 261 1152 -140 0 0 0 -1
light 170 59790 26042 -56064 3000 251 251 201 348 261 1152 -140 0 0 0 -1
/E3L3.mhk
191,4 → 191,4
light 138 -10608 -34992 550912 4000 60 60 255 0 0 1536 -1 0 0 0 -1
light 170 -17792 -32896 525312 2500 60 60 255 0 0 1536 -1 0 0 0 -1
light 229 34064 -47744 103680 2200 255 235 225 340 255 0 70 0 0 0 -1
light 180 37888 -20736 37888 700 255 235 225 0 0 1536 -1 0 0 0 -1
light 180 37888 -20736 37888 700 255 235 225 0 0 1536 -1 0 0 0 -1
/E4L3.mhk
264,4 → 264,4
light 156 -4896 32800 -44483 2400 35 35 35 0 0 1536 -1 0 0 0 -1
light 165 -17632 34240 -40704 3100 105 105 105 416 312 1536 -500 0 0 0 -1
light 224 -13952 3072 -61184 4000 255 255 255 338 253 1024 -151 0 0 0 -1
light 281 -39680 6144 -52224 3800 255 255 255 412 309 1024 -420 0 0 0 -1
light 281 -39680 6144 -52224 3800 255 255 255 412 309 1024 -420 0 0 0 -1
/E2L5.mhk
193,7 → 193,8
light 153 56192 -11264 32000 2000 16 38 16 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 187 59648 -11264 20736 1700 175 255 175 0 0 1536 -1 0 0 0 -1
/*
light 187 59648 -11264 20736 1700 175 255 175 0 0 1536 -1 0 0 0 -1
light 172 50184 -9365 11648 500 255 1 1 0 0 1536 -1 0 0 0 -1
light 146 50187 -8575 11520 500 255 1 1 0 0 1536 -1 0 0 0 -1
light 145 50158 -7935 14472 2400 145 145 145 0 0 1536 -1 0 0 0 -1
223,4 → 224,5
light 195 -5129 921 -68608 1600 125 125 125 0 0 1536 -1 0 0 0 -1
light 202 -10367 -2533 -71760 2600 185 185 245 0 0 1536 -1 0 0 0 -1
light 207 12336 44027 -33882 1300 165 255 165 0 0 1536 -1 0 0 0 -1
light 205 12234 39928 -25472 1600 175 175 175 0 0 1536 -1 0 0 0 -1*/
light 205 12234 39928 -25472 1600 175 175 175 0 0 1536 -1 0 0 0 -1
*/
/E1L6.mhk
229,4 → 229,4
light 215 31507 5438 166656 1600 91 101 121 0 0 1536 -1 0 0 0 -1
light 122 15086 9382 -198400 1400 255 255 255 0 0 1536 -1 0 0 0 -1
light 324 11973 20641 -29696 2100 51 51 48 0 0 1536 -1 0 0 0 -1
light 4 23543 44460 11904 4200 151 151 151 328 246 1536 -451 0 0 0 -1
light 4 23543 44460 11904 4200 151 151 151 328 246 1536 -451 0 0 0 -1
/E3L4.mhk
219,4 → 219,4
light 159 43520 -43264 133120 2000 255 235 225 0 0 1536 30 0 0 0 -1
light 195 39584 -57184 -107520 1000 255 235 225 0 0 1536 30 0 0 0 -1
light 14 39424 -53504 -110592 1000 80 255 80 0 0 1536 30 0 0 0 -1
light 216 42496 -50432 -109568 1000 80 255 80 0 0 1536 30 0 0 0 -1
light 216 42496 -50432 -109568 1000 80 255 80 0 0 1536 30 0 0 0 -1
/E4L4.mhk
437,4 → 437,4
light 367 -22528 -14560 -21248 3700 145 145 145 356 267 1536 -401 0 0 0 -1
light 298 9213 8445 -41984 3600 171 171 171 264 198 1280 119 0 0 0 -1
light 354 -4800 -6720 -70400 9700 255 121 67 446 334 256 -121 0 0 0 -1
*/
*/
/E2L6.mhk
212,7 → 212,8
light 321 13888 -12736 -19456 1500 255 255 200 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 242 1536 5888 -33920 3300 95 95 95 0 0 1536 -1 0 0 0 -1
/*
light 242 1536 5888 -33920 3300 95 95 95 0 0 1536 -1 0 0 0 -1
light 201 -2279 -639 9472 500 205 205 205 0 0 1536 -1 0 0 0 -1
light 202 -3355 -702 9344 500 205 205 205 0 0 1536 -1 0 0 0 -1
light 47 1548 888 -13568 1400 165 165 165 0 0 1536 -1 0 0 0 -1
238,4 → 239,5
light 214 16031 -33391 -14720 1200 145 145 145 0 0 1024 -1 0 0 0 -1
light 214 14648 -33407 -15104 1200 145 145 145 0 0 0 -1 0 0 0 -1
light 217 15356 -35138 -18048 1200 145 145 145 0 0 512 -1 0 0 0 -1
light 50 24530 -19433 -7552 2300 125 125 125 0 0 1536 -1 0 0 0 -1*/
light 50 24530 -19433 -7552 2300 125 125 125 0 0 1536 -1 0 0 0 -1
*/
/E1L7.mhk
209,4 → 209,4
light 38 27136 32944 -7168 2500 50 45 40 0 0 1536 -1 0 0 0 -1
light 95 1536 37312 -52224 2000 50 45 40 0 0 1536 -1 0 0 0 -1
light 95 -128 35840 -52224 2000 50 45 40 0 0 1536 -1 0 0 0 -1
light 94 -4800 40256 -52224 2000 50 45 40 0 0 1536 -1 0 0 0 -1
light 94 -4800 40256 -52224 2000 50 45 40 0 0 1536 -1 0 0 0 -1
/E3L5.mhk
164,4 → 164,4
light 14 31488 30384 29696 3000 51 47 45 0 0 1536 -1 0 0 0 -1
light 181 31488 34048 41984 800 255 0 0 0 0 1536 -1 0 0 0 -1
light 200 22528 -512 -3840 1700 0 255 0 0 0 1536 -1 0 0 0 -1
light 171 29504 7232 -54016 12000 255 225 200 268 201 256 40 0 0 2 -1
light 171 29504 7232 -54016 12000 255 225 200 268 201 256 40 0 0 2 -1
/E3L6.mhk
202,4 → 202,4
light 141 34560 -41216 -28416 10000 255 225 235 352 264 1024 -1 0 0 0 -1
light 146 32368 -44708 -28416 10000 255 225 235 138 103 1758 50 0 0 0 -1
light 184 40960 -32128 -14336 5000 100 100 255 0 0 1536 -1 0 0 2 -1
light 108 36864 -51584 -13312 1500 255 225 235 0 0 1536 -1 0 0 0 -1
light 108 36864 -51584 -13312 1500 255 225 235 0 0 1536 -1 0 0 0 -1
/E2L7.mhk
333,7 → 333,8
light 368 1792 17920 -16384 300 255 255 0 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 250 26496 8736 1024 500 165 165 165 0 0 1536 -1 0 0 0 -1
/*
light 250 26496 8736 1024 500 165 165 165 0 0 1536 -1 0 0 0 -1
light 250 26496 10208 1664 500 165 165 165 0 0 1536 -1 0 0 0 -1
light 265 25885 9471 -5888 1000 165 165 165 0 0 1536 -1 0 0 0 -1
light 278 32573 16766 -2560 900 165 165 165 0 0 1536 -1 0 0 0 -1
360,4 → 361,5
light 330 -4928 2336 274740 3300 125 125 125 0 0 1536 -1 0 0 0 -1
light 14 28832 13760 -5324 1200 125 125 125 0 0 1536 -1 0 0 0 -1
light 2 23016 23666 -4812 1000 125 125 125 0 0 1536 -1 0 0 0 -1
light 131 23251 23447 -23680 1300 125 125 125 0 0 1536 -1 0 0 0 -1*/
light 131 23251 23447 -23680 1300 125 125 125 0 0 1536 -1 0 0 0 -1
*/
/E1L8.mhk
71,4 → 71,4
light 0 28800 30848 -21248 5000 200 200 255 256 192 128 -80 0 0 0 -1
light 7 34816 33792 -25600 4000 100 100 255 0 0 1536 -1 0 0 0 -1
light 0 28928 36992 -21248 5000 200 200 255 256 192 1920 -80 0 0 0 -1
light 0 34816 38144 0 2000 200 200 255 0 0 1536 -80 0 0 0 -1
light 0 34816 38144 0 2000 200 200 255 0 0 1536 -80 0 0 0 -1
/E4L5.mhk
315,4 → 315,4
light 326 31616 -20224 107520 600 185 185 185 0 0 1536 -1 0 0 0 -1
light 139 42640 -33792 95232 1000 240 91 37 0 0 1024 109 0 0 0 -1
light 139 42960 -33792 87680 6700 240 91 37 344 258 1024 109 0 0 0 -1
light 132 44032 -23552 72704 11500 255 255 255 326 244 1024 -71 0 0 0 -1
light 132 44032 -23552 72704 11500 255 255 255 326 244 1024 -71 0 0 0 -1
/E3L7.mhk
173,4 → 173,4
light 111 -19456 -21792 -41984 1500 255 225 200 0 0 1536 -1 0 0 0 -1
light 93 -22912 -13824 -66304 18000 255 235 225 322 241 1925 -40 0 0 2 -1
light 195 -35712 -32704 -9984 2300 255 235 225 256 192 510 -40 0 0 2 -1
light 57 -28544 -8384 -66304 12000 255 235 225 316 237 2026 -40 0 0 2 -1
light 57 -28544 -8384 -66304 12000 255 235 225 316 237 2026 -40 0 0 2 -1
/E2L8.mhk
443,7 → 443,8
light 697 22016 -46592 95488 2000 155 155 255 0 0 1536 -1 0 0 0 -1
 
// by Roma Loom (commented out)
/*light 373 -1665 -11148 -31488 1000 125 125 125 0 0 1536 -1 0 0 0 -1
/*
light 373 -1665 -11148 -31488 1000 125 125 125 0 0 1536 -1 0 0 0 -1
light 373 -2943 -11139 -30720 1000 125 125 125 0 0 1536 -1 0 0 0 -1
light 633 3520 -9664 -57292 2900 95 95 95 0 0 1536 -1 0 0 0 -1
light 457 1297 3613 -18124 1000 125 125 125 0 0 512 -1 0 0 0 -1
538,4 → 539,5
light 192 7168 -43008 49460 2800 125 125 125 0 0 1536 -1 0 0 0 -1
light 160 11008 -38400 72448 2500 125 125 125 0 0 1536 -1 0 0 0 -1
light 606 -9216 -23552 -172364 2200 125 125 125 0 0 1536 -1 0 0 0 -1
light 604 7680 -23552 -49664 1900 95 95 95 0 0 1536 -1 0 0 0 -1*/
light 604 7680 -23552 -49664 1900 95 95 95 0 0 1536 -1 0 0 0 -1
*/
/E4L6.mhk
282,4 → 282,4
light 231 60416 39680 12288 1000 195 180 166 0 0 1536 -1 0 0 0 -1
light 231 60416 40704 12288 1000 195 180 166 0 0 1536 -1 0 0 0 -1
light 266 55296 25088 -37632 4900 85 85 85 0 0 1536 -1 0 0 0 -1
light 140 33856 22784 -20480 2800 211 211 211 296 222 0 -361 0 0 0 -1
light 140 33856 22784 -20480 2800 211 211 211 296 222 0 -361 0 0 0 -1
/E3L8.mhk
323,4 → 323,4
light 43 32384 -51584 -45980 500 255 235 225 0 0 1536 -1 0 0 0 -1
light 313 50176 -25344 -48128 2000 0 255 0 0 0 1536 -1 0 0 0 -1
light 285 40032 -25728 -60416 2500 255 0 0 0 0 1536 -1 0 0 0 -1
light 169 42048 -36864 -45056 9000 100 105 127 0 0 256 30 0 0 0 -1
light 169 42048 -36864 -45056 9000 100 105 127 0 0 256 30 0 0 0 -1
/E2L9.mhk
243,7 → 243,8
light 31 19712 36864 -38656 2000 10 10 10 0 0 1536 -1 0 0 2 -1
 
// by Roma Loom (commented out)
/* light 94 40704 13312 19200 1500 155 155 155 0 0 1536 -1 0 0 0 -1
/*
light 94 40704 13312 19200 1500 155 155 155 0 0 1536 -1 0 0 0 -1
light 210 44046 22361 25856 1000 155 255 155 0 0 1536 -1 0 0 0 -1
light 115 34579 30741 18432 1500 155 155 155 0 0 1536 -1 0 0 0 -1
light 138 36096 30720 86272 1500 155 155 155 0 0 1536 -1 0 0 0 -1
275,4 → 276,5
light 188 17212 28125 -19328 1300 185 185 185 0 0 1536 -1 0 0 0 -1
light 177 13545 27075 -9728 2300 65 65 65 0 0 1536 -1 0 0 0 -1
light 6 12856 22482 -5632 2500 85 85 85 0 0 1536 -1 0 0 0 -1
light 183 16917 22521 -12544 1200 175 255 175 0 0 1536 -1 0 0 0 -1 */
light 183 16917 22521 -12544 1200 175 255 175 0 0 1536 -1 0 0 0 -1
*/
/E4L7.mhk
274,4 → 274,4
light 238 35968 -13568 -88064 2300 66 11 1 0 0 1536 -1 0 0 0 -1
light 11 42752 31296 -31488 2800 81 81 81 0 0 1536 -1 0 0 0 -1
light 225 41088 33280 -4096 1500 31 31 31 0 0 1536 -1 0 0 0 -1
light 276 47872 -6336 -97280 3900 255 255 255 422 316 384 -1 0 0 0 -1
light 276 47872 -6336 -97280 3900 255 255 255 422 316 384 -1 0 0 0 -1
/E3L9.mhk
123,4 → 123,4
light 1 11264 42752 -64512 25000 255 216 0 256 192 1536 -1 0 0 0 -1
light 14 33536 40704 -64512 25000 255 216 0 256 192 1280 -1 0 0 0 -1
light 7 11264 25600 4096 8000 255 255 0 0 0 1536 -1 0 0 0 -1
*/
*/
/E4L8.mhk
217,4 → 217,4
light 353 -50688 -1792 22528 14700 37 26 21 0 0 1536 -1 0 0 0 -1
light 353 -23168 24320 -30720 16000 21 21 21 0 0 1536 -1 0 0 0 -1
light 193 31104 -8960 5120 1300 33 35 23 0 0 1536 9 0 0 0 -1
light 23 40704 -36352 -16128 1000 255 206 111 0 0 1536 -1 0 0 0 -1
light 23 40704 -36352 -16128 1000 255 206 111 0 0 1536 -1 0 0 0 -1
/E4L9.mhk
437,4 → 437,4
light 676 -6208 6464 16640 14300 34 21 27 0 0 1536 -1 0 0 0 -1
light 682 -30737 8808 16640 14300 34 21 27 0 0 1536 -1 0 0 0 -1
light 260 -19520 -1024 61696 4386 131 255 233 0 0 1536 -1 0 0 0 -1
light 324 61030 27133 -36864 900 190 201 198 0 0 1536 -1 0 0 0 -1
light 324 61030 27133 -36864 900 190 201 198 0 0 1536 -1 0 0 0 -1
/E3L10.mhk
215,4 → 215,4
light 94 -192 6016 -8192 3500 255 200 100 0 0 1536 -1 0 0 0 -1
light 55 -4928 8192 -22528 3500 225 235 255 0 0 1536 -1 0 0 0 -1
light 56 -5376 16960 -19456 3500 225 235 255 0 0 1536 -1 0 0 0 -1
light 55 3264 16448 -21504 3500 225 235 255 0 0 1536 -1 0 0 0 -1
light 55 3264 16448 -21504 3500 225 235 255 0 0 1536 -1 0 0 0 -1
/E3L11.mhk
163,4 → 163,4
light 75 -39936 5888 -53144 4000 255 235 225 0 0 1536 -50 0 0 0 -1
light 179 -46976 25152 -6144 2000 225 235 255 0 0 1536 60 0 0 0 -1
light 63 -38912 21888 43008 6000 20 20 20 0 0 1536 -1 0 0 0 -1
light 27 -35840 13824 20480 6000 20 20 20 0 0 1536 -1 0 0 0 -1
light 27 -35840 13824 20480 6000 20 20 20 0 0 1536 -1 0 0 0 -1