Here is a link to my config.lua in the galactic trade mod folder, and my data.lua in the DyTech-Machine_1.0.3 mod folder.fuyuyuki wrote:could i get a copy of your config.lua mine after doing that keeps telling me that there is an incorrect symboldiddlydum2 wrote:Have you read the "adding support for mods" section in the first post? I had the same problem. Make sure you add the 'require("styles")' at the end of the data.lua file, not the start. By the looks of things, it's the dytech machine module you've missed.fuyuyuki wrote:geting the following issue event handler:_ _ GalacticTrade_ _/ control.lua:372: unknown style wooden-chest-medium_gt_button_style
Dropbox: https://www.dropbox.com/sh/l2pf39d0o0wu ... DIg9a?dl=0
So, whichever mod you are adding support to, you add 'require("styles")' at the end of the data.lua, without single quotes. You then need to copy the styles.lua from galactic trade into the folder of the mod you're adding support to. In the galactic trade config.lua, you add the mod's items, or take out the [[-- --]] from around the items if coop has added them already. Make sure you add the styles to all the mods you want items from, e.g. not just the core module from dytech, all the modules.