Author Topic: Invisible stuff  (Read 1272 times)

0 Members and 1 Guest are viewing this topic.

Offline 1010011010

  • Soldier
  • **
  • Posts: 232
Invisible stuff
« on: November 06, 2006, 02:32:45 am »
How do you make your skin invisible without using programs like SSCC? What do you edit to make it like that?

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: Invisible stuff
« Reply #1 on: November 06, 2006, 02:46:26 am »
You edit the gostek files, but then you (and only you, since the mod would be client-side) would not see anybody's head. You simply open up the image for the head in the Gostek-gfx folder (can't remember what the name of it is, though there are some help files there to help you out finding it) and blanking it out with the color 00FF00 (0,255,0).

I can't think of another way, and my apologies if I misunderstood you.

Offline 1010011010

  • Soldier
  • **
  • Posts: 232
Re: Invisible stuff
« Reply #2 on: November 06, 2006, 02:56:00 am »
SSCC changes the skin color for everybody to see. I want to experiment with that stuff, but I don't know how the SSCC does it in the first place.

Offline chrisgbk

  • Inactive Staff
  • Veteran
  • *****
  • Posts: 1739
Re: Invisible stuff
« Reply #3 on: November 06, 2006, 12:20:09 pm »
Convert the integer that is your skin color to hex, and once you figure out which of the 4 bytes controls transparancy, play with that.

Offline Nfsjunkie91

  • Camper
  • ***
  • Posts: 386
  • Just what I needed. A box of sh-t.
Re: Invisible stuff
« Reply #4 on: November 06, 2006, 03:50:34 pm »
#RGBA is the format I believe Soldat uses.
Red Green Blue Alpha

Offline -Vis-

  • Flagrunner
  • ****
  • Posts: 980
  • Zarch
Re: Invisible stuff
« Reply #5 on: November 06, 2006, 08:31:14 pm »
Using a numerical value, the easiest way to make your skin colour invisible without a program is to add 16777216 to the current value.

Pick the colour you want (using paint or whatever).
Write down the red, green, and blue values.
Then calculate (red * 65536) + (green * 256) + blue.
Add 16777216 to the total.

That should give you an invisible skin, that changes to the colour you first picked when you're damaged.

I haven't tested this fully, but it seems to work for me. Try it and let me know. 8)

I always use numerical values, but it may be possible to use another method.
« Last Edit: November 06, 2006, 08:33:58 pm by -Vis- »


Offline 1010011010

  • Soldier
  • **
  • Posts: 232
Re: Invisible stuff
« Reply #6 on: November 06, 2006, 08:41:22 pm »
Ok, thanks.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Invisible stuff
« Reply #7 on: November 06, 2006, 09:05:28 pm »
locked by request from 1010....