#technology
1 messages ยท Page 54 of 1
bruh my math major friend cant even help me
can't you unwrap then interpolate?
this is what happens when i DONT interpolate
What I mean is, unwrap, interpolate then seam and smoothen
well, you only need to mess around with the edges
It's not really seam
you just treat that the bottom of the map is connected to the top of the map
then you adjust the values accordingly
so it's like having 2 pointers facing to the same 2d array map
but you are comparing in a way that
pointerA[top][x] = pointerB[bottom][x]
This means you also have to ensure that any form of propogation or smoothing loops around the texture
so you can see the 4x4 pixels right?
yeap
why is this looks like realistico minecraft texture pack
Is that after you seam it?
no thats just the non interpolated one so we can see it better
oh
also @severe falcon bilinear/bicubic only does it per axis
well you are kinda correct
we could repeat the process 6 times since it's a cube we're talking about
3*
3 times actually
lets just go ahead and make a 6D hypercube
fuck linear algebra in general
or the edges doesn't interpolate 
i mean i need a function to do linear interpolation first
but at least I see the use of it more than calculus though ๐ค
linear algebra is good once you found a shorcut
yeah
the problem is that its either ONLY for 2D images or its not meant for resizing
ok so what if i take the noise
and then pseudo wrap the edges
That's fine
also hm you wanted tileable noise?
why don't just wrap around the coordinates with modulo
if you are going to shape it anyway
FUG
I found something interesting
He made the wrap from the noise
WTF

this is what im thinking
also you know this thing i posted earlier?
thats using the code from that page
though now im wondering
am gonna do a 2048x2048 image of both and see what they do
ok now i wish i made the percentage bars
But that pseudo wrap feels weird
why are you just copying the values
wouldn't there be a weird transition
00 -> 30 doesn't sound smooth
well yeah if i do that AFTER i made the noise
but since the noise is made in passes, what if i make the noise just do that?

alright im gonna kill it and then add percentage counters
we havent even seen if what im talking about is possible
I wish I was full engine degree
So like
my programming is advance but not expert
those in the engine portion
phew
They are god programmers
god tier programmers dont know how to have fun though
They were talking about game engines to networking to os thing
they are the ones that think they are bound by euclidean distance in games
OS?
every program in existance gets converted to OS specific instructions
thats called mess around on a rpi
you dont even need to know assembly, Windows was made with C
is that allowed for mac?
what do you mean?
They are like, O MY SUPERIOR CODES
but a programming language is just translated to assembly so its all the same anyway
Wth is swift?
like python gets turned into C++(or C not sure) and then that gets turned into assembly
I never heard of that
Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, macOS, watchOS, tvOS, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworks and the large body of existing Objective-C code written fo...
oh right
since we're talking about language
someone came to my school to talk about kotlin I think
or was it go
It's from google
I'm not sure if I should try those or will it die
I wouldn't mind if my codes are shorten like this
But I'm the type of person who prefers to see what the hell I am doing.
I had bad experience with lua
Lua doesn't require you to even type the container though
But it's a major pain in the ass and the binding is just annoying
that looks very kotlin biased
Ikr?
It includes the comments
in reality it's just
struct Person { String name; };
or in c
struct Person { char* name; };
i dont remember my java code looking that awful tho
i certainly didnt use this.name when i could literally just use name cuz i didnt name my input vars the same as my class vars
look up there in the class part
Can java have initializers?
yeah
Like
Person(string n) : Name(n){ }?
Iforgot the syntax
scaling up the image size does not change the good terrain, but it does change perlin noise
so now i can make a scale parameter for the top one
python hates if you mix spaces and indents
which is a problem since gedit sees \t as 4 spaces but notepad++ sees it as \t
can python use templates?
whats a template?
its acutally just a problem with switching from work comp/desktop to rpi
Second template is
But if you don't get it
it's like
Animal<typename X>
and you create it with Animal<Dog>
or Animal <Cat>
no because it seems the fact that python doesnt compile means people have had to write third party engines to do them
also the time complexity of my noise is apparently mor complex than i thought
You might want to take note of this if your work is suddenly anal on c and c++
bruh my work has nothing to do with coding
cuz im still in college
i get paid $14/hr to headpat my scanner and shuffle papers around
the only reason im on discord at work is cuz i can multitask good
I want to be an indie game developeeeeerrrr

