Buildings not pasting correct level
Venedas

I was able to fix the issue in an all stone structure in notepad++ by changing the skin (replace all) fromΒ 

1195976254 to 0

I think its randomly assigning a bad skin to things which is what makes them twig.

Thank you for info, it helped for me

Venedas

I was able to fix the issue in an all stone structure in notepad++ by changing the skin (replace all) fromΒ 

1195976254 to 0

Thanks, it worked!

Venedas

I was able to fix the issue in an all stone structure in notepad++ by changing the skin (replace all) fromΒ 

1195976254 to 0

I think its randomly assigning a bad skin to things which is what makes them twig.

Did this and it worked, hopefully new copys go well. Thank you.

Venedas

I was able to fix the issue in an all stone structure in notepad++ by changing the skin (replace all) fromΒ 

1195976254 to 0

I think its randomly assigning a bad skin to things which is what makes them twig.

this is exactly how i done it, visual studio is your friend if you have a lot of bases

Might there be a fix coming for those of us who are more code challenged? 😬

Xandra

Might there be a fix coming for those of us who are more code challenged? 😬

LoL I hope so.Β  The thought of manually fixing a few hundred files makes my skin crawl
dCsu8kn1nlsYQIo.jpg urofseron
LoL I hope so.Β  The thought of manually fixing a few hundred files makes my skin crawl

open the entire copypaste data folder in visual studio, then replace all the previously mentioned number with 0 by using ctrl-shift-h, this will replace in all open files so no coding experience required. took me literally 2 seconds to do over 74000 references

cGxBOWi3FT5mYBC.jpg Tacman

open the entire copypaste data folder in visual studio, then replace all the previously mentioned number with 0 by using ctrl-shift-h, this will replace in all open files so no coding experience required. took me literally 2 seconds to do over 74000 references

You are a god.Β  /beerΒ 

cGxBOWi3FT5mYBC.jpg Tacman

open the entire copypaste data folder in visual studio, then replace all the previously mentioned number with 0 by using ctrl-shift-h, this will replace in all open files so no coding experience required. took me literally 2 seconds to do over 74000 references

I actually did it! Thank you so much!! :D

if you want a quick and dirty fix for this you can remove support for skins and change line 1069 from
var skinid = ulong.Parse(data["skinid"].ToString());
to
var skinid = 0ul;
you wont paste in custom skins but your grades will be correct

delete me please wrong place