Recent content by CandyCaine151

  1. CandyCaine151

    Custom Skin Colors : Starter Guide

    For some reason I can't tell if this is LUA or SOC :lol:
  2. CandyCaine151

    need help on Custom HUD :c

    Me casually trying to figure out how to make this script show a custom sprite instead of "Hello!":
  3. CandyCaine151

    need help on Custom HUD :c

    You know how to make a custom HUD?!?!?!?!
  4. CandyCaine151

    A non-LUA player asks questions at your local SRB2

    I have a script (credit to Shock for it) that allows me to shoot a gun my character is equipped with and I have some questions related to the script. addHook("ThinkFrame", do for player in players.iterate if player.mo and player.mo.skin == "bob" if not (player.mo.fire)...
  5. CandyCaine151

    Super custom character question

    simply I have a script that allows my custom character to shoot it's gun (credit to Shock for the script) but I have to press it for 1 bullet. But in super form I want it to be like a minigun (for some reason) so I ask, how do I make that happen? addHook("ThinkFrame", do for player in...
  6. CandyCaine151

    I need help giving custom color to custom character

    After reading the tutorial I found out how to also change the character's color into your custom color. All you have to do is change the prefcolor or Supercolor into the name of your custom color (make sure the custom color is part of your custom character mod as a lua)
  7. CandyCaine151

    I need help giving custom color to custom character

    I am trying to figure out how to give my custom character a custom color but I don't know how to actually do that
  8. CandyCaine151

    I have several questions on modding?

    If you want to make a custom color for multiplayer just get a txt file and copy this text freeslot("SKINCOLOR_OREO") skincolors[SKINCOLOR_OREO] = { name = "Oreo", ramp = {0,1,2,3,4,5,24,25,26,27,28,28,28,28,28,28}, invcolor = SKINCOLOR_WHITE, invshade = 9, chatcolor =...
Back
Top