Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 41 to 80 of 183 · Next page · Previous page · First page · Last page

hiii software designer here who would love to help you make this for Android/iOS. lmk if you want help!

(+2)

It'll be fantastic if this game comes for android.

(+3)

Could you make it for android?

I agree with this question plz do

Can't this game give more Berry Bushes? I churned through a dozen packs and got 1 total!!

lmao I always have to sell them... I just wanted soil and flint :/

(+1)

Question: When the game updates, will I be able to download the updated versions from this site?

(+1)

Really addictive game that strikes a great balance between being chill and challenging, and is backed up by a beautiful artstyle.


the kind of game that you plan to play for a few minutes and end up getting sucked in for hours

(1 edit) (+1)

I stopped with counting in hours a few days ago xD 

Edit: Watched the video, lmao I made like 10 spears and had an army since day5 (cant say didnt I lose 20 before that)

(1 edit)

Yep, i definitely wasn't prepared to put up any kind of defense, i should have known that's the most important part of running a village

(+1)

Rip all the children I put in the army the moment they leave the house xD I feel like Sparta... Atleast they dont die? (dogss in late-game, because their cute)

(+3)

Is there ever gonna be a mobile version

When is update?

(+1)(-3)

I would love to buy this game however I’m not seeing a native linux version. Do you think you could make one so that I could then feel comfortable paying for this game? Thank you!

(+2)(-1)

It works perfectly fine with Wine / Proton. I played it on Steam. No problems at all.

(-8)

Wine/Proton is not sufficient to pay for a game because there’s no guarantee of support from the developer. A native version needs to exist for this support guarantee.

And I don’t want to use Steam.

(+1)

Then don't buy/support it.

(-5)

That’s the plan, if the developer never makes a native linux version. I’m not sure why this needed to be said.

(+3)

Just one thing, I don't really see the point in your comment. You are free to make your choices without making them public knowledge. As a very small portion of the operating system user base, any complaints we have don't matter, especially when the game itself is rated platinum on protondb.com (meaning, a flawless experience using Proton).

Regards, a fellow Linux enthusiast.

(-5)

The point of my comment is to ask the developer to consider making a native Linux version of the game. None of you are the developer so I really don’t know why any of you are replying to me.

You got your answer, so whats with everything that came next?

I just bought your game and I am already addicted to playing it! Trying to expand my village while keeping everything under control and not die is a challenge but fun! Can't wait to play more and can't wait for the update! 

I have just bought and tried launching the game, but also ran into a variant of the Mac issue.  I experienced the same behaviour with both the standalone Stacklands.app and launching using Steam.  v1dra's fix was necessary to launch the standalone app.  This is Stacklands v1.0.11 on macOS 10.14.6.

Upon launch, the Sokpop animation runs but slowly.  Right after, in the game menu the game freezes with very high CPU usage.  Because it's full screen by default, there is no way to exit, and the only way out is a hard reboot.  Unpleasant!

Such a large spike in CPU usage quickly paralyzing the computer is symptomatic of a "while(true)" loop without break or with insufficient sleep time.

I'm looking forward to hearing an update from the devs.  Please run tests on a Mac before each new version release... or stop claiming that this game is Mac compatible (many games are correctly advertised as Windows-only).

I forgot to mention that the game auto-detected my OS language and launched in French: I'm saying this in case this specific issue could have been introduced with the additional languages in v1.0.11.  That being said, based on the comments on this page it looks like users have been experiencing such issues on Mac with earlier versions of the game.

Fixed in v1.1.5.  Thank you, I can now play the game!

nice!! I had to buy windowpc for other reasons and had kinda the same problem but it didnt fix itself

(+2)(-1)

Can there be a Chrome OS or Android version? I can't really play it and I really want to! Please make a version for Android or Chrome OS users. Thanks!

Cow farm

sick man, how did you get so many cows?

Thanks, buy tons of "Reap & Sow"

500 is max huh, love how chests were stackable since the new update xD

Here is the Chicken farm

I use Frittata because they also use egg and potato but give productivity

