#⌨coders-cave

1 messages · Page 68 of 1

tropic dagger
#

Even more libraries.

cunning summit
#

No

tropic dagger
#

You sound like you had a rough time with the language.

#

You tried it but couldn't grasp it.

cunning summit
#

havent touched c++

#

lol

tropic dagger
#

Damn you should.

#

It's actually incredible.

cunning summit
#

incredibly stupid my guy

tropic dagger
#

Okay.

cunning summit
#

it looks

#

stupid

tropic dagger
#

Looks?

cunning summit
#

yes it looks stupid

tropic dagger
#

It uses the same C-style syntax as nearly everything else.

#

Java, C, JS...

#

etc

cunning summit
#

java and all of them languages with a c in them look stupid

tropic dagger
#

What do you use?

cunning summit
#

lua

tropic dagger
#

Oh of course.

#

Ight well good luck.

#

When you need more 10 frames/second, you know what you jump to.

cunning summit
#

and when you need 3500 less lines, you know what to jump to

tropic dagger
#

Actually,

#

C++ can be extremely condensed.

#

You can use it as a high level language.

#

Like puts("Hello, World!");

cunning summit
#

that moment hwen you redefine the word condensed

tropic dagger
#

C++ isn't as bad as you think it is.

#

It's only bad if you use OpenGL.

#

Don't do that.

#

It's for the sons of our lord.

#

We are not them.

cunning summit
#

what

tropic dagger
#

OpenGL is a graphics library.

#

It invented two programming languages to function correctly.

#

Under the same name.

#

GLSL.

cunning summit
#

listen bro i'm going back to roblox to protest against giving modellers more money

opal cypress
#

lol

tropic dagger
#

Ight.

opal cypress
#

modellers are so easy

tropic dagger
#

Well c'ya.

main brook
opal cypress
#

yes

#

its easy

main brook
#

not really

#

for you

#

its easy

#

for other people its hard

hasty bane
#

it's easy with experience, it's uneasy without experience

#

same as Every Thing Ever™

#

also lua bad

#

actually disgusting

#

!

main brook
#

yes

#

agreed

#

lua sucks

#

its like old ecmascript

#

except worst

#

undefined variable are nil

#

and such

opal cypress
#
local generate = require(game.ServerStorage.generate)

local gameStart = game.ReplicatedStorage.gameStart
local turnRun = game.ReplicatedStorage.turnRun
local nameInput = game.ReplicatedStorage.nameInput

function settlementCreate(r,faction,factions)
end

function factionCreate(factions)
end

function runGame(player,biomeGen,resourceGen,settlementGen,hostiles,era5)
    local factions = {}
    
    --Start
    print("Starting game, lengths: "..biomeGen..", "..resourceGen..", "..settlementGen..", "..hostiles..", "..era5)
    wait(2)
    print("Draw: "..generate.islands())
    
    --Biomes & Resources
    for r=1,biomeGen do
    end
    for r=1,resourceGen do
    end    
    
    
    --Player Faction
    print("Name Your Faction")
    local playerF, playerFactionName = nameInput.OnServerEvent:Wait()
    local playerFactionRace = generate.race()
    factions[playerFactionName] = {Race=playerFactionRace}
    print("New "..playerFactionRace.." faction: "..playerFactionName.." was created!")
    print(factions)
    local playerFaction = factions[playerFactionName]
    playerFaction["Settlements"] = {}
    local playerFactionS = playerFaction["Settlements"]
    
    
    --Settlements & Hostiles
    for r=1,settlementGen do
        turnRun.OnServerEvent:Wait()
        settlementCreate(r,playerFaction,factions)
    end    
    for r=1,hostiles do
        turnRun.OnServerEvent:Wait()
        local newHostile = generate.hostiles()
        if newHostile == "Minor Faction (Add 2 Settlements)" then
            print("Hostile new Minor Faction!")
            factionCreate(factions)
            
        else
            print("Draw Hostile: ",newHostile)
        end
    end    
    for r=1,era5 do
    end    
end

gameStart.OnServerEvent:Connect(runGame)

then suffer

main brook
#

this isn't lua

#

its luau

#

:stonk:

opal cypress
#

yeah still

#

no bully

main brook
#

imagine using ServerStorage.generate

opal cypress
#

i would use WaitForChild but its not a game you play you use command bar

#

so no loading really

main brook
#

instead of ServerStorage:WaitForChild("generate")

#

imagine

#

my network lagging

opal cypress
#

good thing it doesnt need client communication

main brook
#

oh okay nice

deft anvil
hasty bane
#

it means bad(worse)

hasty bane
#

it is degeneracy

ionic trellis
#

I hope at least one person understands my username

