The Dev-athon begins!

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

URGLLGLGLG my tile collision isn't working... I blame obama... and my lack luster coding skills....

Edit: just redid movement, its not confusing now :O collision should be working in like two minutes
Image
User avatar
short
ES Beta Backer
ES Beta Backer
Posts: 548
Joined: Thu Apr 30, 2009 2:22 am
Current Project: c++, c
Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
Programming Language of Choice: c, c++
Location: Oregon, US

Re: The Dev-athon begins!

Post by short »

screenshots? would make this more interesting!
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

very soon my child, my maths are getting confusing, I've almost got collision right, I'm just having some trouble getting maxJump set from true to false... I'm quite confused, but I'm gettin it
Image
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

Image

thar she is, although... she's eatin up a lot of cpu which is BAD for all that it is... I'm gonna look into it

Next I will be adding more tiles, I think map scrolling, then enemies
Image
User avatar
epicasian
Chaos Rift Junior
Chaos Rift Junior
Posts: 232
Joined: Mon Feb 22, 2010 10:32 pm
Current Project: Gigazilla Engine
Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
Programming Language of Choice: C/++
Location: WoFo, KY

Re: The Dev-athon begins!

Post by epicasian »

Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

yeah that's what the problem was, honestly I don't care to fix it, its not that big a deal, I'll probably get in a timer sooner or later
Image
Sk8er

Re: The Dev-athon begins!

Post by Sk8er »

epicasian wrote:Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
I do SDL_Delay(20);

On 60 your getting a FPS of 5-16

while on 20 your getting a FPS of 25-40
User avatar
epicasian
Chaos Rift Junior
Chaos Rift Junior
Posts: 232
Joined: Mon Feb 22, 2010 10:32 pm
Current Project: Gigazilla Engine
Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
Programming Language of Choice: C/++
Location: WoFo, KY

Re: The Dev-athon begins!

Post by epicasian »

Sk8er wrote:
epicasian wrote:Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
I do SDL_Delay(20);

On 60 your getting a FPS of 5-16

while on 20 your getting a FPS of 25-40
Yeah, I usually only do SDL_Delay(60) when I'm not concerned about the actual FPS, it's more when I just wanna test something. Any other time, I have a Timer class regulating the FPS; but thanks for the info :D
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

update before bed!

I was having movement issues. I got those fixed and now tile collision doesn't want to work. This really pisses me off. The reason I was doing this weekend of devvage was to get me back into the swing of programming, it has totally done that, even if the actual game is a fail xD If I don't run into more troubles tomorrow I should get some stuff done... Oh yeah I still haven't fixed collision I'm sure its simple but I can't see the issue, I'll probably catch it tomorrow. Good night elysian shadowians
Image
User avatar
TheAustech
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 96
Joined: Fri Sep 03, 2010 4:38 pm
Current Project: BeatTapper
Favorite Gaming Platforms: PC
Programming Language of Choice: C++, C#
Location: Maryland
Contact:

Re: The Dev-athon begins!

Post by TheAustech »

eatcomics wrote:update before bed!

I was having movement issues. I got those fixed and now tile collision doesn't want to work. This really pisses me off. The reason I was doing this weekend of devvage was to get me back into the swing of programming, it has totally done that, even if the actual game is a fail xD If I don't run into more troubles tomorrow I should get some stuff done... Oh yeah I still haven't fixed collision I'm sure its simple but I can't see the issue, I'll probably catch it tomorrow. Good night elysian shadowians
Night dude, good luck and I hope it gets fixed. :D
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: The Dev-athon begins!

Post by GroundUpEngine »

TheAustech wrote:
eatcomics wrote:So you guys missed it. I fucked up Y velocity, and I went to jump and my guy took off into the air like superman it was great xD

Edit: so you know I fixed it... So I need your guys's input I'm going to be doing Tiles now, what should I do after that? Should I implement Enemies? Bullets? or crouch
I would implement Enemies first because without enemies, your bullets would have nothing to hit ;)
Too right ;)
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: The Dev-athon begins!

Post by dandymcgee »

You need more caffeine and less sleep to make this dev-a-thon effective.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

Yeah but for that I'd need less school and more money :P
One of these days I'll have a real dev a thon, but it won't be a serious project I've been working on for a while. Not one of these mamby pamby platformers xD
Image
User avatar
TheAustech
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 96
Joined: Fri Sep 03, 2010 4:38 pm
Current Project: BeatTapper
Favorite Gaming Platforms: PC
Programming Language of Choice: C++, C#
Location: Maryland
Contact:

Re: The Dev-athon begins!

Post by TheAustech »

eatcomics wrote:Yeah but for that I'd need less school and more money :P
One of these days I'll have a real dev a thon, but it won't be a serious project I've been working on for a while. Not one of these mamby pamby platformers xD
Damn schools. : (
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: The Dev-athon begins!

Post by eatcomics »

Indeed.

and on the real reason I'm posting, I've found the problem with collision... I'm going to attempt to fix it... no promises

I'm drawing this dev a thon to a close.... sadly it was an epic fail game wise. But in the aspect of getting me back into the swing of programming I think it went quite well.

I'm going to do some Qt and dreamcast research. Good evening everybody...
Image
Post Reply