Warptorio2 Expansion


This mod is an expansion for Warptorio 2. DON'T PANIC! Adds missions on the planets you visit, required to unlock technologies. Also adds some big Bosses, more planets, and a loyal robotic companion.

Content
25 days ago
0.17 - 1.1
8.99K
Environment

b [FIXED] Issue with empty_sprite causing crashes

8 months ago
(updated 8 months ago)

There is a crash associated with other mods and this one, caused by a wrong empty-sprite
They are:
1: the path is incorrect, meaning the file does not exist (the obvious one) Construction_Drones should be warptorio2_expansion
2: the tf_util.lua file edits the util object, so the broken filename is spread to anything using util. It should instead use table.deepcopy(require("util"))
3: the projectiles.lua file doesn't declare util as local, so overwrites the util object anyway. To fix this it should be local util = require "data/tf_util/tf_util"

8 months ago

thanks. Now I see the mess I did...

8 months ago

That's fine, lots of mods have issues like this - you only discover them when a different mod trips over it.

ctgPi β˜†
a month ago

@BicycleEater from the patch mod being deprecated I assume this is fixed?

a month ago

I believe it was, though I don't remember...

New response