Danwood's Forum Posts

  • Hello blurtsmum, it's so inspiring when someone in inspired by my work (sorry for the word trick!). If you even want to ask me something, I'll be happy to asnwer, this is my first and only project with C2 and i started nearly 2 years ago.

    The KS failed, but no problem at all, I'm going to release the game on Steam early access to fund the second stage of development, probably in few weeks, I'm in fact working on a new trailer/screenshots and presentation in this period.

  • Don't know about multiplayer, but "big" project are perfectly fine with C2. My current project is an ecosystem simulation with 7200 events, using largely functions & families, where the world evolves according to natural rules, seasons, animals reproduction, plants getting energy from the sun... thousands objects on a large map having their own life span. So yes, C2 allows you to do a lot of stuff if you know how to.

    • Post link icon

    Aurel as far as you know, are there also other advantages in using NW 10.5 instead of 12? Also, how can i add the -in process gpu- chrome arg?

    PS: i'm a huge fan of your work and i'm developing a large project as well

    • Post link icon

    Also, does 0.4 work also for NW 10.5, or just 11?

    • Post link icon

    do you recommend NW 10.5 for archivements, or for additional reasons? I'm using NW 12.2 and looks like its working fine.

  • All hail Construct 2 and its prophet Ashley

  • Oh, okay ;(

  • Buy C2

    Make a 7200 events game (our current project)

  • I wonder if it is possible to add/remove an object in/from a familty with an event, instead of having the family fixed, and if yes, how to. Thanks!

  • Dinosaurs and the survival concept may lead to compare it to ARK, but it is quite different. Other that the overal (huge) difference in graphics and world map, DS is a real ecosystem simulation, with real emergent biology, for both plants and animals, and even lakes, terrain and weather (seasons, day length etc) chance according to the environment. ARK is set on an island used to save different species from different ages, while DS is set at the end of the cretaceous era (and the mai ncharacter went there with a time machine or something, still up to decide). Also, ARK is focused on multiplayer coop survival, DS, when playing survival mode, is only single player with no NPC,

  • If some good-hearted figures out how to fix the problem i GIVE HIM WINE!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • https://github.com/nwjs/nw.js

    I got an error when i launch the game in both preview and exported, saying it doesn't recognize a file

  • Quick update:

    *The project reached 7150 events (with abundant use of functions and families).

    *We're now greenlit and going to start early access in july!

    *KS failed and we'll start early access probably without relaunching the campaign before (will confirm soon though).

    *Graphics got improved since the trailer/screenshots, and i need to remake those.

    *Character creation editor is in place and will be expanded, but there are already a fairly large amount of options to customize the (initial) stats.

    *New map generation is in place, creating a new different island at new game (from tiny like in the screenshot, to huge).

    Some new screenshots:

  • Actually, it doesnt, i have 2 object: leaf and stone. I want leaf to do not move if stone is, within the same layer, higher than leaf, so i need a way to compare that.

  • So Pick top/bottom also cpmpares between 2 objects position on the same layer, doesn't it only pick the top/bottom object of a layer? In that case, it solves the problem for me!