User Tag List

Results 1 to 6 of 6

Thread: Setting up players/controllers for your game (single player)

  1. #1
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export Module
    colej_uk's Avatar
    Join Date
    Nov 2006
    Location
    UK
    Posts
    739
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Setting up players/controllers for your game (single player)

    Hi all,

    I've been asked a lot about this, so I made an example.

    There's a simple way to do it, and also the method that's used in MegaCity which is a bit more complex and allows up to 4 players to 'enter the game'.

    You can also use the MegaCity method for multiplayer games, although you'll have to add your own code to sort out who's controlling what.

    Haven't actually tested these but they should work.

    Xbox Player Setup Example

    It's also attached.


    Edit: Ignore all those extra global values, I was going to extend it to do a multiplayer version but it would of taken me aggges :P another time maybe.
    Attached files Attached files

  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,017
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    Cole,

    This is excellent. Thankyou very much for your recent efforts and capping it off with this.

    I checked out your code on the :simple frame and that's how I originally did it, however I reverted it all when I fixed the in-game pad. Now I have a full understanding of the system we're officially cooking on gas!

    Cheers dude!
    Want to learn Clickteam Fusion 2.5?




  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleXNA Export Module
    DistantJ's Avatar
    Join Date
    Jan 2008
    Location
    Gloucester, UK
    Posts
    2,144
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I'm about to become an Xbox 360 developer myself, starting next month, and this was the one thing I found daunting (I have only one controller and things, testing it would be a pain unless I bought another I don't particularly need), so I thank you for this, this makes things a lot simpler to get started. Looking forward to getting these titles on XBLIG and hopefully getting them allowed in!

  4. #4
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export Module
    colej_uk's Avatar
    Join Date
    Nov 2006
    Location
    UK
    Posts
    739
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    No problem I do recommend getting a second controller to test with though. Even if you're pretty sure it works OK with 2 you could end up missing something and end up having to resubmit your game (and if people have already reviewed it, they might not be so quick to review it a second time). You could pick up a second hand wired 3rd party controller for pretty cheap I'm sure.

    A memory unit is also a good idea to test the storage selection. You should be able to get a 64 or 128mb MU on ebay for under £5.

  5. #5
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Sloxone's Avatar
    Join Date
    Nov 2011
    Location
    France
    Posts
    591
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Thanks colej_uk for this exemple...

  6. #6
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export Module
    colej_uk's Avatar
    Join Date
    Nov 2006
    Location
    UK
    Posts
    739
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    Been revisiting xbox development a bit lately. Just wanted to update this with an idea; instead of using just the length of the logged in alias to check if a user is signed in, you could grab the actual alias when they first start the game and store it as a global string. Then when you need to check if that player is logged in, just compare the alias to the stored string.

    This might work out a little better as you are making sure your data will write to the correct profile.

    So you are checking if that specific player is signed in as opposed to checking if any player is signed in. You might need that accuracy in some cases, so I thought I'd post it here

Similar Threads

  1. Hi-Score Object for single player with multiple scores and text
    By 1234cb in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 9th June 2013, 09:08 AM
  2. Controllers for 4 Players
    By Asholay in forum XNA Export Module Version 2.0
    Replies: 1
    Last Post: 31st December 2012, 08:43 AM
  3. Multiplayer Online game and players from LAN
    By Greg in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 18th April 2010, 04:17 PM
  4. FLV Player and pause on start setting
    By Tiles in forum SWF/Flash Export Module Version 2.0
    Replies: 0
    Last Post: 7th March 2010, 08:26 AM
  5. Setting number of players
    By maestro1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd February 2008, 02:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •