Re: Dúvidas (novo)
Enviado: Qui Mai 20, 2010 3:39 pm
alguem sabe como desabilita aquela ação do xwe, que reduz a qualidade das imagens ao importalas?
Código: Selecionar todos
ACTOR Flashlight : Weapon 25004
{
+DONTBOB
+NOALERT
+WIMPY_WEAPON
+AXEBLOOD
+WEAPON.NOALERT
Inventory.PickupMessage "You got the Flash Light!"
Inventory.PickupSound "items/pistol"
Weapon.PreferredSkin "DoomGuyFist"
Weapon.SelectionOrder 3500
States
{
Spawn:
FLSH A -1
LOOP
Ready:
D3FG A 1 BRIGHT A_FireBullets(0, 0, 1, 0, "Light")
D3FG A 0 A_WeaponReady
//Goto Ready+8
LOOP
Deselect:
D3FG A 0 A_Lower
D3FG A 1 A_Lower
LOOP
Select:
D3FG A 0 A_Raise
D3FG A 1 A_Raise
LOOP
Fire:
D3FG JMOQS 0 A_PlaySound("weapons/fists")
D3FG T 4 A_CustomPunch(3, 0, 0, "BulletPuff")
D3FG TSRQPONMKJ 1
D3FG A 1
Goto Ready
}
}
ACTOR Light : BulletPuff
{
+NOBLOCKMAP
+NOGRAVITY
+PUFFONACTORS
-ALLOWPARTICLES
+ALWAYSPUFF
States
{
Spawn:
PUFF A 1
Stop
}
}
Código: Selecionar todos
PointLight Flashlight
{
Color 2.0 2.0 2.0
Size 32
}
Object Light
{
Frame PUFFA { Light Flashlight }
}
Código: Selecionar todos
flickerlight BPUFF1
{
color 0.5 0.5 0.0
size 6
secondarySize 8
chance 0.8
}
flickerlight BPUFF2
{
color 0.5 0.5 0.0
size 3
secondarySize 4
chance 0.8
}
object ModdedBulletPuff
{
frame PUFFA { light BPUFF1 }
frame PUFFB { light BPUFF2 }
}