#uh yeah. i wanna use .rtui files without total psychosis

46 messages · Page 1 of 1 (latest)

severe oriole
#

I've moved fucking heaven and earth to try to get it to work

#

what wrong i've done?

#

⁨⁨⁨```js
GTCEuStartupEvents.registry('gtceu:recipe_type', event => {
var biomechanicaltypes = {
biomechanical_mixer: [GTSoundEntries.COOLING, 6, 1, 4, 1],
biomechanical_extruder: [GTSoundEntries.COMPRESSOR, 4, 2, 1, 0],
biomechanical_recycler: [GTSoundEntries.MACERATOR, 1, 6, 1, 4],
organism_assembly_line: [GTSoundEntries.ASSEMBLER, 16, 1, 4, 0], <======== here is the VICTIM
organism_incubation_chamber: [GTSoundEntries.CHEMICAL, 3, 3, 1, 2],
spawn_simulator: [GTSoundEntries.PORTAL_CLOSING, 2, 8, 1, 3]

}

Object.entries(biomechanicaltypes).forEach(([type, config]) => {
let machine = event.create(${type})
.category("biomechanical")
.setEUIO("in")
.setMaxIOSize(config[1], config[2], config[3], config[4])
.setSlotOverlay(false, false, false, GuiTextures.MOLECULAR_OVERLAY_1)
.setSlotOverlay(false, false, true, GuiTextures.MOLECULAR_OVERLAY_2)
.setSlotOverlay(false, true, false, GuiTextures.MOLECULAR_OVERLAY_3)
.setSlotOverlay(false, true, true, GuiTextures.MOLECULAR_OVERLAY_4)
.setSlotOverlay(true, false, GuiTextures.VIAL_OVERLAY_1)
.setSlotOverlay(true, true, GuiTextures.VIAL_OVERLAY_2)
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW_MULTIPLE, FillDirection.LEFT_TO_RIGHT)
.setSound(config[0])

if (type === 'organism_assembly_line') {
    machine.setHasResearchSlot(true)
}

})
})

#

OH MY GOD

#

dalies and lentlegen, i think i have it

#

okay. i got the file to work

sort of

#

this is btw, just a renamed version of the assembly_line.rtui WITH the line inside the file also changed to ⁨gtceu:organism_assembly_line

#

can pleaze someone come here? i dont like being alone

#

i think i got it (hopefully)

#

nope, still not :(

#

⁨```js
event.create('organism_assembly_line')
.setMaxIOSize(16, 1, 4, 0)
.setEUIO("in")
.setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT)
.setSound(GTSoundEntries.ASSEMBLER)
.setHasResearchSlot(true)

#

hold on

i had a typo in the rtui

#

nope. still shit

#

please ping when you respond (if)

hasty marsh
severe oriole
severe oriole
#

hello?

hasty marsh
#

hi

severe oriole
#

ah

#

im still waiting for a response :/

hasty marsh
#

abt the issue

severe oriole
#

from a dev or some shit

valid aurora
#

what are you trying to do

hasty marsh
#

Use .rtui files

valid aurora
#

for what

hasty marsh
#

Don’t ask me

severe oriole
valid aurora
#

did you tried /gtceu recipe editor?

#

or whatever

severe oriole
#

As I've been told

valid aurora
#

yeah bro no clue😭

#

time for java

severe oriole
#

@regal sapphire im sorry to ping you, but i've waited for a long while, and i've been wondering how to do this

regal sapphire
#

no clue king

severe oriole
#

:(

regal sapphire
#

That's LDLib UI stuff, I only know MUI stuff for 8.0.0

severe oriole
#

OH