But I lack music and my art is just ok
thats gonna be my hobby
#461381136661217283 has fully developed the idea i had for my first stupid game
F2P battle royale where you are anime girls fighting over senpai
depleted uranium chastity belts?
no nips but there will be strike witches mode where none of them wear pants
i can now successfully scale my noise
so i can make a massive one and scale it
oh this is awful
4096x4096 is torture
surprisingly the most intensive part is setting the pixel values
guess who accidently put the ending thing inside the loop
@umbral onyx
so 255 seconds for the 4096x4096 and look at its majesty
all 2.8 MB of it
@umbral onyx python is typeless language so it's kind of pointless to do templates
making this noise tile is an NP-Impossible problem
@umbral onyx kotlin is made by jetbrains (the same company who made intellij idea) and go is made by google
javascript was made in 10 days and has nothing to do with java and its awful for web stuff
its the only time ive seen a program do:
x = afunction(stuff);
print(x);
and it printed null because it ran the print line before the function returned
reminds me of that post where let gives you nondeterministic results
while var is always set to default value
GO GAME TALK
GO FORUM
RELEASE YOUR DISCOVERY
btw
2.8 mb
ehhh
can't you save more space
I mean its still a full color png, sp yes
But i need it to tile
So im gonna mess around with the pseudo wrap thing

@subtle hawk you saw nothing of our 4D hypercubes and trilinear interpolation
so i got it working, and it tiles because all of them are islands now, and its making the ocean and rivers correctly, so now i just need to add the moisture map and then BOOM
wao
Hey team! After some tech advice here lol
Which tablet would be good for AL and maybe other gaming/Netflix?
I'm torn between iPad mini or maybe Android tablet.
shouldn't just about any tablet made in the past 3 years or so work for that?
my phone doesn't heat up that much though
get a flagship tablet

is there any probable reason why my internet is so shite, pc wise?
wdym
could be that the mirror used by the installer is shte
try to run a diagnosis of the connection
@severe falcon I hate arrays
Inflexible
Annoying to handle especially when you need it for memory management
hey lads
can someone help me pick an ssd
i literally havent read up on anything on months so idk what to get
i'd like an ~1tb ssd that i can carry into my next (few?) rigs without it dying on me while being quick
it's really cheap now
but I don't know, for stability standpoint and lots of capacity I still prefer hdd
well yeah
but like
i have a 575gb ssd..
thats full..
i have a 60gb ssd .. thats full
i have a 2tb hdd.. thats full
lol
is it going to be internal or external
internal
ah
people do external ssds? 
if you have spare 3.5" slot then go for the 12tb 
waste of money tbh
bullshit
i'm no poweruser
my server runs off 500gb hdds, stacks of them
my pc needs more storage
lol
the fact that by the time all 12tb is full it's either extremely slow or broken already 
https://pcpartpicker.com/products/internal-hard-drive/#A=6000000000000,15360000000000 hm they get expensive quick at around 10tb
doubtful
I've had my 600 TB array of 12 TB drives for a while now
so far none failed
outside of the ones with factory defects that I had to RMA
HDDs are tough sons of guns
40k hours, still running like it rolled out the factory
as for SSDs
so yeah go as much as your budget allows
I usually don't fill them ever
and I only have Samsung and Intel SSDs
and ssd slows down the more it's filled up
if you consider optane a SSD
I consider it as much as my old laptop's 8gb ssd
only for cache purposes
yet I managed to install linux on it
it's not what they're interested in
well duuh
nobody makes M.2 1TB SSDs that are not NVMe
lol
yeah I figured out why
In a rythm minimage.
Is is more logically correct to move a bar from one side of the screen to the other using positions and time rather than velocity?
Since screen size is dynamic
you use relative position
i was more on about how the cheapest ssd period is a nvme drive
Or would it be better to give a fix size gameplay area and use the collider and velocity since that predicts the position of the bar before hand.
like not even a qlc or tlc normal ssd
which correct itself on aspect ratio
Or even weirder, let each bar have a certain amount of time to reach a goal and - dt from it. Then you calculate the time left and translate it's position on the screen accordingly, that way you can calculate when the bar is close to the trigger.
For dynamic screen size
appearantly its 1tb more according to crucial
weird how 2 different programs say 2 different things
but the speed differs according to the size of the screeb desu, Letting the player change speed for a minigame is weird
Maybe I should just make a fix adpect ratio

