LordNiggle Posted November 13, 2019 Share Posted November 13, 2019 How would I go about editing the level of tech required for item recipes? I tried editing the actual recipes.lua but it does not do anything. Link to comment https://forums.kleientertainment.com/forums/topic/113521-editing-tech-for-item-recipes/ Share on other sites More sharing options...
Jessie_ Posted November 13, 2019 Share Posted November 13, 2019 in modmain.lua: GLOBAL.AllRecipes.prefabname.level = stuff Link to comment https://forums.kleientertainment.com/forums/topic/113521-editing-tech-for-item-recipes/#findComment-1282806 Share on other sites More sharing options...
LordNiggle Posted November 28, 2019 Author Share Posted November 28, 2019 On 11/12/2019 at 11:09 PM, Jessie223 said: in modmain.lua: GLOBAL.AllRecipes.prefabname.level = stuff GLOBAL.AllRecipes.goggleshat.level = TECH.SCIENCE_TWO GLOBAL.AllRecipes.deserthat.level = TECH.SCIENCE_TWO I have this in my modmain.lua but whenever i try to launch my server it says "dedicated server failed to start" (also my server isnt dedicated) Link to comment https://forums.kleientertainment.com/forums/topic/113521-editing-tech-for-item-recipes/#findComment-1287553 Share on other sites More sharing options...
Jessie_ Posted November 29, 2019 Share Posted November 29, 2019 local AllRecipes, TECH = GLOBAL.AllRecipes, GLOBAL.TECH AllRecipes.goggleshat.level = TECH.SCIENCE_TWO AllRecipes.deserthat.level = TECH.SCIENCE_TWO Link to comment https://forums.kleientertainment.com/forums/topic/113521-editing-tech-for-item-recipes/#findComment-1287655 Share on other sites More sharing options...
LordNiggle Posted November 30, 2019 Author Share Posted November 30, 2019 On 11/28/2019 at 9:19 PM, Jessie223 said: local AllRecipes, TECH = GLOBAL.AllRecipes, GLOBAL.TECH AllRecipes.goggleshat.level = TECH.SCIENCE_TWO AllRecipes.deserthat.level = TECH.SCIENCE_TWO thank you Link to comment https://forums.kleientertainment.com/forums/topic/113521-editing-tech-for-item-recipes/#findComment-1287896 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now