/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


Helpful Links: tools.aggydaggy.com/# (Still in beta, as if that's an excuse)
New Threads: Archive: boards.fireden.net/vg/search/subject/agdg/
SoundCloud: soundcloud.com/groups/agdg-audiofriends

>Previous Demo Days
pastebin.com/X6fLvtzA

>Previous Jams
pastebin.com/qRHNpCbZ

>Chats
discord.gg/chquY2e
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/

Other urls found in this thread:

drive.google.com/open?id=0B51GNop_SOTJVTlMeVlna2lYdHc
docs.unity3d.com/ScriptReference/Mathf.Lerp.html
youtube.com/watch?v=6R03BVIyAdY
surveynuts.com/surveys/take?id=104615&c=1566714257VJLD
itch.io/jam/lewd-jam-2016
twitter.com/SFWRedditGifs

hey buddy :^)

I'm better with 3d stuff than drawing in 2D

perspective is impossible for me

...

ummm where's game maker chan

repost

Dropped tombstones block way and have health, used up when hitting walls.

are you digging with the tombstones?

Is there any guidelines to make them? You know like their bust size on the OS-tans and shit like that. I kinda want to make a GM/GML chan

Is there some AGDG model available that I can stick on my game as an easter egg?

this is the dev that never ends
yes it goes on and on my friends
some people starting coding it
not knowing what it was
and they'll continue coding it forever just because

Yes.

You could use that one sword

2D fundamentals are still important for 3D. Besides, you don't need perspective to learn proportions. Use a reference

This drive.google.com/open?id=0B51GNop_SOTJVTlMeVlna2lYdHc
I believe someone made a sord model too but not sure if they upladed it.

CANCER

C-sharp-san is my waifu

I don't understand these images, by the way.

still a better meme than the shitty -tan

I've been trying to write a script to make a cube spin randomly on all 3 axis at shifting speeds. But I'm new to programming and can't seem to get it to work. This is what I've got so far, can anybody help?

using UnityEngine;
using System.Collections;

public class RotateObject : MonoBehaviour {

public Vector3 RotateAmount; // degrees per second to rotate in each axis. Set in inspector.
float minspeed = 3;
float maxspeed = 9;
// Update is called once per frame
void Update () {
transform.Rotate(RotateAmount * Time.deltaTime);
Mathf.Lerp (minspeed, maxspeed, Time.deltaTime);
}
}

seems a bit unintuitive, why not move the item health to the bottom, next to the equipped item? and make the hearts a bit smaller, so its clear its item health and not enemy health

aaa save me asset san!

Agreed.

Throughout all your webm's I have no fucking clue what's going on.

help i lost the image of lua-chan somenoe post it t please

...

Godot-chan when?

>Mathf.Lerp (minspeed, maxspeed, Time.deltaTime);

this is not doing what you think it's doing
read docs.unity3d.com/ScriptReference/Mathf.Lerp.html

try doing Mathf.lerp(minspeed, maxspeed, Mathf.Sin(Time.time*10.0f))

youtube.com/watch?v=6R03BVIyAdY

...

to add to that you aren't doing anything with the value returned by Lerp

please try harder friend

There is one. She isn't cute

...

I think the confusion comes from unfamiliarity. Essentially, the hearts on the right are always of the thing you have currently selected - on the map or in your inventory. Below the cut line, the description is also shown at the same time, which would give you all the information you need even if you came back to the game after some time.

TL:DR: it's for consistency

yes trhanks

I understand that. It's mostly there because I know I have to get it involved in the code somehow. I just don't know where to put it.

Repostan the AGDG survey. Tell us about yourself.

surveynuts.com/surveys/take?id=104615&c=1566714257VJLD
surveynuts.com/surveys/take?id=104615&c=1566714257VJLD
surveynuts.com/surveys/take?id=104615&c=1566714257VJLD
surveynuts.com/surveys/take?id=104615&c=1566714257VJLD

Kill yourself

If you don't even know what each line of code is doing, you're basically asking us to do most of the work for you. Go learn your programming fundamentals and understand how variables work before coming back to us.

fuck off shill

all these marketing fags should kill themselves

What am I marketing?

Give the fucking survey stats.

Your stupidity

you're doing demographic surveys to identify potential customers. fuck off marketing fag

Give me a sec.

Customers of what?

>tfw someone saved your image
i feel blessed
even if i only made the cog hat and removed the hair of pic related

Ok you have to be joking. I hate surveyfag too, but saying he is a marketer is retarded.

>i've been outed
>pretend to be retarded

Do not post the inferior version

don't reply to him, he's being retarded on purpose.

Agdg is a community of like 200 for starters, and his questions don't fucking help for game demographic profiling. Fucking kill yourself.

