Jump to content

summon multiple monster in one console command line


Recommended Posts

aloha

long time i found a console command that summons multiple monsters

in youtube

 

time pass 

looking for it again

cant find it

anyone knows that command?

Share this post


Link to post

@Yapersia

 

 

Quote

https://zdoom.org/wiki/Classes

 

Every type of actor (enemies, projectiles, item pickups, obstacles, special effects...) in ZDoom is called a class. For the purpose of this article, a class can be thought of as a way of grouping all the properties of an object under a single name. ZDoom defines all the classes needed for each of the supported game, and as long as the needed graphics and sounds are provided they can all be used in any game.

Normally, objects are placed on a map using either the thing numbers in a level editor, or using the SpawnID in an ACS script. However, each game supported by ZDoom has conflicting thing numbers, so to facilitate spawning objects from other games, the Spawn and SpawnSpot ACS commands were created. To place actors from another game directly in the map editor, you can define spawners that will have a non-conflicting editor number and drop the wanted actor.

 

You can also spawn classes manually while playing, via the Summon console command.

 

Also, https://forum.zdoom.org/viewtopic.php?p=269825&sid=a3bb07104055bb03cfba90c0c8fe2ca4#p269825

 

I also assume you'd just type in the console window something like :

 

summon imp demon revenant

 

etc...

Edited by Master O

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...