[1.6.3]Only 32-chambers vault will spawn as greater vault

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
starsapphire
Thalore
Posts: 132
Joined: Sat Sep 27, 2014 11:33 am
Location: Irkkk

[1.6.3]Only 32-chambers vault will spawn as greater vault

#1 Post by starsapphire »

in data/rooms/greater_vault.lua

Code: Select all

--- 25,37 ----
  local list = {}
  for _, f in ipairs(fs.list("/data/maps/vaults/auto/greater/")) do
  	if f:suffix(".lua") or f:suffix(".tmx") then
  		list[#list+1] = f:sub(1, #f - 4)
  	end
  end
+ list={"32-chambers"}
  print("[greater_vault] initializing auto list:")
  table.print(list, "---")
  
  local function vault_exists(f)
  	if fs.exists("/data/maps/"..f..".lua") or fs.exists("/data/maps/"..f..".tmx") then return f end
  	return false

Jurriaan
Wyrmic
Posts: 227
Joined: Mon Mar 25, 2013 9:39 am

Re: [1.6.3]Only 32-chambers vault will spawn as greater vaul

#2 Post by Jurriaan »

I have a very strong feeling this is connected:

http://forums.te4.org/viewtopic.php?f=42&t=50318

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

Re: [1.6.3]Only 32-chambers vault will spawn as greater vaul

#3 Post by darkgod »

I hate my life
[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 ;)

Jurriaan
Wyrmic
Posts: 227
Joined: Mon Mar 25, 2013 9:39 am

Re: [1.6.3]Only 32-chambers vault will spawn as greater vaul

#4 Post by Jurriaan »

But we looooove you :D

Dervic
Halfling
Posts: 83
Joined: Thu Jun 21, 2012 9:37 am

Re: [1.6.3]Only 32-chambers vault will spawn as greater vaul

#5 Post by Dervic »

That should explain this bug too. Stuck generating hidden vault:

Code: Select all

[STATIC MAP] size	25	13	rotate:	180
[RoomsLoader:roomCheck] 	32-chambers	 rejected by roomcheck function:	too high level
greater_vault could not generate a vault
[VaultLevel] has no vault
[Zone:newLevel] map generator mod.class.generator.map.VaultLevel forced recreation: 	no vault
[Zone:newLevel]	sub-vault639539-3442	beginning level generation, count:	25

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

Re: [1.6.3]Only 32-chambers vault will spawn as greater vaul

#6 Post by darkgod »

FRELL. Now I hate my lfie even more. Ok I suppose 1.6.4 is in order then :/

Thanks for the notice! :)
[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 ;)

Post Reply