Hopefully not... I want ROMs to be released to the public domain.Dang man.....this looks like RetroUSB future stock, hopefully!
Working on a new game for that compo
Moderator: Moderators
Meh, the bit of money that would come with it would just make more sense to make a new game and then work harder on both, so I'd like that, but PD would be good to....wait, this is going to be a NROM game, right?Bregalad wrote:Looks fairly cool ! The monster looks copied from Crystalis though.Hopefully not... I want ROMs to be released to the public domain.Dang man.....this looks like RetroUSB future stock, hopefully!

If you have an idea for a game that won't fit on the NES due to hardware limitations and won't fit on a PC due to the lack of home theater PCs (that is, PCs connected to a TV-sized monitor) among non-geeks, you have to make it for a modern console, and there are two requirements for that. One is leasing office space, and the other is "game industry experience". I don't think a game on your CV counts as "game industry experience" unless you've been paid.Bregalad wrote:Hopefully not... I want ROMs to be released to the public domain.Dang man.....this looks like RetroUSB future stock, hopefully!
But then NROM games like the ones for this compo aren't the sort of things that sell themselves alone.
Interesting point. But if you get to the point that sombody consider to hire you in the video-game industry, you can give a link to your potential employer so that it can play your game, it will definitely be a HIGH plus for you. I don't think this will ever be happening to any of us, but it it were to happen to me, I'd be glad to show off that I made a game or even just a game engine, all from scratch. Not many people could claim this I guess.I don't think a game on your CV counts as "game industry experience" unless you've been paid.
Useless, lumbering half-wits don't scare us.
That's why Battle Kid: Fortress of Peril has a demo. An animator's demo reel doesn't have a full feature film.Bregalad wrote:But if you get to the point that sombody consider to hire you in the video-game industry, you can give a link to your potential employer so that it can play your game, it will definitely be a HIGH plus for you.
The console makers demand more. If you want to get a devkit so that you can get onto a console's download store, you have to show that you are capable of making something that people want to buy, not just play for two minutes and go on to the next steaming pile of tech demo.it it were to happen to me, I'd be glad to show off that I made a game or even just a game engine, all from scratch.
Jeroen: XNA has known limitations that make it suitable only for "little toy games", as a Slashdot user put it. It also needs a PC made in the past four years or so with Windows and a discrete video card, and I don't have that.
Samurai dead dish washer was made with xna. It's far from a little toy's game. Yes it's not gears of war or halo in terms of technical achievement but you can make fun and GOOD games with xna, and most importantly on modern consoles. Also I think having to have a modern pc is a far better option then having to spend several thousands on actual licenses no? I AM aware of the limitations...but I do think that as an indie studio you can make a decent game with it, for cheap.
Sorry about this. XD But what does 360 use for graphics? Isn't it standard DirectX with some C++/C? Why not just do it on PC in the first place since it's nearly the same.....I mean, yeah, XNA has a forum with help and info on it and making PC games has nearly no info on it (Unless you have CA$H) but from searching, is there any real way to do games on PC easily with well documented programs? Allegro seems okay, but I can't find any info on it. 
I did a bad thing hijacking this topic my bad....but I actually do really want to hear more about the game. XD

I did a bad thing hijacking this topic my bad....but I actually do really want to hear more about the game. XD
Eh, after hearing about XNA not allowing any creativity with the sound at all, I knew there was no way I would ever want to use it. I thought "indie" was short for independent, and it sounds to me like Microsoft is turning the definition on it's head, seems like anyone developing under their system would be very much dependent on Microsoft with their forced standards and rules. I didn't know that they even get to choose what words you can and cannot use in your game, what kind of independence is that?
Sorry for off-topic post, Dwedit your game looks pretty cool from the screens.
Sorry for off-topic post, Dwedit your game looks pretty cool from the screens.
Yeah sorry if I sounded harsh, it is a valid point, but XNA still sounds like too much vendor lock-in. Just looking it up quickly I see that everything has to be in C#, not C/C++/anything else. So you also have to use a Microsoft-designed language, it seems they basically "own" your game in a sense. Maybe there is a C to C# compiler though.
65024U: I forgot to mention too, look into SDL and that tutorial I posted in the other thread. Allegro probably is mentioned more because it's been around for longer, I remember a lot of emulators in DOS and other stuff used it. SDL must be more recent but it is used a lot, and well-documented. It's not as easy as NES development though, overall (IMO).
65024U: I forgot to mention too, look into SDL and that tutorial I posted in the other thread. Allegro probably is mentioned more because it's been around for longer, I remember a lot of emulators in DOS and other stuff used it. SDL must be more recent but it is used a lot, and well-documented. It's not as easy as NES development though, overall (IMO).
XNA on the Xbox 360 uses an API reportedly similar to Direct3D. However, you can't use C or standard C++; instead, you have to use C# or a language called "C++/CLI with /clr:safe" that's C# with C++-style syntax. You can't take your existing C++ codebase and make a new XNA front-end for it because standard C++ and C++/CLI with /clr:safe are not compatible languages. In addition, you can't use DirectSound; instead, you have to use XACT and lose the ability to synthesize audio at runtime. To break these limitations, you need an office and a commercial game on your CV.65024U wrote:Sorry about this. XD But what does 360 use for graphics? Isn't it standard DirectX with some C++/C?
Because most of your audience has their PC connected to a monitor far smaller than a living room television, and it's hard to fit four people around such a monitor.Why not just do it on PC in the first place
SDL and Allegro are the popular libraries for native development that's cross-platform among Windows, Linux, and Mac OS X. Both let you use OpenGL for graphics if needed.is there any real way to do games on PC easily with well documented programs? Allegro seems okay, but I can't find any info on it.
And I agree it was a hijack, but I'll forgive and forget if you let me know at which point you want the topic split.
Aye, be careful there Dwedit, it could affect your reputation. Besides, mixing several pixel art styles doesn't work well (monsters from Crystalis, water from FF1, ..)Bregalad wrote:(...) The monster looks copied from Crystalis though. (...)

No offense intended, just being a nerd that is a fan of originality.