List of entities to spawn?Solved
Zugzwang
Very useful. Only thing is it doesn't list that which can be spawned as an item a player could pick up. Got a link for that?
JackReigns
Very useful. Only thing is it doesn't list that which can be spawned as an item a player could pick up. Got a link for that?
I don't know of any such list. But you can see what components are part of each entity. For example, all the electrical stuff has IOEntity, etc. So that's one way to narrow things down.
JackReigns
Very useful. Only thing is it doesn't list that which can be spawned as an item a player could pick up. Got a link for that?
You should create item and then drop it to ground like:
item.Drop(bla bla bla); JackReigns
How would you create multiple items inside an item? For instance, "entity.spawnitem ammo.rifle" only spawns with 1 bullet in it. How would I do it to give 40 bullets in it?
Using plugins
Orange
Using plugins
There's absolutely no way without a plugin?
JackReigns
There's absolutely no way without a plugin?
I don't know, but whats the problem for having special plugin for that?
Orange
I don't know, but whats the problem for having special plugin for that?
Not a problem, but not looking for a plugin to do it. Looking for a server command/option.
JackReigns
Not a problem, but not looking for a plugin to do it. Looking for a server command/option.
Making plugin is simpler, faster, and proper solution. Command always can be removed, etc
Orange
Making plugin is simpler, faster, and proper solution. Command always can be removed, etc
Again... not looking for a plugin to do it. Looking for a console command. Thanks.