Search

Search

Search for
By user

Posts written by demeesterchef:



Hello people i have a problem, i made a map but i have a slow pc so it's lagging the whole time.
My question: Is there a way to make my map less lagging?.
Maybe changing textures? Help me please
Hi people where do i download new models, for hammer?
because i just downloaded 3.5 and i don't have any models like the crates, couch, computers ect. Can someone please give me a link to where i can download lots of these models?
Truck
Killer-Duck said:
You only need one. You can insert wherever you want as long as it is inside your map.


But what if i only want that 1 team has knifes?
Truck
Mate de Vita said:
demeesterchef said:
With the Give weapons to players on the start, do i need to tie it to a AAATRIGGER?

game_player_equip is a point entity, not a brush entity. So it can't be textured. So no.

EDIT: Damn. KD beats me again.


So.. where do i put the entinity?
Do i need a entinity for each player?
Truck
Mate de Vita said:
eDan Co. said:
Q. How do I change weapons players get/buy?

Disable buying
Create a func_buyzone brush-entity, and place it inside your map in a place inaccessible to players (inside a wall is good). This will remove the buyzones at all spawn areas in the map.

Place weapons on the ground
Create an armoury_entity (point entity) where you want the weapon to be. You can open the armoury_entity's properties to set what weapon will spawn (Item) and how many (Count).

Give weapons to players on start
Create one single game_player_equip for all players in the map. You can set what weapons will be given in the entity's properties, or even make the players spawn with sparks flying around!
Note the more than one weapon of each category can be given at once. e.g. A player can receive AWP, M4A1 and AK47 all at once!


Thank you Down Rodeo for the great inspiration!


With the Give weapons to players on the start, do i need to tie it to a AAATRIGGER?
Truck
Can somone tell me how to create a one way teleporter ?
Truck
I want that the terrorists don't spawn with any weapons excpet for the knife, How can i do that?
Farmboy102 said:
Ok now how can I make a turnable wheel valve that one you turn it steam comes out of a pipe that activates a trigger hurt witch doesn't stop untill you turn the wheel back. I tried before but when I turn the wheel my while map rotates. ( Funny and weird I know...)


How did you let your map turn around? Can you tell it to me?