Gillis's Recent Forum Activity

  • Salman_Shh I saw your code snippet of squishy damage on Twitter and decided to give it a try. Pretty happy with that technique. Thanks for sharing:

    Subscribe to Construct videos now
    Subscribe to Construct videos now
  • Working on some Procedural City lighting.Zone filtering, and City tilesets/turrets in general. Some have a bit of flicker.

  • Finished my 7th tileset for my procedural game I am making called Lith. Pretty happy with most of them. Now to move on to building tilesets.

    I put them all together in one shot so you can see them

    tileset blending... for more combinations of biomes

  • Thanks!

    4ADPV-2VWMK-2T0TL

  • Got the Appearance Store Items added

    If you want to see a world map you can find a town (Unfortunately this one is covered in alien plague so its hard to see)

    Adding new tilesets.... 14 sets to go :/

  • Thank you.

  • Had some time to burn so I put this together if you're still interested - https://www.dropbox.com/s/of8uwu07mx2iq ... r.c3p?dl=0

    Load a csv or json file from local drive to import into a C3 array, and you can export again to json or csv.

    Basically does what rex's plugin does, without needing the plugin.

    It only works with 2 dimensional arrays though.

    This saved the day in a big way!!! Thanks

  • You should use instance variables for each zombie. You can set several sets of coordinates to create 'instance unique' pathing. Couple that with instance style behavior modifiers and you can get cool swarm effets. Not everything is fitting in the image but this will give you the clue you need.

    Here is a high level Heuristic:

    • Create 3 sets of XY Coord pairs (Instance variables) for zombies.
    • Create Instance variable for Mode.
    • Check distance to player to toggle mode.
    • If patrol mode Every X amount of second set 3 random locations nearby the and loop through them as goals to create a patrol effect.

    White Larva "Plaguecyst" are using instance specific patrols and distance measuring similar to what you are thinking.

    If you want your random patrol points to be in a circle you can limit their spawn location by using Pi:

    Similar to this:

    x = (cos(step*3.14159*2))*44+ Sprite2.x

    y = (sin(step*3.14159*2))*44 + Sprite2.y

  • In C3's Json "Array" editor how do I enable more than 1000 rows? I specifically need 7001 to modify mission sets. Could I maybe request a feature? Since the json is 0 based and the line limit is not slicing up the file into 7 is not feasible either. Meaning with the desired headings I'm only getting 999 rows per JSON... That makes things difficult. At the very least I am hoping to bump the limit to 1001?

    I have submitted the following feature request but perhaps there is workaround so I wanted to ask.

    C3-I-767 <- construct3.ideas.aha.io/ideas/C3-I-767

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Made some progress on procedural item shops tonight. Armor first, then weapons, and finally I will add the clerk.

  • > Added 32 Weapons (3 types),32 armors, 40+ heads/helmets. water pumps, repairable turrets,destroyable terrain, persistence between zones, herringbone and perlin noise blend of modularity, endless levels tested out to 70000 so far, creeping alien growth, portals, earth-day events. more to come. Procedural item shops coming soon.

    damn that sounds good, but are the 70k levels procedural generated? or are you reusing a surtain amount of levels?

    amazing stats progress :D

    Its all procedural. I am using a blend of Herringbone Wang with "Advanced Random"(<- C3 feature) Perlin noise.

    Since I generate levels realtime in order to reach infinite.... the trade off is you have to find some non standard way to store changes, but a dictionary or array works nicely.

    More info on Herringbone

    nothings.org/gamedev/herringbone

    nothings.org/gamedev/herringbone/herringbone_tiles.html

    *EDIT* Thanks a lot by the way!!

  • Added 32 Weapons (3 types),32 armors, 40+ heads/helmets. water pumps, repairable turrets,destroyable terrain, persistence between zones, herringbone and perlin noise blend of modularity, endless levels tested out to 70000 so far, creeping alien growth, portals, earth-day events. more to come. Procedural item shops coming soon.

Gillis's avatar

Gillis

Member since 7 Apr, 2012

Twitter
Gillis has 5 followers

Connect with Gillis

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 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
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies