Renfd's Recent Forum Activity

  • I think the List object is too generic to be considered a 'building block' like any DOM element, and it lacks customization.

    I think we could have something like a 'grid object'. A object where the user could customize things like number of rows/lines and its respectives width/heigth, and background texture like 9patch. And the user could attach sprites and text/spritefonts objects inside the cells at runtime. And it would handle scrolling, with the option to customize its sensibility and speed.

    I think it would help in 90% of UI complex issues. Would be a powerful building block that could be used in things from simple leaderboard tables to complex inventory systems

  • You do not have permission to view this post

  • Cyber Shadow has been announced! It's developed by MekaSkull in C2, and published by Yacht Club Games.

    We (MP2 Games) are porting the game to Switch/XB1/PS4/PC using Chowdren, and so happy to be involved with this game :)

    I've been talking to MekaSkull about Cyber Shadow for a long time, so I'm glad we were finally able to spill the beans!

    Subscribe to Construct videos now

    The game will be playable at PAX East at the Yacht Club Games booth, so make sure to check it out!

    MP2 Games is working on other projects as well, so I hope to be able to talk more about those soon!

    Oh, I didn't know that Cyber Shadow is being made with C2. Glad to know.

    It seems to be running smootly on Switch. Awesome!

  • The problem with Google Adsense for Games is its 1 million user requirement. With that, I think only a handful of C3 users would have access to it.

    Out of that I don't know any feasible option for monetising webgames outside a platform, unfortunately.

  • The youtube app on Switch is a web app wrapped in a webview. So something like this would be technically possible with C3 games, but it seems to be a privilege only for Google.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My game was freezing when switching between layouts.

    Browser console on chrome:

    Actually I managed to resolve this by changing 'Max spritesheet size' property from 2048 to 1024.

    But i'm curious now. What "texture released too many times" means?

    Also, do changing 'Max spritesheet size' property have significant impact on the performance of the game?

  • Congrats!

    Interesting to see that your game got more much more users from Google Play than in Instant Games where the competition is much smaller.

    And about IOS App Store? Didn't you published there?

  • I've moved on to Construct 3. Slowly but surely, I've been porting my C2 work to C3.

    It's annoying to remove the plugins, but it doesn't fully break my games.

    Same here. It was very hard last year, since C3 was lacking some important plugins, but now its feasible thanks to some plugin developers that ported the most important plugins.

  • I would guess you actually stored a string of "1" and then multiplied that with a number. I just tried it with both the C2 and C3 runtimes though and "1" * 50 returns "1", as it is supposed to (since string * number returns the string unmodified). So I can't see any change in behavior.

    Oh, so it has to do with the way the value is stored. My mistake.

    Actually I have a 'save' function that saves a value in a dictionary then saves the dictionary.json in localstorage. When I converted it to the built-in-function I had to convert the parameter to string. So I did not noticed that all values in the dictionary are string now.

    Thanks for clearing it up and sorry for the confusion!

  • I'm not sure if its a bug, but just noticed a difference on evaluating values from Dictionary object.

    Examples:

    Lets suppose that the Dictionary.Get("VALUE") = 1

    So we evaluate the following:

    Dictionary.Get("VALUE") * 50

    Result on C2 runtime = 50

    Result on C3 runtime = 1

    To resolve this issue on C3 runtime we just have to use int function:

    int(Dictionary.Get("VALUE")) * 50

    Simple, so not a big deal right? But for those who don't know, it may cause trouble when converting an project from C2 to C3 runtime.

    Btw... Just to let people know.

  • Hey Ashley,

    One issue I noticed here trying to convert the functions of a project, is that when I convert a function, all actions where the function is called that it is originaly disabled, the respective action of the build-in function is not disabled.

    Example: (tried to upload screenshots, but it seems image upload is not working, so I'm using 'Copy as text' feature)

    Old function :

    -> [DISABLED] Function: Call "test" ()

    Converted to build-in-function:

    -> Functions (built-in): Call test

    It seems like a little issue, but in large projects it can create big trouble.

  • I you're using 'Give Your Fonts Mono' (sprite font generator by Black Bee), you can add the characters you need, then generate the sprite font image.

    For example, the charset below should be enough for most latim idioms and has russian charset too.

    ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789.,;:?!-_~#"'&()[]|`\/@°+=*$£€<>%АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯигрыабвдеёжзйклмнопстуфхцчшщъьэюяâçğıİîöşüûÂÇĞÎÖŞÜÛÁÉÍÓÚáéíóúÊÔêôÀàÑñÃÕãõì

    You may add more characters depending on the languages you need.

Renfd's avatar

Renfd

Member since 26 Sep, 2013

Twitter
Renfd has 1 followers

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies