Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DyTech Core 1.0.1 + TreeFarm Lite 0.1.2 #245

Closed
ddayver opened this issue Jan 29, 2015 · 7 comments
Closed

DyTech Core 1.0.1 + TreeFarm Lite 0.1.2 #245

ddayver opened this issue Jan 29, 2015 · 7 comments

Comments

@ddayver
Copy link

ddayver commented Jan 29, 2015

An error occurred while loading the game and after the generation of new:

http://s020.radikal.ru/i702/1501/84/79def91434cf.png

@drs9999
Copy link

drs9999 commented Jan 29, 2015

Maybe it's because the allInOne-table defined in trees.lua is a local variable, you might can't access it in the control.lua. So making it global (simply removing the "local") might solve it, I haven't tested it, though...

@Lycrus
Copy link

Lycrus commented Jan 29, 2015

Well, the error seems very similar to the one i postet hours ago and only occurs in multiplayer. I guess some code lines are kinda screwed up..

@ddayver
Copy link
Author

ddayver commented Jan 29, 2015

"making it global allInOne" - it's work, thanks

@RegDenied
Copy link

Could you elaborate on which line in which file has to be changed? I could not find a trees.lua file. Thx

@ddayver
Copy link
Author

ddayver commented Jan 30, 2015

/CORE-DyTech-Core_1.0.1/scripts/trees.lua

line 26:
local allInOne = {
replace
allInOne = {

@Dysoch
Copy link
Owner

Dysoch commented Jan 30, 2015

i will fix this. Will probably release a new version tonight (no promise) and release a new tree as well :D

@Dysoch
Copy link
Owner

Dysoch commented Jan 30, 2015

fixed

@Dysoch Dysoch closed this as completed Jan 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants