What Starter Kit would you like to see next?

Last post 04-25-2008, 11:08 AM by Cardinal4. 90 replies.
Page 1 of 4 (91 items)   1 2 3 4 Next >
Sort Posts: Previous Next
  •  04-11-2007, 11:37 AM

    What Starter Kit would you like to see next?

    I have an idea for one that I might try to create (in all that free time I have :D), but I thought I'd solicit the community for ideas.
    Jim Perry
    Here's what I'm up to.
  •  04-16-2007, 8:27 AM

    Re: What Starter Kit would you like to see next?

    What happened to all the people crying for more starter kits? :(
    Jim Perry
    Here's what I'm up to.
  •  04-22-2007, 7:34 PM

    Re: What Starter Kit would you like to see next?

    I have been thinking the of the same thing, both starting a new starter kit, and were are all the requests for kits..

    In thinking it would be noce to get one in the main themes of games.

    • 2d Shooter
    • 3d Shooter
    • First Person Shooter
    • First Person RPG
    • 2d Tile based RPG - this is one of the ideas I was thinking of, and I did start to drop hints on the IRC Channel about this.

    Glenn "Mykre" Wilson - (XNA / DirectX MVP)
    Virtual Realm :- XNA News and Resources from Down Under
  •  04-23-2007, 9:15 AM

    Re: What Starter Kit would you like to see next?

    The 2D tile-based RPG was the one I was thinking about as well. I've already got most of the guts of an RPG engine done. I figured I could use Reiner's tileset graphics for it so it would have been very easy to put together.

    I guess I'm missing all the good stuff on IRC. There's usually not much going on when I get on. :(


    Jim Perry
    Here's what I'm up to.
  •  04-30-2007, 1:31 PM

    Re: What Starter Kit would you like to see next?

    Heh, are we not still "owed" Pocket Jongg and Culture?

    We haven't forgotten :)

    ajmiles

  •  04-30-2007, 2:06 PM

    Re: What Starter Kit would you like to see next?

    I would like a 2d tile based RPG and even a FPS starter kit. I have some ideas that I would like to try, but my lack of knowledge for creating a game engine is preventing me from doing this.

    I'm currently messing around with the space wars and Racing Game starter kits and I do have to say that these kits are a big help when you need a basic game engine.
  •  04-30-2007, 2:56 PM

    Re: What Starter Kit would you like to see next?

    Hello,

    I think a simple 2D RPG would be intresting to see, with an added save/load game feature.

    I also like the FPS idea, with incorporating animation for a figure walking and moving.

    Just my 2 cents

     

     

     

  •  04-30-2007, 3:54 PM

    Re: What Starter Kit would you like to see next?

    mmorpg - just this one - working on Xbox360 and PC ;)
    Mateusz Kierepka

    IT Manager & XNA Developer & XNA MVP
  •  04-30-2007, 5:20 PM

    Re: What Starter Kit would you like to see next?

    Whatever you do is great.  These kits are very important to the learning process.
  •  04-30-2007, 5:57 PM

    Re: What Starter Kit would you like to see next?

    Machaira:
    I have an idea for one that I might try to create (in all that free time I have :D), but I thought I'd solicit the community for ideas.

    First person shooter

    I was going to say an RTS kit but I already know how to write those. ;)

    --
    Fuel N' Spark Games
    Makers of RocketBall and Exisled
  •  05-01-2007, 3:48 AM

    Re: What Starter Kit would you like to see next?

    I think there is such a solid fanbase for 2D RPGs (like Square's SNES ones) that it's worth a starter kit and will expand XNA's fanbase too. It's sure not hard to create your own base for such a game but I am sure many people find it quite hard to start with.


    http://www.areiacreations.com
    Brain, what are we doing tomorrow night? The same thing we do every night, Pinky - Try to figure out why collision detection doesn't work!!!
  •  05-02-2007, 6:21 AM

    Re: What Starter Kit would you like to see next?

    Glenn Wilson:

    In thinking it would be noce to get one in the main themes of games.
    • 2d Shooter
    • 3d Shooter
    • First Person Shooter
    • First Person RPG
    • 2d Tile based RPG - this is one of the ideas I was thinking of, and I did start to drop hints on the IRC Channel about this.


    If they bring out a starter kit for each one of these genres, I can't see any newbie game developers using anything other than XNA in the future. The hurdle most newbies game devers face it that they have a game idea, but don't really know where to start. These starter kits would give them all a massive boost to starting and hopefully finishing their games.

    I would add RTS as a game genre to the list above.

    There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.
    -= Paulo Coelho =-
  •  05-02-2007, 7:42 AM

    Re: What Starter Kit would you like to see next?

    Point and Click adventure game. Like the Nancy Drew series. My wife and kids are busy working on the story and puzzles, and I'm am climbing the huge lerning curve of building the world to host that story and puzzles. To be honest, I'm very overwhelmed.

  •  05-04-2007, 6:06 AM

    Re: What Starter Kit would you like to see next?

    I made a 2D tile engine in XNA once. It was scriptable using LUA, and you used LUA to define the map arrays and add objects and events to the game. I never added characters or health or a battle system yet, but health could be a simple LUA variable and characters could just be a map object, so you could get a simple story written. It had no menu system, so you had to implement a a function in LUA that made a map with a 'yes' box and a 'no' box and tell the user to walk on one of them. :)

    Anyway.. I'd love to see a 3rd person starter kit. Maybe an 3rd person RPG in XNA with a landscape editor (so we can 'paint' dirt, road, grass, water, snow, and lower/raise land) and some sort of simple story/event system, and maybe money (to give items a value), monsters (to demonstrate how different entites can have different health and stats), weapons, spells (to show how the player can influence things the game normally possible), and a battle-system (to connect most of these ideas togeather).
  •  05-04-2007, 8:10 AM

    Re: What Starter Kit would you like to see next?

    Well, what I was planning on wouldn't be 3D. I don't have the time to build a 3D engine nor get one of the existing ones to work. That might be appropriate for a shooter kit, 1st or 3rd person toggle. I was thinking something more along the lines of RPG Maker (which I actually downloaded the demo for yesterday to check out and compare) :) Pretty much everything else you mentioned I was planning and have a good bit done. It would have a simple quest and conversation system as well.

    We'll see what happens.


    Jim Perry
    Here's what I'm up to.
  •  05-06-2007, 12:40 AM

    Re: What Starter Kit would you like to see next?

    What I would really like to see is a nearly full-functional Game Starter Kit template for the XNA GSE/Visual C# 2005 Express Edition that (unlike the current Windows game and Xbox game templates that insert nothing but two empty .CS files for you to put all your own code into) actually includes the basics implemented into a single, compile-and-run solution that includes:
    • A basic intro splash screen feature.
    • A basic menu system implementation.
    • A basic sound implementation system.
    • A basic music implementation system.
    • And a basic end-credits/exit game feature.
    The basic menu implementation should include:
    • A "Play game" option that directs to empty code area for my own engine to be created in.
    • An "Options" feature that allows: Adjust Brightness, Adjusting Contrast, Adjust Sound Volume, Adjust Music Volume.
    • An "Exit" option for leaving the game.
    • A basic, in-game "Pause" feature for use over the top of the game that will allow access to the base menu, "Options" and "Exit".
    Right now it feels like I am trying to completely re-invent the wheel in order to get the encapsulation for a game up and running when all I really want to be doing is crafting the actual game, engine and features inside of that. I have a great design document for my title. I know exactly all of the features I want to implement, how I want my game to look, feel, and play out, etc... But I'm struggling on getting to the point where I can actually work on the code to make that work because I'm stuck re-inventing the wheel on a basic interface and engine encapsulation to hold my game and start testing features.

    Perhaps this is more something I should ask for in the Help Wanted section and just hire someone to design a template so I can actually get started on my game instead of working on something that literally thousands (if not millions) of others have already designed to a fairly standardized point, but it's what I would really like to see so I'm throwing that request out here.

    I don't want to just copy and paste and get a generic looking game out there for people. I want to customize these basic pieces into something fabulous that has a "new" feel and unique quality to it. But I feel the basics are pretty much automatically included in every game and therefore should be included in a template for a Windows or Xbox game in the XNA GSE software. I really don't feel it should be something that designers (especially the group of designers you're trying to attract with XNA GSE) should have to re-invent for every single game project they are working on in order to bring their creative ideas into the game industry.

    Anyhow, that's what I'd like to see. =) It doesn't seem all that hard as there are already pieces of it separated out into a bunch of separate sample files right now in the Creator's Club, but you'd be surprised at how hard it is to piece all of these little samples together into a working solution for people like me who are more focused on the design and development side than on the hardcore programming side.

    I do have a background in programming and I'm steadily improving my C# knowledge. And at some point I'm certain I'll be able to write whole entire game solutions on my own just like the rest of you hardcore programmers out there. But until I get to that point, it'd be nice to have somewhere to start without having to be a near-expert C# programmer to get a basic proof-of-concept up and running first.

    Chris Rabideau
    "Got mojo?"
  •  05-06-2007, 6:23 AM

    Re: What Starter Kit would you like to see next?

    Leave it with me I will see what I can come up with.. Watch Virtual Realm for more info... or this thread.
    Glenn "Mykre" Wilson - (XNA / DirectX MVP)
    Virtual Realm :- XNA News and Resources from Down Under
  •  05-06-2007, 5:14 PM

    Re: What Starter Kit would you like to see next?

    MadMojo, check out the Game State Management Sample...
    http://creators.xna.com/Headlines/developmentaspx/archive/2007/02/13/Game-State-Management-Sample.aspx

    It's a basic game shell that appears to do a lot of what you want, although it doesn't include sound or music.

  •  05-06-2007, 6:19 PM

    Re: What Starter Kit would you like to see next?

    I am currently working with some community Memebers to see what we can come up with, and yes the main idea is to use the game state sample as a base and then see what other options we can add to it. Hopefully we will have something soon that we can publish so that we can get feedback. If you have any other suggestions on what you would like please post either here or directly to me.
    Glenn "Mykre" Wilson - (XNA / DirectX MVP)
    Virtual Realm :- XNA News and Resources from Down Under
  •  05-06-2007, 7:06 PM

    Re: What Starter Kit would you like to see next?

    Thanks, Glenn! I'll keep an eye out. =)

    Yeah, I liked that sample a lot, iq01. But it is a sample and not a template. A template form of that game state manager with a more solidly packaged, game-like encapsulation that could be instantly compiled and run to test out various features in a custom engine would be an invaluable time-saver. And not only that, would reduce a lot of the major coding work and education required that it takes to get from any form of sample code to running custom code in a person's own project.

    I think a lot of people are getting lost in how to put all of these pieces of the puzzle together into something working that looks anywhere near a game. (I know I am, at least, and I at least hope I'm not alone. Heheh.) And we get all excited when we learn how to display a 2D image, or load up our first 3D model from these tutorials and samples, and it pushes us to keep learning more and to go forward. But then we can't get anywhere near an actual game-like interface or design so that we can see how it would look or feel if it were actually in a game. We have to learn just way too much about programming to get past that huge wall of a step. A template guide we could use as a sandbox environment to test out and play with the ideas in our heads would be so extremely helpful that I feel it would be the holy grail for a designer like me.

    As I learn more about C# and game design, I can gradually replace all of that basic, rudimentary encapsulation code with my own code that is custom-built for the title I'm working on without (and this is the key) having to re-invent the wheel entirely from the beginning of each project all the while I'm trying to figure out how it all goes together in the first place. I'll be able to focus on each piece of my project as I move along in the design and creation phases and fit them into a temporary, working system that I can run and test nearly instantly.

    And then I can keep enhancing it and adding in new features until it's Something Special. =)


    Chris Rabideau
    "Got mojo?"
  •  05-06-2007, 8:54 PM

    Re: What Starter Kit would you like to see next?

    Well I have to admit to being lazy, as I did not read this entire thread. However, I wanted to chime in and say that I think the Starter Kits are a little off track. I think SpaceWar, Marblets, and the Racing Game are all great examples of full blown games that can be built with XNA, but I don't think they are appropriate content for a "Starter Kit". A Starter Kit should be something more abstract that can be used to build a game of any type. I'd love to see more sample games, but just give us the source code rather than installing them as a template.

    What I would love to see, however, would be some re-usable game components published on this site that you can immediately import into your project and begin using. For example, the Particle Sample could be converted to a game component such that you need only create an instance of the game component in your project and boom you have particles with editable properties. If more advanced particles are needed, we can modify the source code of the game component to suit our needs (I'd love to see Microsoft make the particle sample work in 3D though). The Skinning Sample might be another candidate for a game component or simply a re-usable class that you can import and use to play back animation from any Model. There could be a component for ray-to-triangle and triangle-to-triangle Model collision detection, or a component for physics simulations... the possibilities are endless.

    Perhaps at some point the community could be allowed to share re-usable components that they have made on this site as well.

  •  05-07-2007, 9:39 AM

    Re: What Starter Kit would you like to see next?

    Kyle_W_:
    Well I have to admit to being lazy, as I did not read this entire thread. However, I wanted to chime in and say that I think the Starter Kits are a little off track. I think SpaceWar, Marblets, and the Racing Game are all great examples of full blown games that can be built with XNA, but I don't think they are appropriate content for a "Starter Kit". A Starter Kit should be something more abstract that can be used to build a game of any type.

    I'd have to disagree with you. Starter Kits should be for a specific type of game in order to be really useful. The basic template is a starter kit for building a game of any type. :)

    Kyle_W_:
    I'd love to see more sample games, but just give us the source code rather than installing them as a template.

    If you create a project using the template you have all the source code. You can also just unzip the template file to get the source code.

    Kyle_W_:
    Perhaps at some point the community could be allowed to share re-usable components that they have made on this site as well.

    While it might not be on this site, that's the plan, but it's going to take time.


    Jim Perry
    Here's what I'm up to.
  •  05-07-2007, 11:33 AM

    Re: What Starter Kit would you like to see next?

    I have to agree with MadMojo and Kyle_W_...

    A starter kit should be more abstract than a specific genre. Most games have common elements such as a menu system. A basic game shell structure that's a real "game" from scratch -- even though it doesn't do anything -- is what (I think) most XNA users are looking for. I think the Game State Management Sample (GSMS) more or less does this and is a great starting point but it doesn't go far enough.

    For what it's worth, I'm using the GSMS as the base for my game. Combined with the Racing Game, I think I should be able to extract what I need from both! :)

  •  05-07-2007, 12:47 PM

    Re: What Starter Kit would you like to see next?

    How much further should the GSMS go then if the other starter kits are too far? I'm confused. :(
    Jim Perry
    Here's what I'm up to.
  •  05-07-2007, 6:23 PM

    Re: What Starter Kit would you like to see next?

    </