DoomRL > Modding

Questions about DoomRL's engine and stuff you can do with it

<< < (4/7) > >>

Silhar:
DoomRL : The Roguelike !

UnderAPaleGreySky:

--- Quote from: Silhar on October 08, 2009, 12:45 ---DoomRL : The Roguelike !

--- End quote ---
Thats.. thats... thats genius!

Madtrixr:
My god. Silhar, You savant! That IS brilliant!

Aki:
Can I:

-Remove an enemy type from being spawned on a given challenge
-Block off traits at starttime
-Force the user to pick a certain trait at starttime
-Change the default actiontime of the doomguy for a given challenge
-Make weapons change movespeed/knockback and armour change firetime/reloadtime/ect

How do i handle:

-Forcing certain enemies to spawn
-Creating new enemies
-Making the player spawn with ___ Item

Kornel Kisielewicz:

--- Quote from: Aki on October 11, 2009, 05:49 ----Remove an enemy type from being spawned on a given challenge

--- End quote ---

There is no nice way to do that yet, but there will be.


--- Quote from: Aki on October 11, 2009, 05:49 ----Block off traits at starttime

--- End quote ---
You can delete them from the wad file. Probably there will be a "can pick" callback though.


--- Quote from: Aki on October 11, 2009, 05:49 ----Force the user to pick a certain trait at starttime

--- End quote ---
No idea, but if submitted as a RFE all the above are possible.


--- Quote from: Aki on October 11, 2009, 05:49 ----Change the default actiontime of the doomguy for a given challenge

--- End quote ---
You can't, you can change his general speed however.


--- Quote from: Aki on October 11, 2009, 05:49 ----Make weapons change movespeed/knockback and armour change firetime/reloadtime/ect

--- End quote ---
That is?


--- Quote from: Aki on October 11, 2009, 05:49 ----Forcing certain enemies to spawn

--- End quote ---
If making a special level, you just place them. You can always also call spawn.


--- Quote from: Aki on October 11, 2009, 05:49 ----Creating new enemies

--- End quote ---
Just add their definition somewhere, and assaign a minlev and spawn weight.


--- Quote from: Aki on October 11, 2009, 05:49 ----Making the player spawn with ___ Item

--- End quote ---
OnCreate

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version