Instead of shitposting join the lewd jam and make a lewd game!

itch.io/jam/lewd-jam-2016

not him, but it sounds like you're jumping to conclusions. I also found it weird he didn't use a survey website that immediately shows results, but you're also kinda stretching it.

...

it's either games, or game dev tools


either way, we don't want surveys, especially surveys that doesn't even display the results.

NOT GOOD ENOUGH

so it's in line with godot haha

haha go fuck yourself

wow, god damn rekt

Next week I'll try making a full godot-chan. Can't this weekend though. But I think this is a good starting point.

I made a webm with the results.
How could I know the site I used didn't show them to the survey takers?

...

"no"

the silhouette isn't very good, just start from scratch

>How could I know the site I used didn't show them to the survey takers?

what did he mean by this?

you clearly haven't been here long enough.

What survey site shows the results to the takers?
I'm not talking about polls but surveys.
And I've ben on Veeky Forums since 2005 but I never bother with surveys because they're usually too long.

too much work you do it

answer this

you have never used survey apps, but one fine day what you really wanted out of life was to demo profile /agdg/?

this is fishy as fuck.

you can fly higher than this, but I kept going over the file size limit trying to record it. I have the camera follow the plane on its z axis now and fixed a glitch where the plane wouldn't flip its xscale, and made the xscale and yscale even for the shadow. also seasons right now its just changing the bg colour because I don't want to draw snow on everything right now.

...

I'm just trying to practice what I know so far. In fact I was just able to get the cube spinning and almost got it to spin how I want. Heres what the code looks like now:

using UnityEngine;
using System.Collections;

public class RotateObject : MonoBehaviour {

public Vector3 RotateAmount; // degrees per second to rotate in each axis. Set in inspector.
float minspeed = 3;
float maxspeed = 9;
// Update is called once per frame
void Update () {
transform.Rotate(RotateAmount * Mathf.Lerp (minspeed, maxspeed, Mathf.Sin (Time.time * 10.0f)));
//transform.Rotate(RotateAmount * Time.deltaTime);
//Mathf.Lerp (minspeed, maxspeed, Time.deltaTime);
}
}

So what are you saying? What situation would have been good to try a surveying app for the first time? You sound a tad paranoid.

And you dodged my question, what survey site shows the results to the takers? Do tell.

>Do an animation

"Nah, I don't like this. It's too showy for what it's supposed to be. Let's do something else."

>Now working on a much more complicated animation

What is wrong with me

I recall there being an agdg survey ages ago that showed results, don't remember which site though

How paranoid are you? What kind of info do you think he is getting out of that survey that he's going to use against you? Your age and sex? Or are you just offended because it asked if you were a virgin.

Looks a bit weird imo. The trees and the plane's perspectives clash. Also the planes's body looks flat. God work gameplay-wise though, sounds fun.

>11 votes for 100

Is /agdg/ the most confident general?

patiently waiting to fell like working on my game.

you're still exposing yourself.

strawpoll and poal.me frequently used here both show results. Of course, you wouldn't know since you've never been here.

Those are polls, not surveys.

POLL
!=
SURVEY

RETARD

Is it popsicle to make old-fashioned JRPG combat fun?

Trying to figure out how to approach this without making it too bland, but also not too hard to program.

Do it gaffit

Who fucking cares

>what is a survey

stop shitting up the thread with your tinfoil hat, you're the only one here throwing a fit about this

user you baka. Math.Lerp is going to return you a value and you aren't storing it into anything.

Also do you think a marketer wouldn't know about strawpoll which is incredibly mainstream (they even have sponsored "featured" polls now)? Really?

Sin returns [-1,1] and you want [0,1] for Lerp
do a little math to make the ranges match

at this point I have to suggest that you fuck off though because we're not here to do your homework

disregard who didnt read the code

also you dropped the deltaTime

how do we fight anime

Kill yourself

>mfw all the characters in my game are robots so i don't have to worry about SJW's bitching about lack of paraplegic quad sexual demi syrup kin with 7 tone hair and zir's boyfreind.

>they'll still find a way to complain

haven't they gotten bored of ruining our hobby yet?

This is exactly why nobody likes you.

Everybody loves me

And this is why you should

Damn, I'm just trying to get into Game Development. No need to be so rude. Isn't the point of this to help others understand?

That's what google is for.

Nigga they can only ruin shit if you let them. Seriously, they are nearly powerless. They just scream into their echo chambers until normal people notice.

What should I do to improve the effects when a ship is destroyed?

Looks good user. You need something to indicate that the plane is up in the air though. Maybe lights on the tips of the wings, or the propeller spinning or something.

What are the white/rose lines supposed to mean ?

I enjoy helping others help themselves. you're just asking for solutions