Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • What comes to mind when I say: Deconstructed survival grand strategy city builder roguelike with Permadeath? Well, probably not much yet, but that's how I'd describe Venture Archipelago.

    Why Archipelago?

    The world is 5 small islands. Each island has a different biome, with different challenges. You have these islands to choose from to settle your village, and if you survive, maybe even kingdom.


    What's a Venture?

    The word “Venture” in the title comes from the primary method of gathering resources in the game, which are ventures. You spend money and/or resources to create a venture (which could be things like a logging camp, or adventuring group, or farm etc) and steadily accrue resources from all of your ventures.

    Please login to see this link.

    Is there combat?

    Yes! It has random encounters that are fought on the normal world map. Being that it's a roguelike, enemies only move (and time only passes) when you take an action. 1 to 3 enemies will spawn near you, with varying AI, and will attack mercilessly. Attacks (both yours and enemies) are represented as white squares, and will still show up on the map even if it hits nothing. More details of this will be revealed as it is created.

    Please login to see this link.

    So it's an RPG?

    Kind of, but with a hefty focus on unique game mechanics. The story is not what we're here for. Player character development and customization through gear and leveling will scratch that RPG itch though.


    Buildable Villages and Cities, both player owned and not, that need resources to survive. At its core, Venture Archipelago is a survival game, but its your towns that depend on you to lead them to prosperity by providing enough resources, and building the type(s) of land they need.

    Please login to see this link.

    (I did set the default gold to 69, but I did not set the time manually or intentionally wait for the photo op. That's a genuine coincidence.)

    Laws, Taxes, and Land Use

    Cities will be split up into multiple districts. You can customize the laws and tax rates of each district and each surrounding village from here. Each village/district has a modular population, and how the land is used is kept track of. Undeveloped Land can be changed to Housing, Markets, Artisans, or Amenities, and the player will earn rent from the land they purchase.


    Start from nothing and fight, buy, and sell your way into the ranks of the nobility, or burn the very concept to the ground!

    There's a whole lot more than that, and I'll post about it as I make it. Thanks for reading, I hope you'll join me on this Venture!

  • Thank you!

    Key Object (Customizable Controls in the options once there is an options lol.)

    Advanced Direction Object (Detecting Enemy distance from player.)

    MT Random Object (For all random values.)

    Binary Object (Save data n whatnot)

    Ultimate Fullscreen


    That's it so far.


    Edit: Oh and this is made in 2.5. I guess I forgot to register it.

    Edit2: Also just noticed, I never posted this pic demonstrating resource gains from ventures:


    Please login to see this attachment.

  • Please login to see this media element.

    Please login to see this picture.

    The game is really starting to take shape. This video demonstrates the Venture/building construction system and interface. The icons are placeholders obviously. My coin goes negative because the Harbor I built costs 2000.

    There are 27 buildings.

    Here's the full list:

    Forester

    Mine

    Fishing Dock

    Orchard

    Farm

    Ranch

    Mill

    Inn

    Pub

    Adventurer

    Harbor

    Quarry

    Farmer's Guild

    Mason's Guild

    Smith's Guild

    Lapidary Guild

    Tailor's Guild

    Hero's Guild

    Fishing Guild

    Hunter's Guild

    Bard's Guild

    City District

    Castle

    Guard Tower

    Dirt Road

    Cobble Road

    The D icons that are on the map from the start are city districts.

  • How hard is it to translate mouse controls to touch controls if i were to buy the android exporter? You can see I went for a mobile-style scrolling system for the construction menu, and if it's as simple as replace "mouse" with "touch" or whatever you'd call it, then it might be worth doing.

  • How hard is it to translate mouse controls to touch controls if i were to buy the android exporter? You can see I went for a mobile-style scrolling system for the construction menu, and if it's as simple as replace "mouse" with "touch" or whatever you'd call it, then it might be worth doing.

    Any left click mouse events you have should automatically work on mobile. It just looks for a touch instead of a click.

  • I'm using the String Parser object to let players change names of towns whenever they want, but I do no want to use an edit box.

    Why does this not work?

    Code
    condition: backspace pressed
    event: leftstr$( "String Parser", Len(string$( "villageStatusHeader" )) - 1 )


    shouldn't this return the whole string with the last character removed? it's returning a blank string for me.


    edit:

    oh did it without string parser nvm.

    Left$(string$( "villageStatusHeader" ), Len(string$( "villageStatusHeader" )) - 1) works

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!