Tabletop Simulator

Tabletop Simulator

Tzolk'in Tribes (scripted)
6 kommentarer
MindlessRouse 27. mar. 2018 kl. 13:07 
Thanks for updating none the less!
Valek  [ophavsmand] 27. mar. 2018 kl. 9:32 
MindlessRouse, I'm too lazy to finish the mod entirely, I added your option, thanks
MindlessRouse 27. mar. 2018 kl. 8:10 
@Valёk. I noticed the turn counter pawn wasnt moving when you click the round button. We kept losing track of the turns because of this. I figured out how to edit it to make it work. Add the below code around line 330 where you are moving the Neutral pawns

-- Move the Turn pawns on track
local ob = getObjectFromGUID('9152e8')
local xyz = ob.getPosition()
if xyz['z'] > 21 then
xyz['z'] = xyz['z'] - 8
xyz['x'] = xyz['x'] + 1
else
xyz['z'] = xyz['z'] + 1
end
ob.setPosition(xyz)

I would rather not make a whole new mod just for this change so I was thinking you could just update yours.

Great mod! We love it
Valek  [ophavsmand] 9. feb. 2017 kl. 10:57 
implemented buildings fills, and quick actions :steamhappy:
Valek  [ophavsmand] 9. feb. 2017 kl. 3:14 
>>小稻纸 Hello! Thank you for your mod! But there is something wrong in your script. The round 7 is not the mid year but the script shows it. Can you fix it?

You right! I fixed rounds to 8 14 21 27
小稻纸 7. feb. 2017 kl. 4:41 
Hello! Thank you for your mod! But there is something wrong in your script. The round 7 is not the mid year but the script shows it. Can you fix it?