I got this trainer for GTA3 that allowes activating cheats with just one simple key combination. Like, in GTA3, to make all the cars explode, you have to type bangbangbang. With this trainer TAB+7 will do the same.
The key combination TAB+6 spawns a rhino tank. When holding down TAB+6, tanks spawn quick after eachother. After you spawned some tanks, hold TAB+& to let everything explode, the tanks will bow themself into the sky. After a few seconds, the all come down, creating serious havoc. So cool. Some screenshots:
.bsp - goes in valve/maps - these are the actual playable level files. .mdl - goes in valve/models - model files, like weapon and charachters. .spr - goes in valve.sprites - 2D sprites, like glow's, and beams. .wad - goes in valve - these files contains custom textures.
Can't find it anywhere. There's a dead link on the old Wavelength site, and i cannot find it on the new Wavelength site either. I need it for my ehh... project. I want to change the "Loading" during level changes.
Also, does anybody know how i can change the Half-Life title? Like in the singleplayer mod Azure Sheep. They had a custom title as soon as the first map started. I want to make my own, but i have no idea where that's done. Any ideas?
With Entmod, you can spawn pretty much ANYTHING with this command:
entmod_create (entity) 1
If you type:
entmod_create rpg_rocket 1, a rpg rocket appears and launches immidiately. When bind to a key, you spawn more rpg_rockets right after eachother, creating a powerfull rocket barrage. You can still contoll all the rockets with the laser dot on the rpg launcher.
you can seriously make everybody ph34r you. This will spawn 13 rpg rockets at once, at the same spot. This will cause them to detonate. To prevent that, add the wait command. So your command line should be this:
It will take some time to write all that into the console, but you can also setup an cfg file in your mod directory.
Mine is w00t.cfg. Inside, i have kinds of funny commands like that. All i have to do is type exec w00t.cfg in the console and all commands inside will be executed, including those long commands. Really pwnage!