also you'll trigger 4:3 and ultrawide people if you do fixed aspect ratio
oh
note its radius as 1.0
then?
and base your game's scale on that value
so yeah basically that
unless you want to make everyone have the same visible area then do what AL did in-game
i was wondering why my phone didnt properly support AL 
hmm
because sometimes you have portrait setting where width is less than height
I can't show my progress here
Hmmmm
lemme dm
nvm, can't find the recording

can't build either
fuuuu
tfw you add something to your program but you madde sure it doesnt change anything and now your program doesnt work the way it was before
man, after I know how to write Kotlin now I feel like Java has lots of bloat in the syntax
i hate myself
oh also
whoever said they dont make mlc 1tbs anymore
i got wasted by 30 mins
i just found a whole slew of them
++ doesnt work in python
python sux

I was force to make a game with a team using a custom engine made and improved for 1 year
So like, the lua doesn't have proper debugging tools
also base 5.1 is VERY limited
so I usually ended up cutting the code function by function to locate an error

Binding a shit too
oh boy this reminds me of the last demo I wrote
trace() everywhere
I want breakpoints and steps dammit
(and yeah it's in Lua)
But my programmers are very good at their jobs
Just that... wished they focus on improving the lua debug portion
and serializing of data inputted in the game
Here's the thing, any variables added to an object in the game editor with the exclusion of the transformation and graphics is temporary
So I had to set the default values of custom components at the beginning of each script

Imagine having 20 of the objects using the same component
so i have original here
This is a video capture of the final version of it which is initially released for Battle of the Bits Very Rare Formats compo. The demo features an extended ...
if i remove rivers smaller than length 2
Is that black spot a hill?
WHY DID IT GAIN RIV- oh wait
the best thing about this engine is that it doesn't have interrupts at all and anything that execute longer than a frame will lag the entire thing
im taking the sqrt of the values so the colors would be brighter
so yeah I have to abuse coroutines
where are the ocean?
if i raise local mins by 1 and lower local maxes by 1, then i should get just long rivers
this is terrain
height is brightness, im thinkin 64 is water hegiht
personally, I think it would be interesting to have a planet filled with water
64 is water height
is this minecraft

red is local maxes, blue is local mins, so raising/lowering should make some of them die
255
technically 256 if you count layer 0 as 1
Eh
yeah but this is just the gradient levels of the height, i can make ti whatever once its in the game engine
i mean that would just be if it managed to make a cliff
itll automatically find those
no the river algorithm
it just goes where the steepest slope down is
going off the cliff is the steepest slope
i mean minecraft had some good ideas
So your terrain can have cliffs too?
yeah
exactly 64k blocks chunk
if the terrain randomly makes a cliff then yes, but no overhangs or caves
Cause it's a height map right?
(16x256x16)
I don't really know how to handle shadders for height map
what do you mean shaders?
oh, you mean bump maps
I think it nudges the reference vertices per drawn pixel
so if a height is at 255 and the tile beside it is 1 there will be a really ugly texture stretch.
but I don't know how to handle that
had to refer to store
cant stretch if there are no changes in texture

hm who is this bucky
ibuki
ah lol
fake bucky
but if i can generate the UV textures myself, i think i can just make it stretched on the texture itself so it will be uniform on the terrrain
still shader is an interesting thing
oh shaders will be fun, cuz im gonna make it cel shade and outlines
it makes even 4k pc demos looks very impressive
and then ill make the lighting POP
while crushing the gpu in the process
not if i keep the textures and models simple enough
i mean breath of the wild didnt crash switches
yeah right
plus colored cel shaded lighting sounds fun
these days we have gpu to do very repetitive and parallel computation
and my models are probably gonna be very low res compared to most modern game, but imma hit those normal maps
plus with the way the terrain generates, itll automatically create its own lower res versions for long distance rendering
ah, mipmapping
nope, the way the noise is made just relies on using that in reverse
I remember crashing my gpu when I turned that off
it makes a low res version, then makes higher res adjustments until the final thing
hm
and then all those make this
actually i think i can make it show the finals of all of those
that 1, 4, and the final of 6
Say fire
What game did you want to make with that?
A sort of adventure? Resource management?
Conquest?
i mean in short: basically skyrim
Terrains that differs like that will be hard to make a game that ensures the player plays correctly
what do you mean?
A game essentially is a smart design to make the player feel entertained
Having an adventure on a randomly genererated terrain is extremely different from exploration
hold on i gotta drive to school, ill be back in 20 mins and we can discuss
What I'm trying to say is designing an adventure on an openly randomized terrain is difficult. I could see stuff like find an xxx thing or hunt xxx thing quest.
m.2 ssds are fine for gaming right? dont really need to worry about it breaking that much?
However, the goal is to make the game interesting to play. There's an issue where people thought that they need to design less with randomly generated content.
But it's the complete opposite
You need to game design more.
For example, the progression of the adventure, how to elevate the terrain just right for the towns
Rogue likes are different though
this is open world
minecraft's main purpose is exploration
not adventure
adventure have a determined start and end point. Exploration is flexible on those.
But for rogue like it's nice
cause the city and the dungeon is seperated
So you could split the events fairly
and code when to give the player a sense of progression
yeah
rougelike is basically you place the generation within progression
while adventure does the opposite
@undone torrent
@umbral onyx at school now
you mere mortals assume im not gonna randomly generate EVERYTHING
lol
im planning on making roads by using the river algorithm, but then making it go to the pixel closest in height
yeah
bruh i have to design the algorithm to make it do that though
which can be done by easy filters like moving average
don't random gen all
but imagine skyrim except you can regenerate the entire world
you wont always see those 2 wolves on the road to riverwood

there might not even be a riverwood
u think game design is aids
Those are fine but please
hes a game designer
Control
till you have to make an OS by yourself

what do you mean by control?
dun ran gen all
what shouldnt i random then?
obligatory
why not make those random?
I think what he meant is that at least give a route for game progression
why should you always either have to go with hadvar or ralof? what if they both get random genned and then they ahve family of some sort in a town near the one you almost died at
like how minecraft has advancements
oh yeah there will be progression
And how does it work?
in fact thats about the MOST random part of skyrim
i mean i havent fully figured it out yet

i just know there will be like 5 races, 6 kingdoms? nations? factions? idk but 6 of them, continents, technologies, etc
what's the art style you're aiming for?
i mean its not gonna be realistic
when in doubt, pixel art
oh no its full 3d game
Whut's this?!
hm maybe low-poly then
its gonna have to be low poly cuz theres gonna be backface outlines and ALOT of npcs
you uhh
but the normal maps will hide that
yeah, it's not 90s
i do if i want 200 npcs on screen all of them having clothing and backface outlines for everything
that sounds like something you shouldn't do in python
its gonna be in unreal engine
ah
The main character can remain high poly, and it's not like you will see all 200 as 3d models without lod.

python is only for making the heightmap and the masks so that unreal can make the actual terrain
oh yeah I forgot the term lod
but its gonna be the same model for all chars
are you going to randomize assets too
but race and gender will have diff models
im gonna make very modular clothing so that i can give them random stuff that will look good
How many people are helping you
0
i mean other than tutorials
aha but its like the fireworks analogy though
yeah its a big task to draw a frieworks show, but an algorith that makes one firework can be run 50 times
Can you 3d model?
kindof?
Can you rig
Can you animate
or animating
exactly
will it be full model or chibi
uhh kinda inbetween?

bruh my hands shake when i come to update you with my latest step in the terrain process working

i love this kind of coding
I'll be rooting for you then
I could one man a game but I'm in perpetual demotivation and anxiety
i already have a crazy amount of lore and culture for the races in my head
everyone have their own big projects and I'm sitting here doing random stuff
@subtle hawk you can draw me a guide so i can make a 3d model of it
@unborn flickerwhat you need... is a friend
a friend who is interested in making games

The power of a team is the best motivation
oh yeah that helps alot
I want to be an indie game developer
yeah with how hard to find one these days
My assignment is to find a dream job ad
pig tho, you wanna draw me a guide? kune is too gae to actually draw it
what guide
I'm not sure if can post my 3d model here
hm are you under pressure of your parents or some sort?
basically a base for a female char from the front and the side
I see
you can also use me
lol
You may not know this
pig its this but draw horizontal lines across and make sure everything lines up
oh
model textures you mean
every single ONE ive found has had its measures off
but i need a guide though
You don't need to be super accurate to the guide
so i can either use the front, or the side, as the correct one and then that cuases problems later
you just guess what looks best
also pig can capture the fine line of anime style im looking for
and try to make all the faces have 4 sides
or is it just a 3d model guide?
yeah its just a guide
yeah but 3d
you don't have to trace
i mean im gonna adjust it afterward but having a guide to start with makes it go by so much faster
well, I can't give you advices on dimensional perception
yeah i dont need that kind of stuff, i literally just need a competent artist to make a guide that doesnt have horrible inconsistencies
๐ค
the best one i found had a 4 inch difference in the crotch height of the front and side
also how are you going to do music
listen
or just think of it later
ill figure that out when it becoes an issue
ah lol
also i have a math major friend who loves games and owns 6 ukuleles and 3 guitars soooo
be degen like me when I 3d model
oh also pig, if you DO end up making a guide for me, a hand guide would also be appreciated but i can probably find some online
i have man hands tho
I do too
oh wait i think i still have kune's
@umbral onyx do you still need fireworks thing?
not really
i just have to make biomes but thats 2 comparisons
will need help with actually deciding biomes though
ah yeah minecraft's grass color map looks like that too
are you going to randomize precipitation and temperature data too
well height is gonna be mostly temp
well yeah you can influence it
i might randomize temp based on height or just use height
height + base temp
but moisture is just another noise map
well just make the random range larger if the height is lower
moisture is the x of that image and height is the y, but im gonna try to make the beaches rocky without moisture and the ocean greener with temperature
or something idk
Anyway heading back to work so ill be back in like 30 mins
Am at takao bell
Just realized the biggest obstacle is balancing the races
Seems difficult to get most players to not only pick the one that can fly and equally difficult to get anyone to pick the one that can only breathe water
Takao bell
Ataco bell

I'm still torn between iPad mini 4 or 5 for AL and other weeb shits
Flagship tablets are so expenny

Don't use apple
Problem solved

Well if you want flagship devices, go for like the new note, or S10
Or Razer phone 2 like mine. Runs smoothly
I feel like the iPad Mini is better than most similarly priced Android tablets.
Phone I always used Android, but mine started lagging when playing at 60FPS. just don't want tablet device that's slower than Laggy's speed of understanding what's going on at degeneral 
Like it lags for few sec and you got hit by like 10 boss Torps and your vanguard ded.

iPad Mini 4 is lot cheaper now as retailers are trying to get rid of it, but I don't have enough info from AL users about it. iPad Mini 5 is still a bit expenny 
The iPad Mini 4 has the same SoC as the iPhone 6/Plus so it will more or less run the same as the iPhone 6 I believe.
The iPad Mini 2019 (5) has the same SoC as the iPhone XS/Max and XR.
The iPad Mini 4 has 2GB or RAM and the iPad Mini 2019 3GB.
IDK what that translates to in terms of performance in AL though.
If you want to just throw money at the problem there's the 10.5-inch Samsung Galaxy Tab S5e, the 128GB model has 6GB of RAM (the lower one has 4GB). The S5e sports a Snapdragon 670 and a 2560x1600 Super AMOLED display and a microSD card slot.
So it's a similar resolution as the iPad Mini 2019 but on a larger display so less PPI. But IMO still a good pixel density.
Though you're looking at $430 USD off of Amazon.com for the 128GB variant of the S5e which is more than any iPad Mini.
but is it durable

go check jerryrigeverything
scratches on a level 6 with deeper grooves on a level 7
Aria watch him test the... what was it called. Nextbit Robin
I didn't know you could make a phone out of paper plates lmao.
@stone wave new video of his?
nah its 2016
The nextbit robin is quite a beautiful and unique phone. It does have 32 gigs of internal storage, but it comes with an extra 100 gigabytes of storage includ...
@stone wave thanks for that. I already threw my money at gems so probably can go like iPad mini lmao

Mm. Apple had big scandal about slowing down old ones too so yeah 
if the Amazon Fire HD devices ran AL well enough I'd just say get one of those.
But they lag when too much shit is going on.
I had AL sideloaded on a Fire HD 8 and Fire HD 10 and neither ran smooth enough for me to recommend unless all you do is auto.
Mini 4 32GB is like 370 USD and Mini 5 is $447 USD in my currency
damn

how bad is the S5e?
S5e?
ah, well don't know much about tablets 
well its memory is alright
6/8GB
its processor is kind of slow though
which one?
Processor: Qualcomm Snapdragon 670 Octa-core processor (2ร2.0 GHz & 6ร1.7 GHz)
the S5e is 4/6GB
SD 670 is what they got on the Pixel 3a/XL
7,040mAh, Fast Charging, 14.5 hours video playback 
Hmmm... if you also need a phone just get a Pixel 3a XL Sparky lol
thats a big ass battery
it's a 10-inch device, it better last lol
@trail yarrow what country u in
at this rate we're going be like just get this Ryzen 9 PC with a RTX 2080ti and 64GB of RAM

cause we keep recommending shit that's slowly more expensive than the last thing

I use Nokia 7 plus. It's been doing ok
also use the code WIRELESS for their free chroma wireless charger
when buying the phone
๐ฅ
Things are so expensive here
oh shit there is a kiwi emote
eBay that shit?
Yeah so mostly I end up importing things here because local market is pretty bad
yeah ebay sells it of course

Nzd is sooooo weak
oof
just give me money, ill buy it, and ship it to you 
cost of living yo

$400k for a house
where im at you need to make like $65 an hour to afford a 2 bedroom apartment
San Francisco
ima just go to washington 
my cousins there bought land on a mountain and built their houses with the trees provided 
and its really cheap
Rip
california is so expensive, i dont want to live here anymore 
Yeah it's expensive here too. We just can't keep up with latest tech unless you are like top 2%

imagine buying a pencil for $100+ 
order the knockoffs from China and get fire insurance
2013 apple: "who needs a stylus anyway"
2018: "we are now introducing a revolutionary apple pencil"

or wait, was it 2006
i like the presentations of the older tech that jobs introduced
Ye it was a lot more innovative
i remember the first time i ever put on earbuds LOL

"what is this sorcery"
i got my first flip phone when i was in HS 
i got a blackberry
my friend on mine was messaging me, and i was trying to chat to them back. they were like "why are you writing so slow"
My first cellphone was the Ericsson T28.
Then I got the Nokia that everyone friggin had.
Then the Sony Ericsson S710 and then a Motorola Razr.
And my first smartphone was the T-Mobile G1 (HTC Dream) back in08
my whole career: blackberry -> iphone 4 -> iphone 4s -> iphone 5 -> iphone 6s -> razer phone 2
started in HS
or rather someone stole my Moto Razr and I had to find a phone quick
so I ended up with the giant ass S710
that was when I was in HS
wow
it took like an hour to turn on
My smartphones went something like
T-Mobile G1 (2008)
Motorola Droid X (2010)
Samsung Galaxy S3 (2012)
Samsung Galaxy Note 4 (2014)
OnePlus 3 (2016)
Samsung Galaxy S9+ (2018)
Samsung Galaxy S10+ (2019)
So I had replaceable batteries and microSD card slots in my shit until 2016.
yeah considering the G1 was legit the first Android phone in the US lol
When someone asks for help on an iPhone that shit is like a foreign language to me.
They might as well hand me a Palm Pilot

well now i know how to use both android and iphone
android is surprisingly fun to tinker with
I never got any iPhones early on cause that shit required iTunes to sync music and I hated that shit when I still had an iPod.
I use Spotify nowadays but I still don't see my self switching to an Apple phone.
yeah... apple's music app is bad
They gonna Owarida iTunes as well so RIP
I'm still using the same Windows key I got from college.