Hi, I am back playing your games (: 

Simmiland was so good and you did it again with Stacklands. Trying to speed run your game again and it is quite the challenge. Getting a lot of chickens was the key and making omelettes out of the eggs for food, for this process you don't need humans, so they can do other stuff. One game I played, I had two temples and spawned in two demons at the same time. I had an army of 10 so it wasn't that difficult. Some funny thing I found is that you can cell you coin chest in the market. Can't wait for a new update :)

-Rabbion

I had an army of 15 and struggled with 1 demon, damn!

Cute <3

The same with the Mac problem. Bought it for 4€ on Steam but it just shows a black screen. And since I have never used Terminal the instructions given are very confusing ':) 


If someone could help please react

Hi, I have some experience with the Linux terminal, I hear its pretty much the same, so I could give you a hand if you are still in need. :)

Here is my Discord if you are interested: Johnny Joestar#7774

😬so I just used a windows computer

Hi, new to the Mac world. If I download the MacOs version here do I have another program then what is downloaded on Steam? That seems just one download... Does the program there 'see' the Mac and changes some settings?

And I hope someone can make a vid on how to open the terminal and type in those comments that are posted here. New Mac users are carefull to type in comments that they don't understand. Thanks and awesome game #whattagame ;-) Jake.

(+1)

to make it work on mac do the following:
open the terminal where you put Stacklands.app and enter the following

chmod +x Stacklands.app/Contents/MacOS/Stacklands
xattr -r -d com.apple.quarantine Stacklands.app/

It keeps saying "no such file or directory"

(6 edits)

You have to download and move Stacklands.app in the Application folder and then be in /Applications folder in terminal in order to those commands to work. If you type ls in the terminal, the Stacklands.app should be on the list, otherwise it won't work. I followed instructions from the Download page for MacOs first.

I have never worked with terminal before, could you give step to step instructions pls?

(4 edits)

Let's assume you download the game through this website.
I my case that was Stacklands_v1.0.11 (macOS).zip.



Double clicking it will unzip the contents into a folder with the same name. Inside the folder there is a Stacklands file. Drag it into the Applications folder. It should be under favourites on the left in Finder.



Now run the terminal.

type cd /Applications and press enter. This command will change the folder to where you dragged the file.

type ls then press enter. This command will list the contents of the Applications folder. Stacklands.app should be on there somewhere.

type chmod 775 Stacklands.app/Contents/MacOS/Stacklands and press enter. This command will change who can read / write that file. In my case, this will allow me read write permissions, group staff read write permissions and read only for everyone else.

type chmod +x Stacklands.app/Contents/MacOS/Stacklands and press enter. This command will allow execution of this file.

type xattr -r -d com.apple.quarantine Stacklands.app/ and press enter.
In case the MacOS won't allow you to execute the command because it was downloaded from the web, extra attributes are added to the files.
We have to remove them using xattr. Option -d will delete a specific extra attribute. -r will do that recursively for every file and folder.



And that should do it.

Thx for the the detailed thingy.... But I bought it on Stream for a 1€ discount ':) 

When I type ''chmod 775 Stacklands.app/Contents/MacOS/Stacklands''  it sais ''no such file or directory''.

If u would know how to help me further add me on my friends on dc: Nasim ACNH#1019

can you upload the ost as well? I just love it

(+1)

Its an awesome new view point on city builder, very cool idea, makes me think in a possibility to create a tower defense with cards

does this work on redmi note 10? Please help me 

(+1)

This feels very similar in engine to cultist simulator which makes me desperately want this for andriod. I need more good offline games on mobile to kill time in transit and I feel I could get lost in this one.

Don't bother buying if you are on a Mac. Even following the odd instructions from the download page I cannot play at all. 

(1 edit) (+1)

to make it work on mac do the following:
open the terminal where you put Stacklands.app and enter the following

chmod +x Stacklands.app/Contents/MacOS/Stacklands
xattr -r -d com.apple.quarantine Stacklands.app/

your welcome mykamonster. orignal idea from v1dra

I hope this comes out on switch soon!

(+1)(-5)

nah i wacthed blitz it super cool but......too expensive

(+1)

Is SteamOS or Linux support planned?

(+1)

Seconding

