DoomRL > Modding

A couple questions

<< < (4/5) > >>

Equality:
and one more: what is "ystairs" purpose? Yellow stairs, just a "down" in game, but you can't descend.

Kornel Kisielewicz:
They're a leftover from the times where I wanted to have dungeon branches. Red stairs would go to special levels, while yellow stairs would change branch.

SPTX:

--- Quote from: Trar on March 29, 2013, 07:00 ---I was also wondering if you can re-name klasses. Thank you in advance.

--- End quote ---
A bit late to the party regarding that, but I just found that you could rename klasses using :

klasses[player.klass].name = "name" -- where player.klass is currently used klass
or replace [player.klass] by ["marine"] ["scout"] ["technician"] respectively.
Doesn't apply until the mod is loaded obviously.

Trar:
Thanks for that, SPTX. This thread is proving to be quite the information source! And Kornel, would it still be possible to implement branches in a mod?

Kornel Kisielewicz:
I guess you could hack that in. Just keep the information on which stairs the player took in player custom properties, and make the generator react accordingly.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version