SKL_2_SKX exporting and SNOW problems
Posted: Tue Dec 18, 2007 8:44 pm
Question 1:
K, I managed to export a sniper rifle model as an .skl and I find out i need this program called: SKL_2_SKX.exe
which I download and try to run. When i start it up it says "myweapon(13) expecting MATERIAL" does anyone know what I should type in the .bat file Or what could be wrong with my weapon model?
I made the model using 3dsMax and Exported it using Milkshape.
What I typed in the bat file was:
I hope I get this straitened out..
Question 2:
Im making a map and what I need is snow to be falling from the sky. I followed the tutorial posted on this site https://map.moh-central.net/t.php?id=44
but it still doesn't work.
Heres my .scr (Im running MOH:AA)
For my map I made the brushes selected the "common>rain" texture and then selected "func>rain".
I need help plz. thx.
K, I managed to export a sniper rifle model as an .skl and I find out i need this program called: SKL_2_SKX.exe
which I download and try to run. When i start it up it says "myweapon(13) expecting MATERIAL" does anyone know what I should type in the .bat file Or what could be wrong with my weapon model?
I made the model using 3dsMax and Exported it using Milkshape.
What I typed in the bat file was:
Code: Select all
"F:\MilkShape 3D 1.8.2\skl_2_skx.exe" Sniper -nolod -verbose -newbaseframe -mohaa Question 2:
Im making a map and what I need is snow to be falling from the sky. I followed the tutorial posted on this site https://map.moh-central.net/t.php?id=44
but it still doesn't work.
Heres my .scr (Im running MOH:AA)
Code: Select all
level waittill spawn
$player item weapons/colt45.tik
$player ammo rifle 50
$player ammo pistol 70
local.string = getcvar(1.11)
wait 2
// Setup snow parameters
if(local.string[25] == "2")
{
level.rain_speed = "60"
level.rain_speed_vary = "2"
level.rain_length = "2"
level.rain_width = "1"
level.rain_density = "5"
level.rain_slant = "1"
level.rain_min_dist = "768"
level.rain_numshaders = 12
level.rain_shader = "textures/snow"
}
else
{
level.rain_speed = "32"
level.rain_speed_vary = "16"
level.rain_length = "2"
level.rain_width = "1"
level.rain_density = ".8"
level.rain_slant = "250"
level.rain_min_dist = "768"
level.rain_numshaders = 12
level.rain_shader = "textures/snow0"
}
end
I need help plz. thx.