There has been a lot of talk about this game everywhere, so I finally decided to buy it. But sadly the Mac version doesn't work, it won't install :(

Will there be a patch for this soon? Has anyone find a fix for it? I've seen multiple comments regarding this, so it would be a shame that we can't play it.

I posted detailed description how to do it.

(+1)

Incredible game, bought it at 1pm, finished it at 4pm and have been playing ever since! Where did the time go? Well done team. Only piece of constructive feedback is that I'd prefer for the coins to be tracked but not take up space on the board, that's minor though. Well done.

(+3)

i would love to have this game ported to iPad

I think it’d be very successful 

(+1)

I can't run the game on mac even with permission changes :(

(1 edit)

I posted detailed description how to do it.

(+2)

Very nice game, its sad how short it is.

I'd love to see you expand on the game by adding different objective paths, this will probably give the game a lot more replayability.

try Underhand (on steam or mobile), its way simpler than this game, but it had a longer playtime for me (I did beat stacklands twice, first run was 36 moons and second run was 26, got all achivements except 2) mainly because the game has a series of objectives that you need to replay the game multiple times and beat each one in its own run.
Also underhand is a bit harder, i do lose quite often, which i think increases repliability. I beat stacklands on my first run and the only time i felt danger was when monsters spawned and i didn't have well equipped villagers.

perhpas add a more difficult mode, or add new forms of risk.

great game overall, love it.

(-1)

being able to drag card while the game is paused would be really cool 

coz at the moment it's too much apm

An quality of life thing would be to not have to drag the coin chest around onto the card pack would be nice to just be able to click on them once you have bought the chest cause the pack tends to overlap the chest alot.

(+1)(-2)

Windows 10 - game doesn't get past the little 'honk' noise. Just sits there with a black screen. Tried Steam and Itch versions.

(1 edit)

If it's helpful, Luckitown loads and plays fine on the same machine. Unfortunately, Stacklands just stalls out without ever providing an error message. 

I've temporarily disabled antivirus, ransomware protection, etc before installing and running, so that doesn't seem to be the problem.

Is there any way to download previous versions?

(+6)(-1)

I got this game for Mac. 
It says "“Stacklands” is damaged and can’t be opened. You should move it to the Bin."

Not sure how to fix it. 

(+2)

I just got the game and have the same error even after changing the file permissions in the download page.

Same here

to make it work on mac do the following:
open the terminal where you put Stacklands.app and enter the following

chmod +x Stacklands.app/Contents/MacOS/Stacklands
xattr -r -d com.apple.quarantine Stacklands.app/

I tired this. 
I ran: 
chmod +x Stacklands.app/Contents/MacOS/Stacklands xattr -r -d com.apple.quarantine Stacklands.app/
And get the following errors:

chmod: xattr: No such file or directory

chmod: -r: No such file or directory

chmod: -d: No such file or directory

chmod: com.apple.quarantine: No such file or directory

(+3)

Great game. Simple and pretty addictive once you get playing. Really well done.


I'd love to see ideas:

- Mobile version!!!

- More modes: campaign,  Achievements i.e. kill boss before day X or only use X food, Skirmish (you can create portals and send villagers through to kill opponent, you can't see opponents base, maybe on replay?)

- Minimizable quest & idea subcategories 

- Difficulty rating that impacts, portals, villagers eat more, time taken for builds etc.

- Upgradability for cards: i.e. adding a sword to militia upgrades to swordsman. Allows a whole range of potential upgrades relating to armour, or for improved buildings e.g. two warehouses = bigger warehouse with slight increase on card number, houses create larger houses potentially giving two babies, two farms upgrade to larger farm which is faster or allows two crops to grow at once?

- Buildings (or upgrades) that let you manage resources (and animals): the created cards auto stack into a deck rather than dropping anywhere. Farm has 'slots' for animals so they don't patrol?

- Weather conditions that impact build / food creation times?

- Loot from monster fights, that could be used for upgrade idea.

And of course, MORE... everything, Monsters, buildings, cards, villager types, quests. Its a great game and it would be really great to see it continue to grow.  

giving sword to militia works fine

(-7)

are there any versions available that are free?

Viewing most recent comments 41 to 80 of 183 · Next page · Previous page · First page · Last page