nth for what the fuck is the difference between .gmx and .gmz
Hunter Myers
every board is anime
Henry White
where can i bulk download texture packs? the ones in the OP blocks bulk downloading and i got banned 3 times already
Hunter Williams
...
Henry Williams
One letter :^)
Bentley Flores
I don't drums in your songs, in second it sounds so off.
Juan Harris
Just finished laminating and framing my print.
Next stop, my wall!
Luke Williams
>roguelike in the bathroom jesus, i'd die of constipation because of the anxiety.
>be in the bathroom >turd half way through my ass >"You open the door" >"5 elephants, 2 vampire moskito, 3 green dragon and The Lernaean Hydra come into view" >turd split in two
Eli Clark
...
Zachary Cruz
>tfw you refactor code and it works flawlessly
Brayden Hall
now try that without an IDE
Christian Myers
I just get them from pinterest with jdownloader
Evan Scott
anime and pokemon are for normans nao
Angel Davis
That's beautiful and I'm jealous, user.
Wyatt Baker
>not instinctively loosening your sphincter in preparation to all the buttraping that is soon to follow
Jeremiah Evans
I'm using sublime user you're triggering me
> impliying i shouldn't be using vim > impliying im not trying
;_;
Aaron Reyes
...
Blake Perry
not Veeky Forums
Xavier Reed
HOLY SHIT IT WOOOORKS
THANKS BASED Now to add collision! That'll be easy!
also, anyone knows why it lags when the player moves?
Adam Murphy
Not on either.
Ethan Bennett
Seems good. One of them are unresponsive but the other seems like a total bro. >FUD Please don't user.
Wyatt Clark
You'll notice that in that pic vg didn't exist yet. Hell there's still /rs/ in that. RIP
Jacob Garcia
Yeah luckily I do graphic design and digital art for a photography studio so I can print and frame stuff here and just pay wholesale price for ink, paper, and frames. I think total it probably cost me 10 bucks to do this.
I've got the 24x12 printable file if anyone else is interested. Original art isn't mine, I just added the backdrop and DD9 guy.
Carson Price
Thinking of doing a basic RPG for Space Jam. What are some games with decent non-pixel top-down sprites for reference? I've been looking at RPG Maker sprites but most aren't very impressive.
Pic unrelated, I was just browsing through old OP images and found it.
Ryder Bell
>tfw achieved basic rtti/reflection thanks to the constexpr version of djb hashing i implemented.
Nicholas Rodriguez
>/g/ yuki is the mascot of dpt >/k/ >raifu/upotte threads >Veeky Forums anime marines
Lincoln Ward
10/10 would hang on my wall.
Nicholas Jackson
I'm pretty sure you just made that all up. Those aren't real things.
Wyatt King
That does sound nice but you're not expressing yourself in a way that makes me confident in you. >reflection How?
Nathan Parker
yuki as in yukizini?
Colton Cooper
It's not reflection, I'm just able to uniquely identify types.
would you like them more if they had some vague light around them and clouds?
Carson Allen
It's woefully lacking in information. What I'd imagine anons game is is a game where a hashkey is generated from a piece of information (maybe location?). The hashkey gives him a way of looking up what ^Scratch this. Wow that's actually really nice user. It's terribly ugly because C++ but it's nice. NG being what?
Lucas Gonzalez
that's cool but where's your game?
Nathan Morgan
I think you need to leave.
Gabriel Gray
Would you marry an agdg character?
Luis Davis
Try to give them less contrasting palettes. Don't let whatever algorithm you're using pick the colors purely at random.
Camden Edwards
>NG being what? eNGine got bored of working on it so i decided to make another engine
Logan Richardson
Cool! How are you making them?
Noah Torres
That looks great. May I ask how you did the run cycle? Have you drawn every frame, or have you used some sort of boning technique with Spriter or Flash or whatever?
Lincoln Watson
The girl with the Kalashnikov looks nice. And the vampire girl too. I'd totally familiarize with her.
user a few suggestions: How to place your camera: >when in the ship view control it however you like >when in the character view keep an offset for the cameras last position relative to the ship >lerp it towards the player position >set camera position to the lerp result That way you don't get this janky motion. Rotation is fine. You probably always want it set in a straight grid fashion.
Gavin Morales
:(
Hudson Carter
It'll have dynamic lighting (normalmaps) so it won't look so flat!
It's a horror-themed adventure point-and-click game about war. It'll have some visual novel elements also.
probably none because I suck at life and can't figure out shit
Jace Cook
Thanks.
Connor Myers
Redeemed. Be careful next time.
Ryan Moore
>furfag Do it. Do it and free the world of your cancer
Zachary Smith
Toggle cubes in action! There is a sound-effect and freeze frame effect (similar to when you get a powerful in super mario games).
Aaron Mitchell
Working on spreading Kudzu thing. It's a controller object that checks the value of every tile and multiplies it by a certain amount with some randomness. The spreading chance depends on the object's solidity, so for example the gray walls are 100% solid which means they are immune to the Kudzu, while the red boxes are 85% which gives the Kudzu a 15% chance to spread.
Right now it doesn't actually do anything but it will damage objects (eventually destroying them) and slow the player down. I will also make it so that you can squish it with objects to destroy it and maybe let it push objects randomly too for added chaos.
Also, it's highly flammable and requires oxygen to survive (spaceship hull breaches aren't ALWAYS bad).
Ryan Turner
T-thanks
But no, he didn't mean my post
I'm now using MoveTowards and it works just fine. But i'll add lerping now
Lincoln Miller
Metroidvania with some randomly-generated stuff.
I've got the whole weekend to dev which is good because my job has got me waaay behind on Space Jam.
Jose Hill
It's a mix of quake III, the sims, the movies, capitalism, factorio and battlefield. In space. Don't steal my idea.
Bentley Hill
>MoveTowards How am i or anyone supposed to know what that means?
What is it with you /agdg/ and just saying 'I'm using X' It means nothing unless it's a commonly established thing.
Justin Thompson
Trying out puppet 2D. This seems like it will help when it comes to making an octopus!
>Plus it will also help my other project, heh. You somehow managed to make it sound disgusting.
Matthew Williams
looks solid, would buy on steam
Robert Hughes
Get a room you two
Cooper Kelly
It's okay my side project is a porn one.
Nathaniel Long
Uhhh, MoveTowards is commonly used in Unity for movement. I think most people here know what it means. It basically moves an object towards a determinate point in space. I set the speed to Speed * Vector2.Distance(self,target)
Carson Sanchez
I am not a furfag. I am perfectly straight and do not wish to fuck the bunny.
Jacob Lee
Ah, so it's a lerp or smoothstep. Ok. But you're not doing that for the in-ship view.
Noah Stewart
How do I start deving? I know how to code and worked as a programmer for 3 years, but I've never actually started a project, I've mostly done bug fixes and adding features to existing projects. And I've always worked with whatever compiler and other tools the companies told me to use, so I have no tool at home either and never used a popular engine (The projects I've worked on developed their own in-house libraries).