WackyToaster's Recent Forum Activity

  • Sadly not. You'll have to split it into individual objects. I think there is a 3rd party plugin that does that too but I never tried it.

  • You can´t include PHP in Construct, PHP is a server-side language. But if you have a server, you can use AJAX in Construct to send information to a PHP file (or receive it)

    construct.net/en/make-games/manuals/construct-3/plugin-reference/ajax

  • You simply have some things messed up in your layers:

    As you can see, you have one of the floor tiles above the player. Also you have the layer BG (I assume it means Background) above the layer of the player. I´d reorder it like this and make sure that everything is on the correct layer.

    EDIT: Images not showing up...

  • Nepeo with the wisdom. I´m pretty sure a good portion of what you said applies to terraria (manhattan distance, chunking and even the way sunlight works)

  • What about the shadowlight? It's not too similar but provides lighting effects.

    For a similar effect I think a canvas could work pretty well. Adding brightness tile by tile based in distance to light sources and removing brightness if the tile isn't empty.

  • You do not have permission to view this post

  • I'm about 1k in the red if I think critically about it. On the other hand, 1k is a low price for all the things I learned over the years. Ain't even mad :V

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You need to add this to the invoke download action. Also a framerate of 0 will simply default to the browsers framerate.

    EDIT: Well image doesn´t show up. instead of downloading just GameRecorder you need to use GameRecorder.RecordingURL

  • I was in a similar spot and I found a really good solution. You can run newer mac versions on an unsupported mac with this tool and it works perfectly fine. Also it's not complicated to use, it's pretty much an installer. I have it running on a 2009 macbook pro (yes, over 10 years old!) Well it is a bit slow overall but other than that it does its job and lets me run xcode and publish too ofc.

    dosdude1.com/catalina

    I think older versions of xcode stop getting supported by apple and it will tell you when you attemt to upload. I don't remember what version I was on though when I got the message. Either way this should solve the problem.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Just guessing now but I also personally never use savegames. I always end up using localstorage.

    (Correct me if I'm wrong) The thing with savegames are that they save absolutely everything. It's a complete snapshot of the current game state, like a savestate in an emulator. This can work but sometimes you don't want that. I'd argue that you almost never want that.

    Lets say I have a game where I collect coins. When I die the game over screen shows and that's when I want to save them. But if I make a savestate there I will always load into the game over screen instead of ending up in the menu screen. Not to mention that you actually need to save a single number and you save an entire snapshot unless you manually exclude every single sprite/object. Also iirc you can't save variable A but not B so when you load, both A and B will be loaded but you don't want to load B because it's not something you want saved. Something you can work around... but you'll have to work around

    It's a bit of an all or nothing solution and lacks some granularity imo. Sure will work in some cases, but I also get reminded about all the times I tried to savescum in a game and made a savestate that loaded me right into the deathpit :P

WackyToaster's avatar

WackyToaster

Member since 18 Feb, 2014

Twitter
WackyToaster has 25 followers

Connect with WackyToaster

Blogs