INI-Plugin Write-String Bug?

This forum is currently in read-only mode.
From the Asset Store
This collection of music is the beautiful performance of rather small strings ensemble (8 first violins, 6 second violin
  • I've got the following Script in Construct 0.94.3:

    Which generates the following (wrong) output for the string:

    [LoadingScreen]LoadTeams=LoadTeams[/code:3ievxtuu]
    
    But the line "[b]LoadTeams=LoadTeams[/b]" have to be "[b]LoadTeams=Loading Teams ...[/b]"! It's a bug or?
  • Even in the INI.AppendString-Function the output is wrong. It will append the item, not the string! The value output of the Write-Value-Function is correctly outputed.

    [LoadingScreen]LoadTeams=LoadTeamsLoadTeams
    [/code:tamk2jp6]
    
    This looks like a bug in the Plugin for the INI-Control. Maybe the wrong variable is set for the string-output.
    
    I would lookup and fix it in the Source-Code itself and upload patch for it, but the plugin-code in the CVS are binary!
  • This is fixed in 0.95, thanks.

  • Thanks to to info.

    But shouldn't be the Plugins which are already in Construct be available as Source-Code so that the community can fix bugs or script new functions to these Plugins

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Just one Bug which isn't resolved in Construct 0.95:

    INI: Write string "Loading Teams ..." to item "LoadTeams" in group "LoadingScreen"
    Text: text to INI 0 .ItemString("LoadingScreen", "LoadTeams")
    [/code:1nio9g5k]
    
    Which will output "LoadTeamsLoadTeams" instead of "Loading Teams ..."!
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)