Blade Brothers Engine: Creating my first 2D Game Engine
Moderator: PC Supremacists
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Woah... if I go too far down the screen bugs out... haha.
There's no place like ~/
Re: Blade Brothers Engine: Creating my first 2D Game Engine
hm that's not right
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
I don't think so, Tim.
There's no place like ~/
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Wii port FTW! It looks pretty awesome even with the bugs. Do you need a modded wii to do wii homebrew stuff?
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Why yes you do, but let me tell you, its really easy to do, it wouldn't take you more than a couple hour if that
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Where could i find out how to do it?eatcomics wrote:Why yes you do, but let me tell you, its really easy to do, it wouldn't take you more than a couple hour if that
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
http://wiibrew.org/wiki/Main_Page.
Really fucking easy dude, literally takes only a few minutes like half an hour.
If you need some help, let me know.
Staying on topic with my topic, I plan on redoing the whole movement system, basing it off of Final Fantasy IV's movement ( because I've been playing FF4 a lot lately )
Really fucking easy dude, literally takes only a few minutes like half an hour.
If you need some help, let me know.
Staying on topic with my topic, I plan on redoing the whole movement system, basing it off of Final Fantasy IV's movement ( because I've been playing FF4 a lot lately )
There's no place like ~/
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Lol inspiration :D
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Where did you start off when learning how to do wii dev? What graphics library are you using? I've got my wii setup and i've sent a hello world to it but thats allLeonBlade wrote: If you need some help, let me know.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Bro, it's SDL like I said before.
And there's not really much to know, just look up some stuff.
And there's not really much to know, just look up some stuff.
There's no place like ~/
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
Cool! I got SDL working and i just found out that i can use C++ instead of C. This should be easy! However, i cant get SDL_ttf to compile.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
It complies just fine for me... what kind of issues are you getting?mv2112 wrote:Cool! I got SDL working and i just found out that i can use C++ instead of C. This should be easy! However, i cant get SDL_ttf to compile.
There's no place like ~/
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
A bunch of errors saying that a bunch of different structs dont have members that the code says it has.
Here are the errors:
http://pastebin.com/dMVQNdFh
Here are the errors:
http://pastebin.com/dMVQNdFh
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Blade Brothers Engine: Creating my first 2D Game Engine
I'm not quite sure, you don't need to build it anyway, just get the prebuilt files and place them in the folders.
There's no place like ~/
- mv2112
- Chaos Rift Junior
- Posts: 240
- Joined: Sat Feb 20, 2010 4:15 am
- Current Project: Java Tower Defence Game
- Favorite Gaming Platforms: N64/Xbox 360/PC/GameCube
- Programming Language of Choice: C/++, Java
- Location: /usr/home/mv2112
- Contact:
Re: Blade Brothers Engine: Creating my first 2D Game Engine
I was following the tutorial on the homebrew site on how to install SDL. I guess i'll go get the prebuilt stuff instead.
EDIT: Which prebuilt files do i get? There are mac,linux and win32 ones.
EDIT: Which prebuilt files do i get? There are mac,linux and win32 ones.