main brook
#

yes

tropic dagger
#

DoFailWhileTrue

tropic dagger
main brook
#

its literally normal english

main brook
#

lua works with that

#
while true do
    fail()
end
#

for do while its repeat until

#
repeat fail()
until false
#

it could even be one line

solid burrow
#

i feel stupid

bold rover
#

Mostly Everybody In This Channel

tropic dagger
barren shale
#

very smart

cunning summit
main brook
#

eh?

#

i mean

#

in python you get NameError

#

in js it errors with blah not defined

#

on low level

#

it'll be same

tropic dagger
#

C++ doesn't care.

#

C/C++ give a compiler warning but that's it.

#

Always Zero-initialize variables

barren shale
#

C++ tells u ur mum is fat

#

doesnt care

#

about feelings

tropic dagger
#

Yeah.

#

Pretty much

main brook
#

that's literally

#

what it id

#

imagine naming a variable yourMom

#

and then putting more bytes than how much it can take

tropic dagger
#

Indeed.

#

unsigned char yourMom = 256; // Fat

cedar zinc
#

Someone explain to me, if when I use "~encode" if I have to compress the cov txt or leave it the same (.txt)

cunning summit
#

lua is the best

main brook
#

no

cedar zinc
#

:(

#

I need help

cunning summit
cunning summit
main brook
#

you mean

#

the bot

cunning summit
#

what

main brook
#

its not the best

cunning summit
#

is that even related to programming

cedar zinc
#

When i decode, and encode again, gives an error

cunning summit
#

rei

#

big man

main brook
#

it can handle small-medium

cunning summit
#

how does it feel to be wrong

main brook
#

im not a man

#

smh

cunning summit
#

it's not what that means

cedar zinc
#

😩

#

Ok

cunning summit
#

big man means you're a wannabe tough person thing

main brook
#

lua is good at a specific field

#

not for all

cunning summit
#

lua is amazing at not looking trash

main brook
#

its the same category as C#

#

game making

#

since its fast

cunning summit
#

c# just

#

looks

#

🤮

main brook
#

if you're literally gonna just judge the language by how it looks

#

you suck more than @barren shale

cunning summit
#

you even have to end all of the things by a ; otherwise the computer will explode

main brook
#

yep you suck more than Hamza

#

OI HAMZAH CMERE

#

you're 2nd place

cunning summit
#

fam

#

shush

#

shush fam

cedar zinc
#

Someone explain to me, if when I use "~encode" if I have to compress the cov txt or leave it the same (.txt)

cunning summit
#

???

main brook
#

im guessing not

cedar zinc
#

It gives an error when importing the save when I encode again

main brook
#

you need to give

#

CONTEXT

cedar zinc
#

No but..

main brook
#

imagine going to the sperm bank saying

#

"do you have anything drinkable?"

#

smh

cunning summit
wind wedge
#

sadcat no bully. I told him to come here

main brook
#

ah

#

bad choice

cedar zinc
#

Well, when I decode, I make some changes to cov.txt, and I encode again, when importing the map.wbox to save1, when loading the save from the error

cedar zinc
#

I just need to know how to fix this

wind wedge
#

||it sounded like nerd talk, so I sent him to the nerd cave||

main brook
#

well this isn't the right channel

cunning summit
#

have no clue how worldbox saves work either

wind wedge
cunning summit
#

also worldy bro

main brook
#

hopefully this is your first time

cunning summit
#

why'd you send him to the chess club

wind wedge
#

@cedar zinc i think you might have to wait for some time in #🚑help-chat

#

What

#

It says "coders cave"

main brook
#

don't mind him

cunning summit
#

that's a literal translation of chess club

wind wedge
main brook
#

yeah basically don't mind him

cunning summit
cedar zinc
#

I use @bitter sedge To decode and encode the save file

wind wedge
main brook
#

no no i mean

cedar zinc
#

Shit

cunning summit
main brook
#

don't mind Inspektors

cedar zinc
#

I hate my life

wind wedge
#

Oh

cunning summit
#

"inspektors"

wind wedge
#

So, can you help him or not?hagrid

main brook
#

i meant you dummie

cunning summit
#

i have done the bad

wind wedge
#

God damn

main brook
#

this isn't wb help

#

read the channel topic

cunning summit
#

ier

main brook
#

i don't know if you're shitposting

#

@barren shale please start fighting with haydot again

#

i miss those days

barren shale
#

its cuz haydot

#

isnt online all day

#

like he used to be

main brook
#

fair

#

where is he anyway

barren shale
#

probably writing some bad code

#

REI

cunning summit
#

"c# gang"
probably writing some bad code

#

ok bro

barren shale
#

help me reverse the send packet function

#

in a game

#

so i can hax

#

its very easy

cunning summit
#

hamza

barren shale
#

ive been failing for 2 weeks

#

ez

cunning summit
#

are you taking the piss or do you actually like c#?

barren shale
#

who is this dud

cunning summit
#

fam

#

who is you

barren shale
#

haydot 2.0 ?

cunning summit
#

who is that

barren shale
#

the worst coder to ever live

cunning summit
#

you're describing every non lua coder

#

be more specific

barren shale
#

okeh

#

im done talking to you

#

go code your roblox stuff

#

bye

hasty bane
#

lua bad, fact

barren shale
#

its not bad

#

its shit

hasty bane
main brook
barren shale
#

its like taking every bad thing in every language

#

smashing them together

#

LUA

main brook
barren shale
main brook
#

he also bad mouth C#

#

for using ;

hasty bane
#

i will shake hands with a macos fan who does java if they hate lua

barren shale
#

you use a debugger to get that function

#

and get the buffer

main brook
barren shale
#

then you can edit the buffer

barren shale
main brook
#

i mean you could post process the packet

#

before being sent

barren shale
#

but i cant seem to find the buffer

main brook
#

heh

#

try doing it last minute

barren shale
#

yea i know

main brook
#

like monkey patch the socket

barren shale
#

i wanna find the buffer of the packet

#

unencrypted

#

before it gets encrypted

main brook
#

you can

barren shale
#

i cant find it

#

searched everywhere

main brook
#

i mean

barren shale
#

its hard to search in assembly code

main brook
#

why-

#

are you

barren shale
#

fUn

hasty bane
#

he is mentally ill don't disturb him

#

let him do assembly thing

barren shale
#

im not doing assembly

hasty bane
#

good

barren shale
#

im just looking at assemblty

#

a lot of assembly

hasty bane
#

still insane

main brook
#

honestly

#

Hamza is more sane

cunning summit
#

trying to find anything good about c#

main brook
#

than ier

cunning summit
#

How

barren shale
#

so here's the WSASend function

#

which is a function provided by windows

#

to send packets

#

here's a function in the game that calls the WSASend

#

so youd think the decrypted packet would be here right ?

#

WONG

#

VEWY WONG

#

ive been searching for it for 2 weeks

#

i just wanted my decrypted packet ;-;

main brook
#

just why

barren shale
#

making hax

#

in a game

#

this is basically hax mmos 101

#

first get decrypted packet and send function

#

second send your own packets

#

third hax

#

second and third ez

#

first very hard

#

help

#

;-;

#

imagine not knowing how to read x32 assembly code

#

cringe

cunning summit
#

imagine

#

not using lua

#

i'm out

barren shale
#

good

main brook
#

good

#

go away we don't wanna see you again

#

@barren shale suggestion: try using high level language

barren shale
#

you cant debug apps

main brook
#

you can

barren shale
#

with high level languages

#

you cant

main brook
#

you just need to use extensions

barren shale
#

wont change anything

#

since the variables will all have random names

#

it would make it harder

#

atleast assembly doesnt have variables

#

it just has a couple of registers

#

and 2 stacks

main brook
#

heh

barren shale
#

registers are like variables

#

and stacks are like arrays

main brook
#

ehM

#

not high level like that

#

i mean

#

they are raw data

#

on the memory

barren shale
#

its like binary

#

but readable

#

that's basically what assembly is

main brook
#

assembly seem to use hex

#

and then convert itself to binary

barren shale
#

the debugger shows hex

#

cuz 2 things in hex

#

are 8 digits in binary

#

so hex just saves space

#

i can change the view to binary

#

so each 2 hex are 1 byte

#

00 is 0000000

#

01 is 00000001

#

i cant count

#

XD

main brook
#

hah

barren shale
#

yo mama

#

fat

tropic dagger
tropic dagger
barren shale
#

i-

#

is that

#

is that mini modding

tropic dagger
#

No they were confused on where to go after a bit.

barren shale
#

is that excuses

tropic dagger
#

No actually.

#

Go read the context around the quote.

#

Rei did the mini modding.

tropic dagger
cunning summit
#

relevancy?

tropic dagger
#

Your age is in a range of 8-8.

#

Lua sucks.

cunning summit
#

what

tropic dagger
#

Dynamically typed discipline is really bad.

#

Using a function keyword instead of a return type is not as readable.

#

If everything is an object, then it becomes a little annoying to read.

#

If you're using . every three letters, stop.

#

Lua is just not great.

cunning summit
#

. every 3 letters?

#

fam

#

what is you on about

tropic dagger
#

Nothing you're not big brain enough to understand.

#

You use child language.

#

Join the big boys.

cunning summit
#

"child language"

#

"big boys"

#

yeah ok bro

#

makes sense

tropic dagger
#

An endline character makes code more readable.

cunning summit
#

wtf is an endline character

#

the ; thing?

tropic dagger
#

In C/C++,
int x, y, z;
Is legal.

tropic dagger
cunning summit
#

it doesn't make it more readable

#

lmao

#

it's just there

tropic dagger
#

No.

cunning summit
#

z

cunning summit
#

ofc that is a thing bro

tropic dagger
#

Because it also allows you to do stuff like:
fputs( "X_string", stdout );

#

It helps with things that look better split into multiple lines.

cunning summit
#

i have no clue what that means

#

but

#

ok bro

tropic dagger
#

A comma operator allows for multiple operations per line.

tropic dagger
#

But the parameters are spread across lines.

cunning summit
#

lmao wtf that's stupid

tropic dagger
#

Why you would do that with fputs() I don't know.

tropic dagger
cunning summit
#

do you HAVE to put them in separate lines?

#

or is that optional

tropic dagger
#

When you have a function that needs three-four+ parameters, it becomes a great option.

tropic dagger
cunning summit
#

just like lua

#

what are you even on about

#

???

tropic dagger
#

fputs("X_string", stdout);

tropic dagger
#

for( ... ;// Vars ... ;//Condition ...) // Execute { /* Also execute */ }

#

Multiple variables in one for loop.

#

Which isn't possible with python-style.

#

And is actually pretty useful.

#

Done with a ,.

#

Operator overloading in C++.

cunning summit
#

why would you even need that many when you could just create a table lol

#

it's not that deep bro

tropic dagger
#

No, because dynamic types are error-prone.

#

They're good for learning but once you need to a parameter to be int, it can get bad.

#

type(var) == int will almost certainly produce an error.

#

So just writing
void func(int param); works better.

cunning summit
#

wtf does void even mean

tropic dagger
#

No type.

#

If your function doesn't return any value, you use void.

#

It avoids a warning.

#

Or even an error.

cunning summit
#

so instead of just doing

#

if (function) then end

#

you do

#

void?

tropic dagger
#

No.

#

If you want to put a function in an if,

#

You use bool func(...);

#

Or int func(...);

#

Or anything but void really.

cunning summit
#

ngl bro i don't really speak the language known as bad programming languages

#

but

#

c++ is always going to be ugly

tropic dagger
#

Bad?

#

No.

cunning summit
#

every language is ugly compared to lua

tropic dagger
#

Use VSC.

cunning summit
#

dude

#

when will you speak english

#

oh

hasty bane
#

average lua fan vs average c enjoyer

cunning summit
tropic dagger
#

Todd uses Pascal as far as I know.

cunning summit
#

talking about things that don't work

#

c++

#

is just

#

ugly

#

like legit

#

it's just

#

an ugly language

#

even if it's useful, it's still ugly

hasty bane
#

who needs readability

#

this post was made by malborge gang

cunning summit
hasty bane
#

it usually is just

#

readability + slower but shorter code vs speed but harder to read and potentially longer

tropic dagger
#

What does
gl_CreateWindow() do?

#

I bet it creates a window.

hasty bane
#

executes rm rf

tropic dagger
#

Bruh

#

getc();

#

Nah

#

Look what stdout expands to real quick @hasty bane.

hasty bane
#

na

tropic dagger
#

It's like

#

io_jobarc or something I don't even know.

#

Thank God for stdout.

cunning summit
tropic dagger
#

You know what that line does.

#

Same with printf("EA");

#

It prints.

#

The f means format.

#

When you learn what stuff means, it make sense.

#

The keywords are simple, the built-in functions are (mostly) descriptive.

orchid frigate
#

Anyone remember the old "OMG no signal on monitor!1!" problem I had? Well apperantly its worse then i thought

#

i cannot enter uefi settings at all because no signal meaning no cpu virtualization meaning no virtual machines, meaning no easy loading boot sectors

#

so yea if you got any idea on how i can fix this complete mess of a pc feel free to share

tropic dagger
#

@orchid frigate get a new PC lmao

#

I actually don't know.

#

Try using another monitor.

main brook
#

sighh

#

ier is still shitposting

#

smh

main brook
#

#🤖bot-commands next time

tropic dagger
#

@quartz grove can you like, not clog up this chat?

quartz grove
#

Sure

tropic dagger
#

Ight.

#

Thanks bro.

main brook
#

FOR GOD SAKE

#

SMH

bold rover
#

Hey @unkempt shell can you deal with this^^^

unkempt shell
#

@timber grail @harsh orbit do not use bot commands here

bold rover
#

Thanks in advanced to,Also morning👋

unkempt shell
#

Or you two @quartz grove @exotic shoal

timber grail
tropic dagger
#

Interesting take.

bold rover
tropic dagger
#

Coding is hard as it is, don't clog up a help (and kinda hangout at this point) channel with meaningless and trivial things such as checking your rank.

bold rover
#

This^^

knotty root
#

hi guys i am a coder codes\

gentle steeple
#

lol

#

not coder but i run a studio

main brook
#

what studio

gentle steeple
#

Nightingale Studios

#

me and my dev been working all month for our new update

#

were still pretty new as a studio

main brook
#

ah

gentle steeple
#

our first game got rushed out due to some health related things with our last dev

main brook
#

youch

#

i hope they're okay

gentle steeple
#

uhhhh

#

this game has a kill rate

#

🙂

#

but were busy trying to curb the damage an early release did

#

BUT were doing that while trying to develop a second game

#

im an insomniac ADHD with an overactive imagination

#

and a decent 3D artist

bold rover
#

So pretty

#

You can share it in #🎨art people would love it

gentle steeple
#

all will be seen in my next game

#

though none of these 3 will be playable

#

you can see and interact with them

bold rover
#

Oww,But Really recommend Putting them in #🎨art so it wouldn't be floody

#

But Honestly Lovely workwblove

gentle steeple
#

yeah

#

game should be out for public in about 6-7 months

#

we work fast

#

made our first game (even though was early release) in 11 days

#

included 25 waves, 14 guns, and 4 enemy types

#

and while were still updating it, a lot of the fire went out of it when the original developer died

bold rover
#

Ow wow

#

Sorry for the lost of your team

gentle steeple
#

yeah new dev is awesome too

#

our studio has a 2 person body count

#

😐

#

our planned game... is going to be a LOT more intense

bold rover
#

Ow goodluck to be honest,Get some rest to time to time

gentle steeple
#

🙂

#

ill rest when i make enough from my games and books to live off

#

im doing all this on top of a 60 hour work week

bold rover
#

wow

gentle steeple
#

im not a workaholic

#

just need to work that much to pay for my meds and housing

#

American:
+50 for ease of starting a biz
-20 for cost of healthcare
+100 for Yankee doodle dandy
-50 for rent to income gap

#

im a severe ADHD Bipolar manic

#

my medication bills almost equal my rent

bold rover
#

We should talk in DM's this convo a bit off topic but DM are open

#

So feel free to share there

gentle steeple
#

i mean the bonus i get is i have the hyper imagination to make an entire tolkien styled universe in 6 years

hasty bane
#

that is pretty cool

gentle steeple
#

features for our planned game:

- The station you are given can be upgraded to boost the aspects of your currently active ship as well as store more ships and even automate blueprint commodities, and sell them to traders. 
- You can take bounty hunting missions, both alive captures requiring the use of EMP weapons and a tractor beam, to kill on sight ones where firepower is the answer.
- Transport people to and from stations for a fee.
- Raid Transports with rare materials to cut costs for manufacturing, but be careful not to get caught doing this!
- Hire other mercenaries to fly with you for a short time to lend a hand in tough missions or just protect you when your loaded with very valuable cargo.
- A vast arsenal of weapons each with their own uses that can compliment your preferred play style.
- 80+ components to help you augment your ship, from weapon enhancers, to thruster upgrades to improve turning, even quantum storage modules to increase your ships cargo capacity.
hasty bane
#

ooo

gentle steeple
#

yes

#

also our first game will have a free weekend this weekend to celebrate our first major update

hasty bane
gentle steeple
#

yes

#

link on my studio website

hasty bane
#

aight

gentle steeple
#

sales help with making more games

hasty bane
#

ic

gentle steeple
#

im no dev but we had a total rebuild of the game in 12 days, nearly drove my dev insane

hasty bane
#

lmao

#

12 days

wet girder
#

holy shit

hasty bane
#

it took me 12 days to figure out how to make a camera in unity

gentle steeple
#

yeah

#

our new dev put like 10 hours a day into it to fix it hoping to get it released so the original dev could see it launch before they died

#

legit took vacation days

hasty bane
#

whew

gentle steeple
#

made it by 6 hours

#

and were still chugging away trying to do 2 games at once

hasty bane
#

hmm

#

sounds really difficult tbh

gentle steeple
#

yeah

hasty bane
#

you're a team of three people, right?

gentle steeple
#

2 effectives

hasty bane
#

i see

gentle steeple
#

river did the steam art

#

i do all the planning, takku does all the development

hasty bane
#

hmm

gentle steeple
#

so far it works

#

i mean Expanse takes place inside my IP

#

so do the Dauntless and Reliant books

hasty bane
#

i hope you guys don't get burned out working on 2 games at once

gentle steeple
#

probably will eventually

#

but we dont plan to work on the first game for much longer, just for the fact that were not moving it past the original ideas me and the first dev had

#

respectful thing

hasty bane
#

alright

#

looking forward to the new thing

gentle steeple
#

yeah

#

biggest obstical is funding and reach

hasty bane
#

yeah

gentle steeple
#

funding we can get around with enough reach

#

but most of my reach is just luck

#

not able to focus on building some following via streaming of video making

#

mainly because i have really really bad internet

hasty bane
#

hm

#

aw

gentle steeple
#

DSL

hasty bane
#

that sucks

gentle steeple
#

like 300KB/s down 75kb/s up

#

i can stream

#

as long as its at 260p

#

🙂

hasty bane
#

lel

gentle steeple
#

and a 30 minute video takes 5-6 hours to upload to youtube

hasty bane
#

sadly i don't have any experience with that sort of stuff

gentle steeple
#

yeah

#

so i keep trying

#

my luck isnt anything to write home about but its kept me alive and out of jail

#

😂

hasty bane
#

that's already pretty good hapeepo

gentle steeple
#

yeah

#

just wish it applied to lotto tickets

hasty bane
#

lmao

#

yeah that would be pretty cool

#

too bad lotteries are the biggest scam ever xd

gentle steeple
#

yeah

#

i mean winning one is NICE

barren shale
#

yeah winning is so nice

hasty bane
#

the odds though

barren shale
#

but ur probably gonna die before u win

gentle steeple
#

yes

#

i mean if only

#

but yeah

somber jetty
gentle steeple
#

yes

#

well me and my dev

#

in 12 days

gentle steeple
somber jetty
#

i wanna support you

#

but i just used my money on some development in boblox

gentle steeple
#

i mean thank you

#

were trying

#

this company is my fiance's legacy

barren shale
#

Imagine not using C#

gentle steeple
#

park rangers is my devs legacy

barren shale
#

C r i n g e

gentle steeple
#

my dev died of cancer my fiance of an anuysim so yes a studio has a body count

somber jetty
barren shale
#

W0t

#

@orchid frigate

orchid frigate
#

Cavs food

#

Cave foos

#

Cave fodo*

#

Good enough

gentle steeple
#

yeah

#

all in the last 2 years

#

i work 60 hour weeks

#

to afford everything and struggle to fund these games

#

but hey trying is better than never trying

#

what we do to fund our desires

#

well our next update is big, over a month of work

hasty bane
gentle steeple
#

what

#

100% redo of the vfx

graceful grail
gentle steeple
#

good

#

progress is good

graceful grail
#

I got Python and I did something

graceful grail
#

So yeah

gentle steeple
#

cant be newer than me

graceful grail
gentle steeple
#

then your above me

graceful grail
#

Hm

#

How so?

gentle steeple
#

it took me like a week to get that right

graceful grail
#

Hmm well at least you got pass it.

gentle steeple
#

more i got to the point where i hired someone to do it for me like a real manager

graceful grail
#

Oh I see

#

Well you do art right?

gentle steeple
#

...

graceful grail
#

If so your better at something then me

graceful grail
gentle steeple
#

i dont do art

#

my art is wood carving and management

barren shale
#

Now imagine

#

Not using C#

#

Cringe

tropic dagger
graceful grail
gentle steeple
astral ingot
#

what language is world box coded on

lusty heath
#

C#

tropic dagger
gentle steeple
#

lol

#

i plan to command a massive fighter in battle

#

raiding unprotected merchants in the deep expanse of space

#

emp hits to disable their coms

tropic dagger
#

Theoretically.

#

But to do so would be extremely difficult and require machinery much more capable than ours.

#

You may even want a quantum computer.

#

You'd need complex (perfect) knowledge of Physics, Chemistry, Biology, etc. etc...

#

If you wanted it to be perfectly realistic.

#

Or you could just try it now and make one that is semi, or not at all realistic.

#

It just depends.

gentle steeple
#

aka gmod

#

🙂

#

gmod is the original god sim

barren shale
astral ingot
astral ingot
gentle steeple
#

unity might be better language but the costs are atrocious

#

unreal is where its at

#

5% after you make a million

#

free tutorial vids

#

tons of easy assets

#

both blueprint and C++ systems

#

i know very little about coding and i could make a basic flight system and map to fly around

tropic dagger
#

Oh wait Unreal is that easy?

#

I do enjoy C++ more than C#.

tropic dagger
#

I kinda imagine his question as more of a universal simulator.

#

With maybe a console ore something.

#

Also there were god sims before gmod that were actually pretty good.

#

Forgot the name of the one I know of but it was apparently groundbreaking or something.

gentle steeple
#

yes unreal is easy but it depends on what your building for

#

unity is best for building for mobile

#

godot is best if you want to spend ZERO extra on fees but you pay for it in the much smaller community and less capable build options

#

Unreal is the BEST high end graphics engine

#

unity's shading and ray tracing has issues

#

unreal excels at it

#

and if you want to make a serious game with a LOT of potential income unreal saves you

tropic dagger
#

Yeah.

#

Unity is probably the best for mobile game dev in general, with only Java (the entire language) being it's rival in popularity.

#

If an engine can toe-to-toe with a language, it wins.

#

Unreal is pretty great from what I've seen.

#

DBFZ is made with Unreal.

gentle steeple
#

i mean so many cool epic indie games are

tropic dagger
#

Yeah.

#

And Unity is used in mobile dev.

gentle steeple
#

yeah

tropic dagger
#

There's a lot of indie asset flippers too.

#

And then there's WorldBox.

gentle steeple
#

and godot is for when you want to make cool web playable games

#

yeah

tropic dagger
#

No Godot is good for Linux from what I hear.

gentle steeple
#

my studios first game is currently and like always will be an asset flip

#

mainly just because its not growing past its initial vision

tropic dagger
#

If you want web then I actually don't know.

gentle steeple
#

given the dev who started it is dead

#

GODOT

tropic dagger
#

Yeah.

#

Godot is used for Linux games.

tropic dagger
#

Must have been a huge loss.

#

Especially so early.

gentle steeple
#

yeah but our new dev took over and rebuilt it in 12 days so the old dev could see it launch on steam with at least the basics for a game

#

12 days to do 3 months of work

tropic dagger
#

That's nice though.

gentle steeple
#

he finished with about 6 hours to spare

tropic dagger
#

And that dev is speedy.

#

But he did have a model already there.

gentle steeple
#

yeah all models there

tropic dagger
#

But at least the other saw his work enter the world.

gentle steeple
#

but added entire ai, wave systems new vfx and flushed 3 new mobs

#

sadly there havent been many sales

tropic dagger
#

What is called?

gentle steeple
#

Park Rangers of the Undead

tropic dagger
#

Ah.

gentle steeple
#

website in my bio

tropic dagger
#

Yeah.

#

Well, good luck with your current projects.

gentle steeple
#

i shall convert you into my holy army

tropic dagger
#

Ok?

#

I'm actually already in a few holy armies.

gentle steeple
#

go forth my soldier and spread the word

tropic dagger
#

Yes of course.

gentle steeple
#

new update and free weekend kick off tomorrow

tropic dagger
#

Oh nice.

knotty root
#

@blazing ridge Don't flood the channel with emojis.

barren shale
#

vash be minimodding

knotty root
#

True.

orchid frigate
#

Mini modding= c# so not pog
Mega modding = c++/assembly so very pog

#

Also @barren shale

#

C# aint native so you can't make an os with it

barren shale
#

assembly is good

#

but c++ is ew

barren shale
#

that means i wont fail trying

#

like someone

orchid frigate
#

I wont fail angry As soon as i get an emulator running and a boot sector done i will start working in the kernel

#

Which wont be as hard as expected as i thought i would have to fully write it in assembly

#

Thankfully its assembly and c++

lucid rain
#

@orchid frigate gl but eh

main brook
#

@orchid frigate how the fuck do you run opengl

tropic dagger
#

With a gigabrain.

orchid frigate
#

Wdym

#

Compile opengl code?

main brook
#

no

#

well yes

#

but no

#

eh nevermind

#

im just gonna use my laptop

#

my mom*

#

GUI on mobile sucks

#

you have to handle the display and shit

barren shale
main brook
#

hamza how to get a fiance?

#

oh wait

#

wrong person to ask

main brook
#

i forgot Hamza doesn't know how

barren shale
#

you dont need one

#

waste of money

main brook
#

yeah because you have less money hamza

#

smh

barren shale
#

i actually have a lot of money

#

having money doesnt mean you should waste it

main brook
#

woah literally 10/10 speech there

barren shale
#

dont bully me

#

or i cry

lucid rain
#

@barren shale cry

barren shale
#

now random people are pinging me

#

saed

lucid rain
#

@barren shale yes

barren shale
#

stop

lucid rain
tropic dagger
#

@barren shale cry

barren shale
#

okey

#

next one to ping me

tropic dagger
#

You're just sad because I'm confiscating your drugs.

barren shale
#

gets to get blocked

gentle steeple
#

Lol

bold rover
#

Discord blocking system is really bad,But ow well😄

gentle steeple
#

well park is free for the weekend

gentle steeple
#

and. may have to just give up on my studio for a while

#

wait till my life is less dumpster fire

keen hull
#

Yͮ̒̂uͮͫͭs̉̈́ͪuͮͫͭkͧ̔͊e̾ͨ̑

dusky aurora
#

1011011101110111010110110011010001011000101011100101101110000010100000001010001011111001001010110101000011111111111111010111010001010101001001011010011001010100100101010101001110011000010101001010

deft anvil
#

binary numbers

bold rover
#

Ow no...An ARG someone deal with this :v

glad forum
#

Who here knows HTML

main brook
#

im white

shy scarab
#

The

main brook
#

hat hacker

#

:mmLul:

knotty root
#

Hi

gentle steeple
#

hi

tropic dagger
#

Do you need help with HTML?

#

Just go to w3schools for that.

#

It's got a lot of references and info on HTML, CSS, and JS.

lucid rain
#

Who need ASM HTML better

tropic dagger
lucid rain
tropic dagger
#

Yep you have to write what is basically processor code.

cunning summit
lucid rain
#

Or sarcasm, depends

cunning summit
#

yeah ok bro

#

you thought html was a programming language

#

and when i called it out you claimed it was a joke

lucid rain
cunning summit
#

@lucid rain There is a thing that is called a "Joke"

#

Or sarcasm, depends

lucid rain
#

K mate

#

There is a line between being smart and just nit-picking. But who am I 2 judge, right?

hasty bane
lucid rain
lucid rain
main brook
#

mhm

#

they've been shit posting

barren shale
#

rei posting

main brook
#

hamza posting

silk oriole
#

x86Assembly Cookiesmirk

lucid rain
#

Yes

lapis flint
#

Use #🤖bot-commands for this

knotty root
#

@barren shale you stole my name!

#

YOU ASLO STOLE MY PROFFESSION!

#

HERESY!

barren shale
#

I stole nothing

bold rover
#

Don't try to start a convo

wind wedge
#

Why not?

#

I wanna watch

ebon snow
#

How do you get power box on phone

bold rover
#

You can't

#

And not the place to ask

barren shale
bold rover
#

Still me

barren shale
#

what type of a kia

#

sorento ?

bold rover
#

No Im actual kia

#

And Leveled up to bear

bold rover
#

Also no one would impersonate me

#

Hopefully

main brook
#

omw

#

to impersonate

gentle steeple
#

lol

#

honestly just trying to find the right developer for a project

main brook
#

oh definitely

#

our old roblox dev team sucks

#

we have like 5 programmer

#

and we insult each other code

#

imagine you come in to an argument

#

Me: hey g...
TT: no your code suck it doesn't need another server interaction
TrainDev: no fuck you stop making bridge from server to client its utterly useless and dumb
TT: how dare you moron, i fuckin made this to easily make our programming easy
TrainDev: oh yeah? then why the fuck its buggy

gentle steeple
#

lol

#

theres a reason i prefer one dev to a project and everyone else that codes is comissioned

north dune
#

database management through ingame mod

#

because shrugR

deft anvil
#

Wait you know who’s been using simple gui?

#

How

astral basin
#

very nice

north dune
#

thank you again, this nuke is too cool lol

north dune
# deft anvil How

i can grab unique ids as anonymous users.. but luckily the game integrates discord now and i can id people using it

#

all the users in that screen opted in to let me use some data

barren shale
#

cody is slowly becoming china

north dune
#

i just wanted some cool stats

barren shale
#

TRACKING PEOPLE

#

YOU MEAN

north dune
deft anvil
#

Chinese Cody

astral basin
barren shale
#

that's a lot of names ngl

north dune
#

most of the stats i get are about worlds people play on

#

fun to see the sheer time spent and numbers with it

barren shale
#

TRA CKING

#

STALIkING

#

CHINAAAAAAAAAA

north dune
#

the original purpose of all this

#

was catching pirates

barren shale
#

give it to the chinese government ?

north dune
#

and i was gonna do it by using a hard coded email address

#

that emailed itself proof and could have been hacked by anyone snooping the file

#

this is way better

barren shale
#

but you cant do anything to people pirating

north dune
#

says you

#

MODS

#

I HAVE SOMETHING TO REPORT

barren shale
#

i have free premium

#

whgy would i pirate

barren shale
#

since i live in syira i had only 2 ways to get the premium

#

PIRATE

#

or translate

#

so yea i pirate

#

jk dont ban

#

pls sad

north dune
#

im dming staff right now