/agdg/ - Amateur Game Dev General

>Next Demo Day (X)
itch.io/jam/agdg-demo-day-10

>Next Game Jam (Lewd -- Blueboard rules still apply)
itch.io/jam/lewd-jam-2016

>Lewd Jam Collabs
docs.google.com/document/d/1K9wlzcJntyOCV3KLvRcvllZ2ZUnGgrDtiwPdMLlw5XQ/edit?usp=sharing
docs.google.com/spreadsheets/d/1Sm0Pxz0uq-62L46TdXmKisynbhLI_by-pLNlcgo4B8M/edit?usp=sharing


Helpful Links: tools.aggydaggy.com/# (Still in beta)
New Threads: Archive: boards.fireden.net/vg/search/subject/agdg/
AGDG Logo: pastebin.com/iafqz627

>Previous Demo Days
pastebin.com/X6fLvtzA

>Previous Jams
pastebin.com/qRHNpCbZ

>Chats
steamcommunity.com/groups/vgamedevcrew
webchat.freenode.net/?channels=vidyadev

>Engines
GameMaker: yoyogames.com/gamemaker
Godot: godotengine.org/
Haxe: haxeflixel.com/
LÖVE: love2d.org/
UE4: unrealengine.com/what-is-unreal-engine-4
Unity: unity3d.com/

> Models/art/textures/sprites
opengameart.org/
blender-models.com/
mayang.com/textures/

> Free audio
freesound.org/browse/
incompetech.com/music/
freemusicarchive.org/

Other urls found in this thread:

drive.google.com/drive/folders/0B6j4pcv3V-vfb3hKSlhRRzlLbFE
poal.me/f9m8p9
twitter.com/SFWRedditGifs

First for buy the Humble Bundle

Anyone want to make music for my game? I'll give you a key when it's out

But I don't want to make 2D games

>i'll give you a key

Sorry nigga. I don't want that shit in my library.

is it ok to put the builds in (a folder within) the .gmx folder? or will gamemaker get confused by that?

How does networking work for strategy games? Do I just have the clients send inputs and then replicate the units or what? Is clientside prediction needed when there is no direct player control that would feel the delay?

what kind of porn games would you like

maybe something not blatently pornographic?
something with actual gameplay?
a less common genre?

Yeah, fuck it. I'm leaving lewd jam.

cute OP image. CUTE!

I really wonder what kissing yandere dev would be like. I bet it would taste like beef stew and toothpaste, mmm

oppai charlotte best charlotte

>all those cute girls
>all those lewd collabs
>tfw no art and no cute girls

HHS clone in 3D

a game where i don't
a) need to get raped to see the porn
b) need to rape anyone to see the porn

Vore

There is no winning strategy. It differs game to game.

Having clients send inputs to each other works well. Especially if it's turn based and little verification is needed.

No, I want absolutely blatant porn

Why would I play a porn game for the gameplay when I could play a real game that will inevitably be better.

>user announcing departure when his presence isn't even confirmed
okay, plebbitor, sure will miss your lies

...

There are a few ways to do it but as far as I know, clientside prediction really isn't needed and it's fine to have the delay. Unless it's something like Starcraft, a 100ms delay when someone orders a unit to move is nothing and most people will barely notice.

>Been working on game for almost 6 months
>Time myself playing it
>Made a little over 2 minutes of content so far

It's just not worth it.

Hooray, it's filled with redditors.

game maker supports 3d too

>redditors
>lewd games

pick one

Why not post the number of prople who joined the last Ludum Dare? It's as relevant to AGDG as Lewd Jam is.

2.5D isn't 3D user. :^)

2 & 3
if you're going to use sexy elements, might as well go all-in, unless you have major money reasons to self-censor.

repostan from previous thread

Then add content, easier than making anything new, if you made too few assets to last more than two minutes make more of those first.

At least it made 6 months of content for you.

Is it bad to mix drag and drop and actual GML scripts in GM?

Making lewd jam open was a mistake.

that is just 0.5 away from 3 so it's almost the same thing

>stealing progress
Please.

r u gay?

it's starting to look like a PC98 game

You will soon want to get rid of the drag and drop and write everything in code. Which is a good thing, do not resist.

Did you design this model? I'm trying to mimic low poly characters for a lewd idea, but I am literally flawed in the art of it.
Juggling the idea of making a dungeon base-building game where you fill rooms with traps and lewd monsters.

cry more

Just learn to script.

When you say traps..

I need a better shading/sprite anatomy guide.

anyone got one?

What? I'm asking a legit question.

>147 posters in the thread
:^)

Whattafuck, you don't have to declare variables in GM? Seems like you just use them without even specifying

Incubus-trap traps?
Also dog rape and sex bear-traps.
And also playing dressup with heroes to have them try to conquer your dungeon.

>implying more than 5 percent of those are in the jam

>tfw realized the animations I have now suck
>no time to remake the all for DDX
Fuck

as long as you give them value before using them, you won't see any errors.
you don't even have to typecast them.

Updated the Google Drive folder of fan arts and info graphics and what not.
drive.google.com/drive/folders/0B6j4pcv3V-vfb3hKSlhRRzlLbFE

