OhhBaby's Forum Posts

  • dop2000 Can you try removing Chadori's plugin in your project and just add this in your exported config.xml

    <plugin name="cordova-plugin-facebook4" > <variable name="APP_ID" value="123456789" /> <variable name="APP_NAME" value="myApplication" /> <variable name="FACEBOOK_ANDROID_SDK_VERSION" value="4.40.0" /> </plugin>

    And check your FB Analytics Dashboard, I think this will work.

  • dop2000 I just said that for fix cordova build. It seems c3runtime not compatible with cordova Facebook plugin. You should use GameAnalytics for C3runtime.

  • dop2000

    You are using wrong version

    developers.facebook.com/docs/android/change-log-4x

    use 4.40.0 or 4.41.0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Kyatric

    Can you reupload CB Hash Demo Game capx?

    CB Hash Demo Tech - Working

    CB Hash Demo Game - Dead link

    construct.net/en/tutorials/cb-hash-md5-sha-1-sha-256-59

  • You do not have permission to view this post

  • Ashley

    Found one more dropdown bug in r265

    Working when u use "&" in group names.

    Buggy when u use "|" in group names.

  • Ashley

    Can you look this please. It is big problem when u trying to find something in big projects.

  • blackhornet

    I used for C3

    [[7," "],[6,"'"],[8,"Iil!|"],[9,"j1.,;:-`"],[10,"\"()[]"],[11,"Jft\\°"],[12,"rz?*"],[13,"acdehqsvxy57/=<>"],[14,"Lbgknopu023689~+€"],[15,"CEFXZ4_#$"],[16,"ABDGHKNPQRSTUVY£"],[17,"Ow"],[18,"%"],[19,"MWm@"],[20,"&"]]

    for C2

    {""c2array"":true,""size"":[2,15,1],""data"":[[[7],[6],[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20]],[["" ""],[""'""],[""Iil!|""],[""j1.,;:-`""],[""\""()[]""],[""Jft\\°""],[""rz?*""],[""acdehqsvxy57/=<>""],[""Lbgknopu023689~+€""],[""CEFXZ4_#$""],[""ABDGHKNPQRSTUVY£""],[""Ow""],[""%""],[""MWm@""],[""&""]]]}

    for Character Spacing : -1

  • blackhornet

    Hi,

    Why this different? I used every think same.

  • blackhornet

    I'm trying to convert same plugins but it doesn't add cordova dependencies. Can you add this feature?

  • R0J0hound

    Can you reupload your canvas and paster example capx projects?

    I need to learn how to use really.

    Thanks.

  • Ashley

    This not gonna be fixed? 5 months, 9 updates for C2 but still have this two bugs.

  • It doesn't a text editor issue. Problem is Spritefont+ using this format (C2array). And this format breaking load data.js in IOS with WKWebview.

    {""c2array"":true,""size"":[2,20,1],""data"":[[[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20],[21],[22],[23],[24],[25],[26],[27]],[[""|""],[""il:!""],["".,;""],[""I'""],[""()""],[""j`""],[""-[*""],[""r~]°""],[""f=<>""],[""t1""],[""acez\\/+""],[""EFLbdgnopqsu7\""""],[""Zhkvxy?#""],[""DJNOPRTU0235689""],[""BCGHKQSVY4$£""],[""X&%""],[""AM_€""],[""W@""],[""w""],[""m""]]]}

    This format works fine. (C3 using this format)

    [[8,"|"],[9,"il:!"],[10,".,;"],[11,"I'"],[12,"()"],[13,"j`"],[14,"-[*"],[15,"r~]°"],[16,"f=<>"],[17,"t1"],[18,"acez\\/+"],[19,"EFLbdgnopqsu7\""],[20,"Zhkvxy?#"],[21,"DJNOPRTU0235689"],[22,"BCGHKQSVY4$£"],[23,"X&%"],[24,"AM_€"],[25,"W@"],[26,"w"],[27,"m"]]

    I want talk with plugin developer but he is offline since 5 years.

    Can't we do somethink for fix this?

  • OhhBaby

    It looks like an extra carriage-return got in there. Just backspace so it one single line.

    Nope it is already 1 line. You can see that.

    Special chars breaking.

    '

    `

    Gif

    i.imgur.com/SrgfiA4.gif

  • Open your Construct 2 installed directory like this.

    %PROGRAMFILES%\Construct 2\exporters\html5\templates

    Open export-nwjs.html if you want change anythink for NWJS export.

    Edit what you want and save.

    When you export NWJS it will using your edited file.

    You can change preview-nwjs.html file for preview.