PDA

View Full Version : Can't see a Flying Banner with Stripper2


m00rad
08-11-2004, 16:15
Hello dudes,

I have read now a lot bout Stripper2 and it is running on our Server, but i can't see the logo i added to the Map de_dust2

I have a sprit called shila.spr (made with Sprite Wizard)
I have put the sprite in the Stripper2 folder.
Then i made a de_dust2_str.cfg in the Stripper2 folder and added these lines:

[add]
{
classname/env_sprite
PRECACHE_SPRITE(sprites/shila.spr)
frame/1
framerate/2
renderfx/0
rendermode/1
renderamt/255
scale/0.40
spawnflags/1 // SF_SPRITE_STARTON
model/sprites/shila.spr
origin/264.4 -722.4 267.1
}


With Clanmod teleport i watched the coordinates for the Banner and entered in the _str.cfg

But ... nothings working, can someone tell me how to work that thang?

greetz,
m00

BAStumm
08-11-2004, 22:40
code looks wrong and i think you put the file in wrong directory... Below is example code I use. Also be sure to save the sprite file to moddirectory/models/sprites.


// PRECACHE our sprites
PRECACHE_SPRITE(sprites/stflogo.spr)

// LOGO SPRITE BLUE BASE
{
netname/logo
classname/env_sprite
frame/1
framerate/10
rendermode/5
renderamt/255
scale/1.0
spawnflags/1 // SF_SPRITE_STARTON
model/sprites/stflogo.spr
origin/0 -862 -226
angles/180 90 180
}

m00rad
08-11-2004, 23:56
Hey,
thanks for the reply but i just testet your code and it does not work :'(

I have put the sprit into the cstrike/sprites folder, and in the hlds_l/cstrike/models/sprites and in the hlds_l/cstrike/addons/stripper2_plugin folder
nothing, server does not show me the logo.
it even lets me dl the sprite, don't know why

m00

BAStumm
09-11-2004, 00:46
err hmm... my sprite is located in tfc/sprites/stf_log.spr not models/sprites... not sure why I said that. If that no work double check your coordinates, it might be in a wall or something. Just try to put it out in the open in a big open area for test... also check your logs for error like "cant locate file" or something.

m00rad
10-11-2004, 12:08
nope
nothing worked 4 me )-:

i can't see any logo
anyone done this with his cs and has a cfg 4 me?

now i have a log


Error: could not load file chickenrock.wav
Error: could not load file byby.wav
Error: could not load file moin.wav
Error: could not load file sprites/640hud22.spr
Error: could not load file sprites/640hud22.spr

hmm, why dows ne not load?