tfw multiplayer browser based space fighting is going to happen
William Gutierrez
...
Samuel Sanders
tfw you gave up on your games
Jackson Peterson
Will nudity in my game put sales/marketing in danger? I make art for an RPG game, It´s not a porn or lewd game in any way, but I want one character to appear nude, in a non sexual way. Do you think that it may possibly cause problems with steam and sales overall?
Evan Sanchez
It's likely that it'll just be slapped with an AO rating and nowhere'll stock it
Ryan Butler
what is that ? runescape ?
Isaac Brown
does anyone knows a good program to make sprites ? even if they are at paying i`m ok with it
Colton Nguyen
blender
Benjamin Jenkins
Blender
Samuel Cruz
How do we fix adventure games? Isn't there another way to encourage exploration and still have gameplay besides the typical puzzles/platforming/combat schtick?
Jonathan Lee
Depends on the art style you're going for
Ayden Reyes
paint.net
Lucas Jenkins
>begin making lewd game >draw art >look at art >it's shit >give up >repeat
Jayden Richardson
you mean it's broken?
Isaac Hall
artist here looking for a programmer, just post a little of your code and let's talk
Brayden Martin
this isn't spam by the way, I just posted in the wrong thread but I guess this is now the new one
Dylan Rodriguez
what program are you making your art with?
Joseph Taylor
for(int a = 0; a < numofnodevs;a++) { print "just kinding nigga,lol" }
Anthony Scott
Can we just start by talking about your game? I have been trolled too many times here
Jack Brooks
return 1;
Hunter Reed
..be gentle senpai
Jayden Hall
I said post code not your abstract art
Cooper Rodriguez
programmer looking for artist who wont do that thing where you start taking longer to reply to each email until you finally flake out because you arent getting paid and you realized you need to do actual work
Carson Morris
*kidding
Joseph Lopez
Here is the step event for my player. You can contact me at [email protected]
if keyboard_check(vk_left) {hspeed-=0.4} if keyboard_check(ord('A')) {hspeed -= 0.4} if keyboard_check(vk_right) {hspeed-=0.4} if keyboard_check(ord('D')) {hspeed -= 0.4} if keyboard_check(vk_up) {vspeed-=0.4 gravity = 0.9 friction = 0.2} if keyboard_check(ord('W')) {vspeed -= 0.4 gravity = 0.9 friction = 0.2}
if hspeed > 0 { hspeed -= 0.1 }
if hspeed < 0 { hspeed += 0.1 }
if collision_point(x,y,obj_wall) { hspeed = 0 vspeed = 0 }
Juan Green
this is code
Jayden Cook
Not exactly the style I'm looking for but looks pretty good
Kayden Morris
>a
Colton Long
Garfield without Garfield is the most depressing shit I've ever read.
Henry Bell
hey look at that you got input and physics in the same place
thats real convenient
Sebastian Taylor
Never forget our fallen devs
Adrian Peterson
roll
Josiah Bailey
nice work breh but i would view it in flat shaded mode if you're going to hand paint
If a long dead AGDG dev came back out of the blue and released their game, how would you feel?
Carter Rogers
everyone who reads this post will make it in indie dev
Joshua Turner
Hey /agdg/, do you fap to your own games?
Liam Edwards
I missed you cave explorer
Colton Reyes
Competitive and bitter.
Noah Carter
No, that's lewd and our forefathers would disapprove.
Grayson Davis
pic related
Luis Jenkins
Elated.
Carter Taylor
My art isn't good enough.
Adrian Perez
Why would this make you feel bitter or mad? I'd be happy for them.
A lot of the old AGDG devs endured so much shitposting and bullying
Grayson Gutierrez
...
Xavier Sanders
I'm making a turn based rogue like. How often do you think you should die? Something I am really not sure of is just difficulty levels.
Carter Martin
>he doesnt write his own engine you might just end yourself
Jaxon Perry
>tfw starting to like your own character >tfw you realize she's a 2D version of the gf you will never have
Gavin Morgan
make it a game where dying is an ordinary part of the game
Asher Ramirez
I thought Rogue and its clones were already turn based though
Nathan Baker
because they left and came back only for us to buy their game
Nicholas Gonzalez
Human nature.
Jason Hall
What if some of them released for free though?
IIRC Marmo wanted to do this
Andrew Gonzalez
What's the best way to store a database for spells, items or dialogues?
Jose Ross
One of coding's most important concepts is functions so you don't have to write the same five lines a million times. There's no need to reinvent the wheel. If an engine suits your purpose, then its fine. The only reason to make your own engine is if you want complete control over everything that happens.
Logan Martinez
i put everything into text files
Josiah Ramirez
mysql lite
Isaiah Morris
JSON DESS
Joseph Murphy
It's supposed to be. Dying doesn't mean starting over. It means you get new traits to replace the old and lose some stuff.
Jayden Cook
I fap to my lewd art while drawing it when I'm in a lewd stupor but after I finish fapping my clarity returns and I realize it's all garbage
What the fuck drives somebody to think they need a database for this?
Jaxon Foster
Were you living under a rock until now?
Connor Reed
It's current year.
Why the fuck would you want to associate with mysql.
Thomas Wood
nodevs
Daniel Scott
That looks kinda cool
Tyler Jackson
Depends on how much flexibility you need. If you want the ability to perform complex searches and queries on your list of items or whatever without implementing that functionality yourself then having something like mysql lite is a big advantage.
Benjamin Miller
in a game where every 4 turns you should expect 3 random events and one scripted how many random events do you think it needs to stay feeling fresh? Each turn takes 3-4 minutes.
Kayden Gomez
Why not?
What is the alternative?
Jordan Hill
Everything should be completely random and I don't mean pseudo random RNG or sampled noise I mean truly random.
Samuel Evans
46
Justin Richardson
There are many alternatives that are simpler than using a database. How do you expect to get that data from the database into the game?
Michael Gutierrez
I'm going to use search and replace on my code and you can't stop me
Doesn't your IDE have refactoring functions like renaming and such?
Adam Foster
oh the manette
John Cooper
I notice a distinct lack of mobile dev around these parts.
Why aren't you making a game for Android / IOS user?
Is it just platform snobbery?
Jose Carter
Holy shit, you don't just mean using the database to author the content, but to actually be queried at runtime?
Ian Fisher
I'm not using an IDE
Michael Turner
Still I'm pretty sure editors like notepad++ and sublime can do this for you.
Thomas Scott
Because the mobile market is literal shit with like one or two games taking the top until the end of time and then several hundred clones of those two games following up after. It's a fucking shitshow.