dop2000's Recent Forum Activity

  • I don't know. "Pick all children" condition will definitely be useful. But it may not be feasible in Construct, because normally you need to specify particular objects/families for picking.

  • Well, there are no other options. With a family you can optimize some of the code. For example, if you want to rotate only limbs, you can add an instance variable to the family and after picking all family children, pick all limbs among them.

    Body Pick all FamilyParts
    FamilyParts type="limb"
    .. FamilyParts rotate
    
  • If you pick family instances in a condition, you are supposed to use the same family in all actions and sub-events.

    Body Pick all FamilyParts
    .. FamilyParts rotate
    

    Here the LeftHand instances are not picked, so all LeftHands on the layout will rotate:

    Body Pick all FamilyParts
    .. LeftHand rotate
    
  • I believe what you are looking for is families. You can add all body parts to a family and use "Body pick all BodyPartsFamily".

  • You can import CSV files into the project, there are addons that can convert them to C3 array. You will need to re-import the file every time it's changed though. Or save your project as a folder, then you can open/save CSV file directly in project folder.

    Another option is to simply copy/paste data from Excel into C3 array editor. This may be the easiest solution.

  • The more effort you take to do things to obscure it the longer it would take someone to figure it out.

    Yeah, but still any half-experienced hacker would probably spend considerably less time breaking the encryption system than I spend developing it.

    So.. it's not worth it.

  • You can store not the key itself, but the hash of the key. Then the attacker will have to brute force the key.

    I need to encrypt/decrypt game saves. How do I do this without the encryption key?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I understand that when encryption key is stored in the game, it's not really possible to protect it from hackers. I'd like at least to obfuscate it, make the task of finding it a bit more difficult.

    I can obviously break the key into multiple parts, store them in separate variables, do some string manipulations - replace characters etc. But I assume this won't make much difference. Are there better methods?

    Tagged:

  • I still need to run "trigger once" or it wont work

    It's ok to use it with global variables. Just never use it inside of loops, triggers and with objects that have multiple instances. For example, this code is wrong and will often work incorrectly:

    Enemy health=0
    Trigger once
    ... Enemy play "death" animation
    
  • Functions.Dialogue("text here")

  • The only other thing I can think of is that the Inspector is struggling with all the variables added by the event sheets even though none of them are running/changing/updating.

    You may be on the right track, although I tried making a blank project with thousands of global variables and couldn't reproduce it. Can you try this?

    There was a bug report about a very similar issue - on layouts with many layers the System tab in Debug Mode was updating very slowly causing severe lags. Maybe it's something similar, but specific to your machine or your project.

    Check out all comments:

    github.com/Scirra/Construct-bugs/issues/5926

    construct.net/en/forum/construct-3/general-discussion-7/debug-view-extremely-slow-171386

  • Use "Compare tile at" condition, or Tilemap.TileAt() expression.

    -1 means an empty tile.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 256 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies