.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   Can't see a Flying Banner with Stripper2 (http://forums.bots-united.com/showthread.php?t=2939)

m00rad 08-11-2004 15:15

Can't see a Flying Banner with Stripper2
 
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:

Code:

[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 21:40

Re: Can't see a Flying Banner with Stripper2
 
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.

Code:

// 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 22:56

Re: Can't see a Flying Banner with Stripper2
 
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 08-11-2004 23:46

Re: Can't see a Flying Banner with Stripper2
 
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 11:08

Re: Can't see a Flying Banner with Stripper2
 
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?


All times are GMT +2. The time now is 21:08.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.