User Tag List

Results 1 to 6 of 6

Thread: Roguelike "statsheet" that gets creates when you die?

  1. #1
    Clicker Fusion 2.5
    Del_Duio's Avatar
    Join Date
    Sep 2008
    Location
    Cygnus X-I
    Posts
    944
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Roguelike "statsheet" that gets creates when you die?

    Hi guys,

    I was wondering how I'd go about having the game create a text file every time the player died that would list some of the game's statistics like # of monsters killed, total score, armor found, that sort of stuff. You know, something to look at later if you got some cool loot or whatever.

    I'd want the text file to be named whatever class the player chose, his level, and the date.
    For example "WARRIOR LV 4: 9-26-12"

    I know the game Spelunky creates a stat sheet like this when you die, I was hoping it'd be possible in MMF2 too.

    Thanks!

    EDIT: That gets creates.. Oh man, this story is happy end!

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    What part are you having trouble with?
    This should be pretty easy with just a simple edit box or list object.
    eg. AppDir$ + Class + " LV " + str$(Level) + ": " + str$(day of month of( "Date & Time" )) + "-" + str$(month of( "Date & Time" )) + "-" + str$(year of( "Date & Time" )) + ".txt"

  3. #3
    Clicker Fusion 2.5
    Del_Duio's Avatar
    Join Date
    Sep 2008
    Location
    Cygnus X-I
    Posts
    944
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by MuddyMole View Post
    What part are you having trouble with?
    This should be pretty easy with just a simple edit box or list object.
    eg. AppDir$ + Class + " LV " + str$(Level) + ": " + str$(day of month of( "Date & Time" )) + "-" + str$(month of( "Date & Time" )) + "-" + str$(year of( "Date & Time" )) + ".txt"


    Oh Jesus, I didn't even think of using a listObject for something like this but you're right that'd be really simple.

    Thanks MM!!

  4. #4
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Off topic, but Spelunky is a fantastic game. It's free on PC and the 360 version is pretty cool as well with some nice additions.

  5. #5
    Clicker Fusion 2.5
    Del_Duio's Avatar
    Join Date
    Sep 2008
    Location
    Cygnus X-I
    Posts
    944
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Shawn View Post
    Off topic, but Spelunky is a fantastic game. It's free on PC and the 360 version is pretty cool as well with some nice additions.
    Yeah it sure is, I haven't played it in maybe a year and a half but IIRC I had 1 win and over 800 deaths. Most of those came from me trying to get to the lost city of gold, where you have to get / do some times in a certain order.

    Never played the 360 version of it but I do remember when Yu said he was working on the port. I kind of liked the PC graphics over the "better" ones, but he's a fantastic artist I'm sure it came out great in the end.

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Yeah the 360 graphics are nice but I also like the retro 8 bit graphics of the original too. They are both good in different ways.

Similar Threads

  1. "Cannot load joystick2.mfx" when "Compress the runtime" unchecked. Fine when checked.
    By DistantJ in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 14th September 2013, 09:44 PM
  2. "Rendertarget ping/pong" and "Pixel shaders" Can TGF2 do this?
    By CloudExSolider in forum The Games Factory 2 - Technical Support
    Replies: 13
    Last Post: 7th April 2013, 08:21 PM
  3. "Bug" For Saving and Loading Frame Positions AND "Timer Glitch"?
    By Zarpo in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th March 2012, 12:40 PM
  4. Issues with "Clickteam Movement Controller" and "Runtime" Object
    By jimmyorpheus in forum iOS Export Module Version 2.0
    Replies: 1
    Last Post: 29th November 2011, 07:10 AM
  5. "Unkown Format", "Failed to open document"
    By IndyJones in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 2nd June 2011, 07:20 AM

Posting Permissions

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