Glünggi wrote:I always start my client from terminal to see output and nothing about missing textures ?!?!
2015-08-17 01:11:38: ACTION[main]: Irrlicht: Could not open file of texture: stone_monster_2.png
Thats a effort..
i mean.. it makes no noticeable Effekt to the game but it Spams every few second thats a little bit distrubing
fn = ARGV[0]
puts fn
s = File.open(fn, 'rb').read
s.gsub!(/TEXS/, 'XXXX')
File.open(fn, 'wb').write(s)duane wrote:
Of course, the solution was "Absurdly simple, like most riddles when you see the answer." If anyone has this problem with any b3d file in the future, just run this ruby code on it.Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
fn = ARGV[0]
puts fn
s = File.open(fn, 'rb').read
s.gsub!(/TEXS/, 'XXXX')
File.open(fn, 'wb').write(s)
function mobs:feed_tame(self, clicker, feed_count, breed, tame)Users browsing this forum: No registered users and 28 guests