MyM-ModpackTeam / GalacticScience

GalacticScience Minecraft 1.7.10 Modpack
https://www.curseforge.com/minecraft/modpacks/galactic-science
33 stars 8 forks source link

Offline playing #83

Closed TengriTorok closed 8 years ago

TengriTorok commented 8 years ago

Some times i want to play offline, because i have no internetconnetion aviable. if i start the mod (i love it), it crashes. i have tested to disable some included mod and i see that the mod modularsystem is the problem. when i disable it i can play offline, when it is active then galactic science crashes.

Sir-Will commented 8 years ago

Can you post the crash report found in the crash-reports folder?

TengriTorok commented 8 years ago

https://gist.github.com/TengriTorok/edcc569d87873424f726 this happens on two different machines. On both can i play, when i disable modularsystems

Sir-Will commented 8 years ago

Thanks, I reported it to the mod author: https://github.com/TeamCoS/Modular-Systems/issues/110 You can leave the mod out for now as it has another issue which will crash you if you use blocks from the mod.

TengriTorok commented 8 years ago

Hi, disabling Modularsystem has an effect to the scripts in the mod. an exemple: NEI shows no recipe for automaticsieve and i cant also craft one. Minetweaker.log: https://gist.github.com/TengriTorok/dfc60410cee42e401e44

Sir-Will commented 8 years ago

Probably because of the missing items, you would need to edit the scripts and remove all recipes which contains modular systems blocks/items.

Homeless-One commented 8 years ago

Since I'm inexperienced with this sort of thing, would it be best to just wait until a fix is released? Or should I attempt to do the above?

TengriTorok commented 8 years ago

You have to comment out with "//" only four or five lines in replacedRecipes.zs in the folder scipts. search in the File for the section modularsystems and command every line there. i have it done and it works for me.

Homeless-One commented 8 years ago

So for every modular systems recipe in that file I should put //(modularsystemrecipe)// , or just put "//" around the entire section that mentions the modular systems? Cause doing the second option still denies me access to the autosieve recipe. And what file should I use to open it, will notepad do?

TengriTorok commented 8 years ago

every line "in" the section //(modularsystemrecipe)//. notepad isnt a good idea, because it open the File without linefeed. wordpad is a better choice.