As I see in the past few days a based user made some visits here and took requests for fan arts. I hope I could collect them all.

There was also a nice user who posted game design info graphics, make sure to check them out!

Also: have a nice day and a happy demo day!

When you say conquer your dungeon..

>deciding what social media to post on
>tumbler
>twitter
>instagram
>twitch (streaming asset drawing)
>reddit (maybe)
>/v/ (maybe)

Anything I'm missing? Anything I should definitely not include? Anyone know how to maximize exposure on various websites?

Fairly sure variables are declared and instantiated internally upon use, due to the very loose "typing".

IRC and steamchat

everyones in the jam! except for 7 stubborn people >:(

I'm not in the jam.

>you can do this
number = "seven"
number = 5000
draw_text(number)

you don't even need semicolons

Yeah, that is just so different to me

memes tell me it's a bad idea

Please stop going around telling everyone it's a AGDG jam.

Do they really get enough foot traffic to matter?

...

That's fucking retarded

/v/ usually isn't a good idea

The veterans are there. Hopoo is pretty helpful but kinda a dick.

Most of them will personally harass you if you don't have game up to their standards though or are a nodev

Sorry.
"No you don't need to declare, the internals are doing clever things for you.
These are also dangerous things. Be careful of the types of objects you use. Try to keep things immutable."
There's no problem more annoying that try to track down a variable acting like a string when it should be an int.

I'm roughly 5 of those between mobile devices, laptop and PC.

>muh dynamic typing
it saves you from writing 3 letters and produces needless bugs and confusion it's fucking retarded

Also fuck vine, that guy thinks he's funny but he's done some real damage to people's motivation

Yeah, so that really doesn't seem like it matters for social media stuff. That's for development stuff, not for exposure.

Yeah, that's why I put it as a maybe. The only thing /v/ wants are meme games.

you better be working on 5 games

Why not?

I just thought of a reason why my game is different from Super Meat Boy

Super Meat Boy was good

what bugs are you getting?
can't keep track of what your variables are?

>These are also dangerous things. Be careful of the types of objects you use. Try to keep things immutable.
>make your language dynamically typed
>warn people to use it in a statically-typed manner

>it saves you from writing 3 letters
Not even, now that type inference is commonplace.

tigsource, and if your game is in a particular genre a forum dedicated to that genre. For example facepunk and bay12 are great for some kinds of games.

idk, Hopoo and co. have good connections though, as in marketting

I just can't stand the Steamchat and could never get on their good side

>Good connections
>Published by cucklefish

if he had connections he would've sold more than 5000 copies of deadbolt

lewdjam planning in process poal.me/f9m8p9

I guess things have changed since I last used AGDG

Dynamic typing should be used in situations where it's explicitly useful.
For a beginner programmer who doesn't even understand declaration/instantiation, and probably type safety, they should focus on learning that and trying to keep things "statically" typed to cut down on numerous small errors they will bump into misusing dynamic typing.

His PR guy lists himself fucking first on the website.

Why do you think these are """"GOOD"""" connections?

It's not useful, ever.

dont be silly, it's just alphabetical descending order

Do you fuckers seriously believe a few words on a web page were ever going to stop every Tom dicking Harry from entering a game jam associated with an anonymous fucking image board?

>poal.me/f9m8p9
waifr is cute

especially if the website has a chocolate theme going

b..but Steamchat are the elite though

>in b4 anatomy autists attack this

That's my usual opinion. It's becoming more popular again though recently, especially in scripting.
That's not the point I wanted to teach though originally, and just responding to the dynami-hard with that would have incited an argument that would have gone nowhere.
Choose your battles.

>waifer
>either mispronounced "wafer"
>or correctly pronounced "why fur"
that is bad

>now with 0% stolen art

Probably not, but shilling it on a fuck ton of sites certainly doesn't help.

Are you pretending to be retarded? Accidentally trying to put a string into int would produce an error on compilation in any decent language but in dynamically typed languages a simple mistake like that will only lead to an hour long bug hunt. There is literally no advantage to dynamic typing.

seems like it'd be better if your character was faster

I'd argue about this but I'm busy finishing my demo

>the properties of the particular tool i use are the best

>misusing the word waifu AGAIN

fuck WHY DONT YOU GET IT WHY CANT YOU GET IT FUCK ING ITS NOT ANY GIRL YOU STUPID FUCK ITS THE GIRL YOU LOVE ITS YOUR FUKCING WIFE IT FUCKING LITEREALLY SAYS IT LITERALLY FUCKING SAYS WIFE YOU FUCKING DUMB DUCKING FUCKING NORMIES

FUCK FUYCKING NORMIES GET OUT GET OUUUUUUUT GET THE FUCK OUT FUUUUUUUUUUUUCK

I just got fucking PTSD.
rip kittan my nigga u will be missed

>Drive being 1% fragmented slows it down to a crawl

Thanks, based computer

Dumb wojak poster

Finally implemented gamepad support into Dungeon Break today. What a pain in the ass. Never again will I try to implement gamepad mid-development. I should've done this shit day one.