Mikal's Recent Forum Activity

  • Haha, OK, you get $1 - just for that funny s-post itch page.

  • Great podcast, the first one with Mike Parent (Spriter) was particularly good, wide-ranging discussion, getting a start in the industry, pixel art tips (watch out for Pixel Confetti), his work with Construct and perseverance (he sold how few copies of the proto Spriter, wow.) Also nice production values (which I am sure your day job is a big help in.)

  • If you talking about C3, you can use the JSON spacing data prop for SpriteFont, I think the format changed between C2 and C3.

    Example (for a different font, just showing the format):

    [[6,"|"],[8,".,:!'"],[9,";"],[10,"il-`°"],[11,"j\\"],[12,"I5\"()"],[13,"rstz13?[]*"],[14,"Jcf"],[15,"aegx2478~/$"],[16,"Sbkopy069#"],[17,"dhnquv_£"],[18,"BEFLP"],[19,"<>"],[20,"Z+="],[21,"CGKTXY"],[22,"DRm€"],[23,"HOUw%"],[24,"N&@"],[25,"AQV"],[29,"MW"]]
    

    Lumicreative.com I DM'd you the working C3 runtime project.

  • Lumicreative.com - is this with the sample dialogue system project or is it with your own project? If Magistross agrees, I could send you my version via DM in Discord.

  • Yes, it does sounds like a bug, unfortunately, I cannot recreate a simple test case that has the same problem. Those four variables are only set on initialization during the local var declaration, is that right? (I don't see them set anywhere else using the C3 search function.)

  • Lumicreative.com - This is what fixed my case, using the example utility project, I had to change the top four variables in the dialogue event sheet to static, constant, otherwise they were all 0 and that messed up the location of the SpriteFont object (amongst many other things.)

    Thinking about it - it looks like local variable behavior under groups has changed between C3 runtime and C2 runtime. The new C3 runtime behavior may only init once and then if not static it returns to 0?

  • MGGD I don't think I mentioned cors in my post, are you looking at one of the links?

  • Other C2/C3 port authors, please post other tips or help me correct the below. , Eren macube, skymen

    C2C3 Addon Conversion

    Convert from C2 files to get C3 templates and file structure

    • Use the C2C3 converter to get aces.json, etc. lang files c3 runtime stubs (c2c3converter.exe -c3stubs ./In ./Out) For exact usage and details see: c2c3converter

    Convert ACE functions

    • Individually cut ACE functions from c2 runtime.js paste them to the stubs in the actions.js, conditions.js, expressions.js functions.
    • For expressions change the return values through the normal JS return function for C3 rather than ret object passed in c2 as a parameter to the expression function.
    • Change any c2 SDK functions used in the ACE functions to their C3 SDK counterparts, or change functionality to adapt to differences in the SDKs.
    • Look at the 'addon specific' code in the C2 runtime.js that is not in the ACE functions, including addon specific addon variables (made be defined at this.<addonvarable> 'scope',
    • Copy the addon specific code to the c3runtime/instance.js into the proper scope for the functions or variables.
    • I have put some functions into the instances constructor, but it depends on what functions call this code and the scope needed. I have had to change it around in the past (put some internal, some external, some with this.<blah> depending on the scope and what functions are calling what.)

    Testing and debugging

    • Use a local server (I used nodemon) and C3 developer mode to load addons and debug
    • In developer mode you do not have to pkg files up each time you change
    • Edit the files to fix bugs and reload the local server to refresh the addon, reload the C3 editor and project. for each addon change.

    Read and understand: C3 SDK Manual

  • The art one was fun, the shaking pictures threw me off a little, which was good too, the randomization of order and location made it good for a few replays too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You do not have permission to view this post

  • Looks like a nice plugin/tool, very handy.

    Here's a big spreadsheet of some translations to use with it also (or at least for reference.):

    construct.net/en/forum/game-development/tools-and-resources-27/huge-spreadsheet-of-localized-102167

    One 'typo', FYI for some reason I'm listed as an author in the plugin.js in the c3addon (probably just left over from a template or something.)

Mikal's avatar

Mikal

Early Adopter

Member since 22 Apr, 2016

Twitter
Mikal has 103 followers

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x10
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

19/44
How to earn trophies