[SVN 2714] Creating dwarves doesn't work

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
complexityQuantifier
Higher
Posts: 56
Joined: Sun Jan 16, 2011 2:52 pm

[SVN 2714] Creating dwarves doesn't work

#1 Post by complexityQuantifier »

Creating new characters who are dwarves doesn't work in the latest SVN. (It looks like it actually stopped working several versions ago.). The level is just black. stdout below:

[BIRTH] Applying descriptor base
[BIRTH] Applying descriptor Roguelike
[BIRTH] Applying descriptor Maj'Eyal
[BIRTH] Applying descriptor Dwarf
[BIRTH] Applying descriptor Dwarf
[BIRTH] Applying descriptor Female
[BIRTH] Applying descriptor Rogue
[BIRTH] Applying descriptor Shadowblade
Lua Error: /engine/Zone.lua:452: cannot open /data/zones/reknor-escape/zone.lua: No such file or directory
At [C]:-1
At [C]:-1 error
At /engine/Zone.lua:452 load
At /engine/Zone.lua:54 init
At /engine/class.lua:38 new
At /mod/class/Game.lua:453 changeLevel
At /mod/class/Game.lua:189 at_end
At /engine/Birther.lua:255 next
At /engine/Birther.lua:104 fct
At /engine/ui/ListColumns.lua:248 onUse
At /engine/ui/ListColumns.lua:193 fct
At /engine/Mouse.lua:42 receiveMouse
At /engine/Mouse.lua:64 delegate
At /engine/ui/Dialog.lua:333 mouseEvent
At /engine/ui/Dialog.lua:188 fct
At /engine/Mouse.lua:42

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [SVN 2714] Creating dwarves doesn't work

#2 Post by darkgod »

yeah sorry svn is in a sorry state currently, new dwarven zones are being made but not yet commited
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Goblinz
Module Developer
Posts: 163
Joined: Tue Dec 14, 2010 3:23 am
Location: Where I need to be

Re: [SVN 2714] Creating dwarves doesn't work

#3 Post by Goblinz »

if you want to play a dwarf in the svn just edit ToME SVN\game\modules\tome\data\birth\races\dwarf.lua

change line 42 (starting_zone = "reknor-escape",) to (starting_zone = "trollmire",)
and change line 43 (starting_quest = "start-dwarf",) to (starting_quest = "start-allied",)
this SHOULD start dwarfs in the normal starting zone
Those who complain are just Volunteering to fix the problem

<yufra> every vault designer should ask themselves exactly that: What Would Grey Do?

Post Reply