User Tag List

Results 1 to 3 of 3

Thread: Handling Excessive Dialog and Text

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    redpandagames's Avatar
    Join Date
    Dec 2011
    Posts
    378
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Handling Excessive Dialog and Text

    I thought that I could use the INI object to handle my text, but it looks like the text file will end up being over the 64K limit. 6,000 words has already put my text file at 32K.

    What would the best thing be to do in this case? I want to port to multiple platforms IOS/XNA/Flash/Standalone, so an extension doesn't seem like the best choice. Also, I may translate into various languages.

    I think that I could max out the ini object and manually add strings by hand after that. What do you think?

    Seems silly that the INI has a limit, but I guess it's just for the Windows platform, right?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Why not use a List object? Each line would be a text, and you could have easy access to them.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    redpandagames's Avatar
    Join Date
    Dec 2011
    Posts
    378
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Francois View Post
    Why not use a List object? Each line would be a text, and you could have easy access to them.
    I guess I could do that and pull the line numbers to replace strings. Seems a little troublesome, but I'll have to try it first.

Similar Threads

  1. Session Handling using MMF
    By DJFuego in forum HTML5 Export Module 2.5
    Replies: 5
    Last Post: 11th August 2015, 06:12 PM
  2. Android New Dialog Control dialog text looks small
    By lh37 in forum Android Export Module Version 2.0
    Replies: 19
    Last Post: 19th April 2014, 05:42 PM
  3. Fast loop text length in dialog
    By Kracker in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 8th June 2012, 06:55 AM
  4. RPG Dialog: Parsing Text through Subapp Issue.
    By JimmyT in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd January 2012, 06:16 PM
  5. Text size in dialog object
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 13th January 2008, 09:07 AM

Tags for this Thread

Posting Permissions

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