#Human Resources Dept. - Development
1 messages ยท Page 2 of 1
ah yes mindustry genshin impact i can't wait
it literally worked two days ago
then I switched to BE and it stopped working
then I switched back and it didn't work anymore
yes it's all in the main thread
is lowp tripping it
no because GL_ES is only on android
wait, maybe
try overriding preprocess() and remove lowp from fragColor
yeah hol on
turned off my pc already
going out in a bit
prolly back in like 4 hours
haunted pc
haunted pc that chooses to specifically fuck with the graphics
uwu pwease merge
sk moment
John Operator (extremely op)
mindustry indonesia
real
some translations are a bit off
I'll propose changes later then merge
yes kinda
anyway, the translations are get into the context or not, i think probably are in
did that, it fixed the error
anuke-dm worthy
only problem left is that it doesnt seem to recognize the version directive
even though it is the first statement and isnt repeated
i wonder if this is an encoding issue?
did you make sure all your files are utf-8 with no bom
wtf
opened in notepad++ too and nothing strange
this is what's shown when you Log.info() the returned code in preprocess()?
yeah
this is how i hijacked it to fix the vec4 error
can you try building and running the mod on your device?
maybe its just my pc
i love jitpack
yhitpakc
aeugh
Commenting out the shader and ship loading for now
gonna work on something else
mfw shaders
it's not
argargargargarg
that's bad
they should invent medicine that cures gl errors
mayhaps this so called medicine is bugfixing
stole the ac6 briefing sound effect lol
wait what does curve do
basically turns a value to 0-1 as it progresses between the given range
very useful for this kind of stuff
ooh i just understood how it works
this actually looks pretty useful
what's that music
what music
main menu
mindustry 2 music leaked
also did you override the campaign button behavior here
the point where mods start to look better than the game
wtf man that's so hot ๐ญ
yeah
with great effort
i wonder if meep's pr was accepted
im cooking fr
cooking and forging the pan to his favor
good stuff
50 lines only?!
this is fire
Came for Minako, stayed for the UI
same
nobody stays for the men ๐
as it turns out, knowing almost every part of how ui works lets one do absolutely wild shit
interp dialog go brr
there's nothing ui related to that screen
it's all in draw
damn
check the code if you want
i think this is far far worse than ui code
looks comprehensible enough considering the other bullshit i used to do with draw code
might use this same draw abuse to make a gacha pull animation tbh
dowit
i once made a mock up gacha pull animation similar to that of genshin
as shader practive
It's called a gacha game because it has g a c h u i n i t s g r a s p
#1229453013450493962 message
we need this for HRD
Memorial Lobby Live2D for Operators
kekw
tutorial sequence progress going well
I'll be adding in world processor commands to work with my cutscene & messaging system
Though im not sure if I still remember how
in other news I'll be completely reworking ground zero because I can and I'm bored 
power died and I haven't saved
thank god for intellij autosave
killed my mood smh
lmao
I'm not a big fan of the government
guh
why
it's the government
they cut power
oh hello big brother fan
hello i am the government
hello big brother
Arrival
departure
with this latest update there's gonna be a 1/700 chance for this song to play instead of the menu theme
https://www.youtube.com/watch?v=94fv-5vXCwg
Provided to YouTube by CDBaby
I'M NOT A BIG FAN OF THE GOVERNMENT ยท CHRIS ADAM
GOVERNMENT PACK
โ 2024 CHRIS ADAM
Released on: 2024-02-21
Auto-generated by YouTube.
absolutely cursed easter egg
how do you replace menu musico
remaking the starting tutorial right now and debugging it is really tedious
I gotta use logic 
text marker for debug :trolled:
it's more like the cycle
I gotta go through the whole tutorial to find anything wrong with it
oh god balancing
hire playtesters :rnsqsh:
sorry?
force replace mindustry.gen.Musics
Musics.menu = (music)
ok did not know it was actually as simple as that
:hognar:
huurgggg
using the vanilla objective system is hard
very janky
im not good enough with it
use world logic ๐ฆ
anything relating to world procs and logic system in general is janky
do not use them
๐
:(
how am i gonna revamp the tutorial then
my biggest problem is that objectives arent sequential
for some fucking reason
maybe im using it wrong
yeah it FUCKING ISNT
sequential?
if you placed the blocks before you get the objective
it will immediately complete
and skip it altogether
immediately complete after its predecessing objective is completed, right?
no it just finishes instantly
wh
actually yeah
yeah they
i thought i fucking made them a dag
gathering items is more like "do you have x amount of item in your core" instead of "get x amount of items"
lmao
and store it in java
this causes problems when the player is an overachiever
and you're doing something sequential like dialogue-based tutorial
because
- it skips lines entirely
- it says multiple lines at the same time
- it stalls for some goddamn reason
integration with logic is also janky because of this
multiple processors could trigger at the same time, etc. etc.
logic moment
lmao
not buffed ๐ฅฐ
auughh
When mobile version
womp womp
get out
lmao
homebrew game squence system is done
now i just gotta use it
there's also state saving but I'm not sure about how effective it is at the moment
ah yes arc hash 7e559036ec was gone, would i use 7e559036ecb57f3bd75a384b9ee3c73ceb240368 as arc hash?
ah yes HRSoundControl doesn't do silence() and get fade was inherited from vanilla via reflect (this broke testing utils)....
i cant move bruh

Vanilla silence() behavior is retained
doesn't work first-try when I added my changes so I just didn't do it
maybe later
I just needed music autoplay to not happen when a cutscene is playing
idrc for fade out
.stop doesn't work in the menu since it just plays the menu music again the next second
only i put in dialog.update(runnable)
real
I don't advertise it's really quite shrimple
anime
neat debug ui
RAAAGGGGGGGGHHHHHHHH I LOVE STATE MACHINES!!
custom operator constuctor 
I think it would loop infinitely when you open the operator ui
I didn't take into account others' stupidity so there are no checks on anything
Can't wait to make bug reports because of my stupidity
"works on my device won't fix"

can you add custom gimmicks to custom operators?
may i add checks myself
so real
should i use the vanilla objective system or do my own?
since the GameSequence thing is practically already its own executor
wheee... more UI.
very thick diff
boy do i love scope creep
actually its just me not realizing how fucking big my plans are
im so cooked
i recommend your own, then you can assign it Operators and stuff
or extend the vanilla objective
i guess it is up to how hard of a time you'll have with making the UI work with it seamlessly
the UI is the least of my concerns
more about if it's bloating the mod tbh
I'm reinventing so many wheels
you're trying to turn factorio into blue archive or something
some bloat is warranted
but in all fairness the vanilla cutscene + objective system is ass 
You're right
PU 2 incoming...
the current vanilla objective system itself is almost one-use(disposable) anyways
its only used in the first 15 minutes into the game or something
It's also very disconnected from the already limited world procs
so i don't see it as a big loss if you abandon it
you can't suddenly add a new objective, it's all initialized on world load
such is the pain of making a tutorial
tutorials need to be very niche and hard coded
this is one of those branching questions in exams lmao
the task is "Make a new tutorial"
and it leads to a whole overhaul
so yeah, ditch the vanilla tutorial, go wild
you won't lose much anyways, that's what i'm saying
Yeah
I expect that i'll be using this system more often in the future
it's basically the sector scripted events we had
world procs just don't cut it
oooooh
Good music & great visuals
https://www.youtube.com/watch?v=bEwIW8Ldelk
visual by Fujiyama
https://x.com/fujisan_hon
mastering by Ryoma Nakamura
https://www.ryomanakamura.com/
Music and Text from "diaLOG" by r-906
++++++++++++++++++++++++++++++
1st concept albumใไผ่ฉฑ่จ้ฒใ
็น่จญใตใคใ
https://arukuremu.com/diaLOG
BOOTH๏ผไบ็ดๅไปไธญ๏ผ
https://r906.booth.pm/items/5662136
++++++++++++++++++++++++++++++
me when im in a reinventing the wheel competition and my opponent is myself
love me some good debug ui
Still working on it
should I push what I have right now so you guys could check it out?
i say finish it first but das juz mi

Should I keep the enemy faction as crux or should I develop some lore for it
Non-descript company 2
End
Ooh yeah that'd be a great way to introduce more operators
you'd find operators from different groups/companies in story sectors across serpulo
would be neat
class em into companies
limbus companies
fabria 2
death
:(
employee yoinkage
Sentient spore pile operator when
Adding that to the list
have some of them sabotage you bc they're sent in by enemy companies
remake a whole a game
:)
Might make it be like armored core where every company has beef with each other but the people working in it is pretty chill
No way fifth feature :O
Awsomesause
Would it be fun to have some of the operators look like ocs in this server
Lul
slightly less lethal company
life company
mild injury company
fatal organization
longer than usual sick leave incorporated
brain not braining
no work done today
need something else to do that arent drawing operators or coding
actions ain't building
Github isn't gittin
gitn'thub
jitpack isn't packed properly
version uncontrol
this calls for a helldivers
braindustry methods
other method: send pr to mindustry to no longer make them protected
what about privating
private what
everything that uses protected
reflect cannot access 
using reflect is kinda hacky ngl
anyway yeah if you don't have any other options braindustry'ing is acceptable
skill issue 
the skill issuer: 
the false hope of mixins
b- b- but mixins dont work in mobile!!! ๐ญ
by god
mixins fall in the category of code injection not full code replacement
though that might be depending on what you do
...as long as you're sure your userbase does not use another mod that replaces it
doesnt ios translate to swift
pretty sure it does
me about to replace SoundControl with another that can handle character-specific and cutscene music:
inject into vanilla soundcontrol 
mfw the #play(@Nullable Music) method:
dude like actually can you unfollow this forum
I can't find a way to remove people from threads myself so I'm going to just ask
*forums
but fr tho not having control over your own forums/threads be some bullshit
the state of my phobos forum ๐
I'll just remake one when I hit the release
like tw did with aquarion
that's fine
get your supporters content starved to lower their standards
it's a strategy fr
get that bag goober
ohno (trying to add images via addregion)
guh
hahaha, only use addregion from other modname sprites into "this modname sprite"
ah yes 404: no logo found (because cdn of logo has been gone)
lmao
ah yes finaly
uh oh
i really wouldn't recommend adding your own operators right now
it uses a number based Id system and depending on the load order it might break everything
oh dear
hmm i think the id order from 0 and increases into 1, 2, etc... not the unique one
Yeah
and depending on which mods are loaded and the load order it might offset every other operator's ids
Including HRD's
ah yes, thats true... it will be overlapped, i need to rethink to make it not being overlapped...
NOOOOOOOOOOOOO
i expect the drippiest looking room by next year goob
do you have plans to change this?
i might just use strings for it
do whatever world save/load does to make adding more mods not screw up the blocks in the world
also generate seq for listing...
lmao
I kept business level 1 power plan for getting 4400VA
still at 2200 here 
auch i forgor, i have 2300va
HRD irl
I got like four acs a fridge and a washing machine running
you should revolve your entire mod around irl companies
my computer draws 500va alone
i don't think I can do that
licensing and shit
keep encountering more companies
I don't think I want to make one of the operators a fucking Lockheed Martin engineer lmao
no just make sharded industries look and feel like a real company
agile
might as well use this pc-less time to make some ost with my laptop
most of my samples and project files are there
havent moved them over lmao
guh
tfw you forget to move something over from one device to another:
gotta love the HRD forum outcompeting literally every other forum
huuurgggg still a long way to the end of the roadmap
Playlist: https://www.youtube.com/playlist?list=PL6N1UyX9iZquXo_d-p5nSj3waaDY79ngh
Non-extended upload: https://www.youtube.com/watch?v=rJwj_8CIwXw
Check out the game: https://store.steampowered.com/app/1229490/ULTRAKILL/
Check out the music: https://heavenpierceher.bandcamp.com/album/ultrakill-pandemonium-war
ULTRAKILL is a game by Arsi "Haki...
i fw these drums
underrated af
I could throw my kitchen appliances down the stairs and you'd start clapping
drums more like broken pc fan
damn ๐
lmfao
I need operator suggestions rq so I can get things done even if I can't code atm
no unit chans
explosives expert
makes things explodeโข๏ธ
what operators have you made rn
mf that rolls a dice whether or not factories produce double items or not
the chaos operator
you pick 6 options (3 positive, 3 negative) to put on a dice
they roll the dice
should I suggest these operator abbilities they needed to:
- unit buffer
- enemy debuffer
also @oblique canopy will operators have units to represent them in the world or not
some will
But most dont
Minako gets her own core ship when she reaches level 20
5 stars only probably?
maybe if the operator has a gimmick
a drone master type operator would probably have like 5 special units at a time
imagine if the operator straight up dies if their unit gets killed lmao
this would be so fucking funny
your operator died? too bad, pull for them again
nah you won't be able to pull for them
one low star one that super specifially buffs shields and nerfs enemy shields
something that allows me to run into the enemy base armed with 20 polies and win
mid
well shit
i could never cook like this again
i just found the menu theme project file
i was actually working on an extended version before i stopped
the one i'm using rn as the menu theme is actually incomplete lmao
minecraft, terraria, and now mindustry
Yes
mid
mid
is this what a leitmotif is?
if you slap it everywhere it will be
wow this is amazing. The familiar mindustry motif works great
launch menu/planet menu theme, bit too far off from the vanilla style imo so i'll probably use this for something else.
this is so peak
Corporate HQ
Hoshiaใปใใ [name meaning: bright starry girl]
A bright cheery type, boosts turrets on offense and bonuses for capturing sectors
When you have her at high level, capturing new sectors will be much easier, and capturing sectors will in return boost other aspects (such as giving one-time performance boost or overdrive rewards)
She cannot do anything for planets with all or most sectors captured though, so useful for early game
Design: Should look cute and clumzy, the "sidekick energizing girl" trope
oh no
what
obviously the drawing's just in my artstyle, she's not going be an actual child or something
in fact only 2 years younger than Minako
inshallah the message disappeared
40 year old inshallah
if yes, damn I need to know her skincare routine
this is a wowza moment right here
oh
stasis cheating smh
guh
(15 years in statis)
(15 years in stasis)
no it just means she's 5 years old
why
I unfortunately cannot add any childlike operators
because of in-universe labor laws
๐ greatest apologies
I don't feel I can say anything without getting timed out too...
how can sk be timed out ๐ญ
she isn't childlike any more than Donquihote is tbh
anyways time to come up with more operators
wait how old is Don anyways
out-of-context glennfolker
I thought you were not a big fan of the government
shhh
(30 on 30)
she said the forbidden word and must be put in eternal damnation (1 hour)
I wonder what forbidden word they said
labor
lmao
Damn
lol
oh shit we're putting advance wars mechanic into mindustry
pls add special abilities that are unique to each commanding officers
and day to day percs
what place is this
Amazon Link to Sonic Frontiers
PS4: https://amzn.to/3DmKJSw
PS5: https://amzn.to/3TN3p51
Switch: https://amzn.to/3DIwqck
Xbox Series X: https://amzn.to/3U5nJOL
=======================================================
Original upload by SnapCube youtube channel
Original Sauce: https://www.youtube.com/watch?v=NGe79n-jcHk
...
goober domain
domain expansion
Domain? No way bad erekir map made by anook reference
Write banned words
what about a space furry
human rd
normal furry probably
space furry no
Probably kemono at best
No Aureus operator? ๐ฅบ
no
Be robot operators?
Krita operstor yupieee
definatlly not you
brother spent 1 minute and backed out immediately
1 minute is a lot
fr
nah im just straight up ass at pixel art
I'm only decent at minecraft like stuff
I'm decent at suggesting things related to the topic instead of saying something irrelevant
like what kind of commanders we should make and how they can affect the game
sans undertale
trait:
- doesn't do anything
- can't be removed
those clothes dont look very practical
they're place holders
ehm where the fuck is the part where we discuss the mod
I'm busy drawing yuri rn
who
Dayum
Goober has priorities
pc set up and shit already
power's not an issue anymore
still busy sorting out uni and other things so I'll be back next month
william afton
traits:
- murders small units
- converts them to resources
your father
traits:
- disappears upon entering the sector
- reappears when you capture it
Bonus trait:
- gave you free milk (lifetime cooldown)
development is back on
๐ณ
mfw == for string comparison (intellij will warn you, and you will like it)
intellij can kiss my ass
i just comply with it
how may operators are there rn
buh
oh hey i remeber this
.intern() โ๏ธ
Doki doki?
Also plz add undead person as operator
That would be very awesomesause
guh
Guh
as in lesbians
BASED!
alive (optional)
Zombie emoji
i love lesbians
use .equals for strings
otherwise you'd pointer-equals it which never works
clearly he .intern()ed them
Are mindustry players interns
No Pay
Get experience in cooking spaghetti
Get experience in logistics
Work for a massive corporation (sharded)

War crime enthusiasts
forbidden love
all the sweeter
i need that thing where you can add custom operator
do
We are playing lobotomy corporation with this one!!!
Make class that extends Operators
As a joke, turn math operators into an operator
Quadruplets Add, Sub, Mul, and Div
||oh god here shall i summon math teacher....||
the Sin and the Tan operators
Sin Badguy
make them senator armstrong
Cooks burning omelets and fires them at your units
Magna the Oilborder
and his evil twin, Saul Goodman
cosine
atan
integral
where ฮธ
log10
sin cos tan
โ my man
half tau
skibidi
Sigma (sum)
I need the anime women in mindustry
i love scrolling through a thousand messages
Anime Women.
#animdustry-2
no
don't ever add unit chan to this mod (i dont want it happened or make it happens)
i will add them in a separate mod
it will happen
muhahahahahhahahaha
ah yes very propietary (but for good)
i will use Reflection
Won't work, only protected field or method
so... reflection is domain expansion, and java.security.SecurityManager is domain amplification?
im just gonna
unstatic
very propietary move
they wont make HRDModLoader
and they will make derivative work of them

you can pay me 90$ to draw and add a custom operator fr...
yes
satojo goru
i hope the business work at glance
yeah im still working on the tutorial sequence
if dexpeirne planned to add animdustry to your mod, if you were losing, close-source it and obfuscate for defence 
git revert:

animdustry is when rhythm game
too overhyped
in a hypothetical scenario
"senpai please go through this really cool rhythm segment plea se"
that's hypocritical scenario of animdustry ads
close source it when lawyers
you are using mindustry as a significant component of your mod
mindustry is gplv3
you must gplv3
anuke didnt sue you doesnt mean you dont need to use GPLv3
consider reading GPLv3
Read this bruh
read GPLv3 bruh
You should learn copyright notice
you should learn gplv3
your copyright notice means nothing if you dont do the other things the license tells you to do

I don't dare do multiple license
here is a simple explanation of gplv3 https://gist.github.com/kn9ts/cbe95340d29fc1aaeaa5dd5c059d2e60
tldr
a mod doesn't ship the entire mindustry impl
true
therefore i do not think mods are required to use gplv3
they still are dynamically linked against mindustry
static
also they will use different rendering or implementation
how does this make it required to use gplv3 anyway
describe
a mod is more of a patch than anything
same as minecraft modding
because youre still using it as a significant component
"All Rights Reserved"
just All Rights Reserved
yes but it does not necessarily include the [code (fragments of logic & impl)] that is [modified]
this is a bad example since minecraft is proprietary
a more suitable example though gplv2 is linux drivers
also can we move to #general-programming
so i could dynamically link with every gpl library in existence from proprietary software youre basically saying?
also I don't get the "dynamically linked" part
my pleasure
not including the libraries in the binary
my condolences for goober about the license freak happening in his thread

killing all of them
Dafuq happened here
fork
What do you do in this mod anyway?
Is it a planet mod
QoL mod?
QoL I guess
gamba
mod that increases player retention
it's the best mod
mod that make you get addicted to mindustry.
It's the best mod ever
goon mod
i'm sorry what's a goon
henchmen
ey boss what's the plan
evil
Agree.
each faction/corporation/group is gonna have different design elements
rn I'm leaning into construction/industrial looks for the base operators (rhyo, minako)
but for future operators I can have a little more freedom
lmao it really does override (foo's client btw)
why not
letting other mods add operators is interesting
isn't dependency guaranteed to force the load order
and I don't wanna bother fixing that
I dunno
I'm gonna assume it's not and just not allow it to do that
if mod A specifies dependency: "goober"
mod loading order is forced to be goober -> A
still it'll also break even if hrd gets loaded first
it uses a numerical id system rn
this actually makes hjson mods able to add java mods' modded content
I could make it use strings but idk if I should bother
making something serializable depend on numeral id alone is a bad idea anyways
auurgghh
there is a reason other MappableContentType uses strings
also strings would be useful if you eventually split up the operators and their skills into different Content, like WeaponType and UnitType
and automatic localization
the numerical id system is kinda redundant anyways
it's only used for operator sector saving
which can easily be swapped out for strings
though I could keep the numerical id system for sorting in the roster
try alphabetical sorting
nah, numerical sorting would allow other mods to add operators in base factions
while still maintaining proper sorting in the roster
one can go two ways with dependencies or mods that expand upon an existing one
- normally, through
dependencies - make your own mod loader

1 works in about every case
2 is for odd/niche cases
i can try rn
watdahell
idk i havent played this mod
is that the mod.hjson
wh
no lmao
do you need BE for this mod or what because i cant seem to download it by url
its the amount of experience needed to level up from level 1
oh
gets scaled by level
i forgot how the scaling algo works but iirc its just 1.5x everytime it advances
due to the stars i thought that was mod.json and anuke came up with a new mod sorting metric
gacha
rock operator
- does nothing
- rests on top of your current unit
basically no unit chans then
what would be a good design for a unit chan anyway
one that isnt a unit chan
guh.png
Factory chan when?
animdustry things will not tolerated
tolerate it then
Domain expansion
English or spanish
delayed expansion: r4 jumpscare
here's your reminder :3
(it's tmr somewhere in a timezone)
too real
get ready to vanish
Average jammuu message vs. Average human person
Deceased person as hologram
im gonna be real i need help 
@paper thistle GLENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
SAVE MEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
yes?
nevermind





typical mindus
i feel really insulted

To think i fought for serpulo during 2 entire years just to see it turn into this
oh well... downloads *
Tutorial testing is very tedious
I'm going to move on to something else
Though at least the groundwork for scripted sectors are done
Will this be limited to one planet ?
E

