Translate

Search mods

ARE YOU NEW HERE , WELL HELLO THERE!


For all of the beginning modders
and
- grave_lol_reap
&
- KDX42 ( CVAR link )
&
- Asssisingreen500


Handy tools to start.
And 2 important programs I recommend when you are a noob to modding.


Programs
Notepad++

Brute CRC 32


Handy Stuff


Video Tutorial below by SpikedLamb.
_______

_______

Colors

Random Mods

Mod Tutorial


FrozenState's : Mod Tutorial



FrozenState's : Script Optimization



Sunday, May 6, 2012

UPDATED( 2.0 ) Experimenting with Portal mods

I have noticed that "Noclip" can NOT be used on a random button.
You need to find it out yourself, because it changes from PS3 to PS3.
for me, I couldnt use it on "STICK1" and "STICK2" and "DOWN"

here are some very cool mods.


Mods

  • Code:
    "ent_create_portal_weight_box"
    Effect:
    Spawns a Weighted Storage Box where you are looking.
    Example: Bind"STICK1" "ent_create_portal_weight_box"
     _____________________________________________
  • Code:
    "ent_fire !picker skin 1"
    Effect:
    Changes a Weighted Storage Box to a Companion Cube

    Example: Bind"STICK1" "ent_fire !picker skin 1"
     _____________________________________________
  • Code:
    "sv_portal_placement_never_fail 1"
    Effect:
    You can place portal on every surface.

    Example: Bind"STICK1" "sv_portal_placement_never_fail 1"
     _____________________________________________
  • Code:
    "ent_create_portal_metal_sphere"
    Effect:
    Spawns a Bouncing Metal Ball where you are looking.

    Example: Bind"STICK1" "ent_create_portal_metal_sphere"
     _____________________________________________
  • Code:
    "impulse 101"
    Effect:
    Gives you all the weapons from Half Life , also gives you full health and ammo.

    Example: Bind"STICK1" "impulse 101"
     _____________________________________________
  • Code:
    "Buddha"
    Effect:
    Player can take damage but can be killed by an energy ball.

    Example: Bind"STICK1" "Buddha"
     _____________________________________________
  • Code:
    "god"

    Effect:
    Invincibility.

    Example: Bind"STICK1" "god"

     _____________________________________________
  • Code:
    "sv_gravity # "
    Effect:
    Replace # with a number , 600 is normal, 800-900 is iron gravity, 150-200 is moon gravity)

    Example: Bind"STICK1" "sv_gravity # "

     _____________________________________________
  • Code:
    "sv_cheats (1 or 0)"
    Effect:
    sv_cheats 1 is cheats turned on. sv_cheats 0 is cheats turned off.

    Example: Bind"STICK1" "sv_cheats (1 or 0)"
     _____________________________________________
  • Code:
    "mat_wireframe (1,2 or 3)" (Only For Advanced Modding, Not for beginners, trust me)
    Effect:  (effect changes with every number)
    The effect is the Wireframe of the game, the big lines, sometimes you can see through walls.(handy when you are familiar with Wallhacking)

    Example: Bind"STICK1" "mat_wireframe (1,2 or 3)"
     _____________________________________________
  • Code:
    "give_weapon_portalgun"
    Effect:
    gives you the basic portalgun.

    Example: Bind"STICK1" "give_weapon_portalgun"
     _____________________________________________
  • Code:
    "upgrade_portalgun"
    Effect:Gives a portalgun. Used with a basic portalgun: Gices Full portalgun.
    Example: Bind"STICK1" "upgrade_portalgun"

    _______________________________________________

    I have a lot more but im not sure if they work for everyone. Just ask me if you are Curious.

No comments: