Ulysses Stuff > Releases

Uppl -- Ulysses Per Prop Limit. Restrict specified props to a certain number!

<< < (2/28) > >>

atomicspark:

--- Quote from: Megiddo on June 02, 2007, 12:34:17 PM ----snip-

--- End quote ---

You forgot a value for citadel. You'll get the "You need at least two arguments for this command." error.

So change

--- Code: ---uppl_add models/props_combine/combine_citadel001.mdl
--- End code ---

To

--- Code: ---uppl_add models/props_combine/combine_citadel001.mdl 1
--- End code ---

Megiddo:
Fixed. Thanks!

Chironex:
I haven't tested it yet, but this look awesome. I hope it works! No more people crashing our server with huge/annoying props :)

Thanks.

But i have one question : where to find server.cfg? do you mean server_cfg.txt , from the garrysmod/cfg folder ??

atomicspark:
I have been working all day testing which props cause enough lag to bring the server to a standstill. This includes collisions, physics, and props that spawn inside itself. This does not include props that give major fps lag or just plain messy props. I'll update this list after I finish each section.

Todo: CS and DoD.


--- Code: ---// Useful Construction Props
uppl_add "models\cranes\crane_frame.mdl" 10
uppl_add "models\props_c17\bench01a.mdl" 10
uppl_add "models\props_c17\chair02a.mdl" 10
uppl_add "models\props_c17\fountain_01.mdl" 10
uppl_add "models\props_c17\furniturechair001a.mdl" 10
uppl_add "models\props_c17\furnituredrawer002a.mdl" 10
uppl_add "models\props_c17\furniturefireplace001a.mdl" 10
uppl_add "models\props_c17\furnituretable003a.mdl" 10
uppl_add "models\props_c17\furnituretoilet001a.mdl" 10
uppl_add "models\props_c17\gate_door01a.mdl" 10
uppl_add "models\props_c17\gate_door02a.mdl" 10
uppl_add "models\props_c17\gravestone_statue001a.mdl" 10
uppl_add "models\props_c17\lampshade001a.mdl" 10
uppl_add "models\props_c17\lockers001a.mdl" 10
uppl_add "models\props_c17\metalladder001.mdl" 10
uppl_add "models\props_c17\pulleyhook01.mdl" 10
uppl_add "models\props_c17\utilitypole01a.mdl" 10
uppl_add "models\props_c17\utilitypole01b.mdl" 10
uppl_add "models\props_c17\utilitypole01d.mdl" 10
uppl_add "models\props_c17\utilitypole02b.mdl" 10
uppl_add "models\props_c17\utilitypole03a.mdl" 10
uppl_add "models\props_canal\canal_bridge01.mdl" 10
uppl_add "models\props_canal\canal_bridge02.mdl" 10
uppl_add "models\props_canal\canal_bridge03a.mdl" 10
uppl_add "models\props_canal\canal_bridge03b.mdl" 10
uppl_add "models\props_canal\canal_cap001.mdl" 10
uppl_add "models\props_interiors\furniture_chair01a.mdl" 10
uppl_add "models\props_interiors\furniture_shelf01a.mdl" 10
uppl_add "models\props_interiors\furniture_vanity01a.mdl" 10
uppl_add "models\props_junk\pushcart01a.mdl" 10
uppl_add "models\props_junk\trashdumpster02.mdl" 10
uppl_add "models\props_trainstation\mount_connection001a.mdl" 10
uppl_add "models\props_trainstation\pole_448connection001a.mdl" 10
uppl_add "models\props_trainstation\pole_448connection002b.mdl" 10
uppl_add "models\props_wasteland\coolingtank02.mdl" 10
uppl_add "models\props_wasteland\horizontalcoolingtank04.mdl" 10
uppl_add "models\props_wasteland\kitchen_fridge001a.mdl" 10
uppl_add "models\props_wasteland\laundry_cart001.mdl" 10
uppl_add "models\props_wasteland\prison_celldoor001b.mdl" 10

// Useful Comic Props
uppl_add "models\props_c17\bench01a.mdl" 10
uppl_add "models\props_c17\chair_kleiner03a.mdl" 10
uppl_add "models\props_c17\chair_stool01a.mdl" 10
uppl_add "models\props_c17\furnituretoilet001a.mdl" 10
uppl_add "models\props_c17\playground_carousel01.mdl" 10
uppl_add "models\props_c17\playground_jungle_gym01a.mdl" 10
uppl_add "models\props_c17\playground_swingset01.mdl" 10
uppl_add "models\props_c17\playgroundslide01.mdl" 10
uppl_add "models\props_c17\statue_horse.mdl" 10
uppl_add "models\props_combine\combine_monitorbay.mdl" 10
uppl_add "models\props_combine\combinethumper001a.mdl" 10
uppl_add "models\props_combine\combinethumper002.mdl" 10
uppl_add "models\props_combine\combinetower001.mdl" 10
uppl_add "models\props_interiors\furniture_chair01a.mdl" 10
uppl_add "models\props_interiors\furniture_shelf01a.mdl" 10
uppl_add "models\props_interiors\furniture_vanity01a.mdl" 10
uppl_add "models\props_junk\plasticcrate01a.mdl" 10
uppl_add "models\props_lab\kennel_physics.mdl" 10
uppl_add "models\props_lab\reciever_cart.mdl" 10
uppl_add "models\props_lab\securitybank.mdl" 10
uppl_add "models\props_lab\servers.mdl" 10
uppl_add "models\props_lab\workspace001.mdl" 10
uppl_add "models\props_lab\workspace002.mdl" 10
uppl_add "models\props_lab\workspace003.mdl" 10
uppl_add "models\props_lab\workspace004.mdl" 10
uppl_add "models\props_trainstation\payphone001a.mdl" 10
uppl_add "models\props_trainstation\traincar_seats001.mdl" 10
uppl_add "models\props_vehicles\carparts_axel01a.mdl" 10

// HL2 Vehicles
uppl_add "models\combine_helicopter.mdl" 10
uppl_add "models\props_trainstation\train005.mdl" 10
uppl_add "models\props_trainstation\train002.mdl" 10
uppl_add "models\props_vehicles\tanker001a.mdl" 10

//Special Effects
uppl_add "models\props_foliage\oak_tree01.mdl" 10
uppl_add "models\props_foliage\tree_deciduous_01a.mdl" 10
uppl_add "models\props_foliage\tree_deciduous_02a.mdl" 10
--- End code ---

Megiddo:
Good list! Nothing from PHX or GMOW3?

Also, I'm planning on making an anti-spammer in the next version. My idea is to ignore dupes and stacks and only make it work for direct spawning. (Yah I realize this is sorta cheezy but I really don't see a way to make it effective on stacks and dupes)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version