XNA Creators Club Online
Page 1 of 7 (154 items) 1 2 3 4 5 Next > ... Last »
Sort Posts: Previous Next

Role-Playing Game Starter Kit - Main Discussion Thread

Last post 11-18-2008 1:47 AM by Bourne 117. 153 replies.
  • 05-20-2008 3:22 AM

    Role-Playing Game Starter Kit - Main Discussion Thread

    Tell the XNA GS and Community team what you think of the new RPG starter kit. We'd love to hear your thoughts and how you are extending it!

    You can find the starter kit here.

     

    6/25:  The starter kit has been updated.  Find more information later in this thread, in this post.

    Sean Jenkin
    Development Lead
    XNA Community Team
  • 05-20-2008 3:37 AM In reply to

    Re: RPG Starter Kit

    The RPG starter kit is great right out of the box!

    I can't wait to make my own modifications!

  • 05-20-2008 6:55 PM In reply to

    Re: RPG Starter Kit

    Noooooo! I had another project I wanted to do first! But now... thanks to you guys.. I have to go play around and make a rpg.. ugh... The nerve! Distracting me from wasting my time on other projects! sheesh!

    Oh, and umm, RPG Starter kit looks absolutely wonderful so far. I just read through the tutorial on adding a quest, but I haven't delved into the source yet! I kow this is one of the starter kits I wanted though, so kudos to those who designed this for us!

     

    Development site: CDX Games
  • 05-20-2008 9:07 PM In reply to

    Re: RPG Starter Kit

    Could someone change the web page to display the size of the development kits??
  • 05-20-2008 9:11 PM In reply to

    Re: RPG Starter Kit

    Sakamura:
    Could someone change the web page to display the size of the development kits??

    It's about 90,4 MB

     

    Btw, any mapeditor? :o

  • 05-20-2008 9:38 PM In reply to

    Re: RPG Starter Kit

    Rotab:

    Btw, any mapeditor? :o

     

    Not directly, but there are tile-editing tools out there.
    Matthew Picioccio
    XNA Developer Connection
  • 05-20-2008 11:00 PM In reply to

    Re: RPG Starter Kit

    Finaly a proper starter, kit none of that racing action shenanigans.
  • 05-21-2008 1:10 AM In reply to

    Re: RPG Starter Kit

    There is a known issue when moving the thumbstick in a narrow window of time as the last player's combat engine completes. 

     

    You can find the details, including a temporary fix, here.  No ETA on a new version.

     


    Matthew Picioccio
    XNA Developer Connection
  • 05-21-2008 1:14 AM In reply to

    Re: RPG Starter Kit

    Anyone else have troubles installing? I have 2.0 and 3.0 installed, downloaded and ran the installer.. twice.. The RPG game does not show up under create in either version. Ive clicked both vis c# and xna game studio to make sure it wasnt just hidden somewhere, but its just not showing.. \

    Interesting:

     

    Just found out it dumped it into the visual studio 2008 templates folder, instead of the 2005 folder. After manually copying the files to the 2005 folder it shows up.. installer bug? or does 2008 overwrite some registry values the installer looks up to find the install directory?

     

    Development site: CDX Games
  • 05-21-2008 1:46 AM In reply to

    Re: RPG Starter Kit


    Cdxrd:
    Anyone else have troubles installing? I have 2.0 and 3.0 installed, downloaded and ran the installer.. twice.. The RPG game does not show up under create in either version. Ive clicked both vis c# and xna game studio to make sure it wasnt just hidden somewhere, but its just not showing.. \

    Interesting:

     

    Just found out it dumped it into the visual studio 2008 templates folder, instead of the 2005 folder. After manually copying the files to the 2005 folder it shows up.. installer bug? or does 2008 overwrite some registry values the installer looks up to find the install directory?

     

     

    That is a known issue with all of our VSIs (starter kit installers) and Visual Studio 2008.  We are working on a proper description of the problem for the site.

    Matthew Picioccio
    XNA Developer Connection
  • 05-21-2008 1:48 AM In reply to

    Re: RPG Starter Kit

    I cannot install the starter kit. It comes up with an error saying "String cannot have zero length", and it doesn't do anything.

    I have Visual Studio 2005 Professional, Visual C# 2008 Express, GSE 1.0 Refresh, GSE 2.0, GSE 3.0.

  • 05-21-2008 4:21 AM In reply to

    Re: RPG Starter Kit

    A quick search for the error message you received shows the following results. Perhaps one of those will help you.

     

  • 05-21-2008 1:43 PM In reply to

    Re: RPG Starter Kit

    This is a great starter kit.  It's great to see one way of organizing an RPG.

    I have one question though.

    I was reviewing the code, and I came across a statement in the InputManger::ResetActionMaps() method (line 726) that doesn't quite make sense to me:

    actionMaps = new ActionMap[(int)(int)Action.TotalActionCount];