Nomi-CEu / Nomi-CEu

Fork of Nomifactory, using Gregtech CEu and its related mods.
https://www.curseforge.com/minecraft/modpacks/nomi-ceu
GNU Lesser General Public License v3.0
216 stars 104 forks source link

Addon Scripts for OpenComputers and Computronics #265

Open TheAirBlow opened 1 year ago

TheAirBlow commented 1 year ago

I think adding both of those mods will be a nice addition. Maybe not out of the box, but do it in the same way as Flux Networks for example.

My thinking is that OC tiers will be locked up behind specific voltages, like tier 1 is LV, tier 2 is MV, tier 3 is HV. Additionally replace OC components with GT ones. I dunno about Computronics though, but there is a tape player which is cool xd

If I'll have time, maybe I will do a PR.

IntegerLimit commented 1 year ago

I have no plans to make such an addon script myself, however, if someone is to PR such a script, I'm sure we could accept it.

TheAirBlow commented 1 year ago

I have no plans to make such an addon script myself, however, if someone is to PR such a script, I'm sure we could accept it.

Should be all tiers above LV locked behind the respective assembler tier? Is using circuit assemblers for CPUs fine? (common sense but oh well) Additionally, should I lock T3 behind the cleanroom?

TheAirBlow commented 1 year ago

Also btw, are there CraftTweaker docs for the GTCEu?

IntegerLimit commented 1 year ago

I have no plans to make such an addon script myself, however, if someone is to PR such a script, I'm sure we could accept it.

Should be all tiers above LV locked behind the respective assembler tier? Is using circuit assemblers for CPUs fine? (common sense but oh well) Additionally, should I lock T3 behind the cleanroom?

I have no idea, with no experience on Open Computers. Submit the PR, and I'll have a look if I want any changes.

IntegerLimit commented 1 year ago

Also btw, are there CraftTweaker docs for the GTCEu?

Honestly, just look at the CT recipe changes in the pack. But https://github.com/GregTechCEu/GregTech/wiki is also available.

TheAirBlow commented 1 year ago

I have no plans to make such an addon script myself, however, if someone is to PR such a script, I'm sure we could accept it.

Should be all tiers above LV locked behind the respective assembler tier? Is using circuit assemblers for CPUs fine? (common sense but oh well) Additionally, should I lock T3 behind the cleanroom?

I have no idea, with no experience on Open Computers. Submit the PR, and I'll have a look if I want any changes.

Think of CPUs like GregTech circuits. They're constructed in almost the same way - with transistors and other kinds of stuff. Components are also tiered, excluding the basics lime Transistors.

IntegerLimit commented 1 year ago

I think, do what you think best. If it is necessary, me or tracer can conduct some balance changes, later down the track.

IntegerLimit commented 1 year ago

It has been decided that if a PR is not made by someone else, this will be done in the attached PR. The reason being, if it was implemented before this PR by me, I would just have to do it again in the PR, which just creates a waste of time.

If you do make a PR for this, I would recommend you PR a Groovy Script (Not CT) to the groovy branch.