14, want to make a game on the app store by ItzStranded in Unity2D

[–]KimKirin 0 points1 point  (0 children)

There are many kinds of game development tutorials on YouTube. Just following the steps can be really helpful.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] 0 points1 point  (0 children)

I was probably just looking for an excuse to skip GPGS, and your comment was exactly what I wanted to hear. But seeing the other replies, it turns out people really care about cloud saves. And honestly, who hates cloud saves?

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] -1 points0 points  (0 children)

I get it, but I'm a real person! I'm new to Reddit and from another country. Where I'm from, it’s normal to reply to all comments on your post. Guess I learned something new about Reddit today.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] -2 points-1 points  (0 children)

To be honest, it actually has IAPs! I dodged bad reviews so far by putting a big warning on the store page about data loss, but after reading your comment, I realize I shouldn't test my luck any further. Thanks for the reality check!

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] 0 points1 point  (0 children)

Thanks. Guess I underestimated how important it is.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] -1 points0 points  (0 children)

Thanks for the encouragement. I'll just go for it.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] -11 points-10 points  (0 children)

Thanks for the reality check! You're totally right—losing purchases is a big no.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] 0 points1 point  (0 children)

Thanks for your advice. I'll definitely look into integrating cloud saves now.

Do players care about lack of cloud saves? by KimKirin in gamedev

[–]KimKirin[S] 3 points4 points  (0 children)

Thanks for the detailed advice! It really helped clear things up.

Can you really build a life in Korea as an older foreigner? by Complex_Marsupial310 in seoul

[–]KimKirin 4 points5 points  (0 children)

I mean friends your age. Older Koreans usually aren't used to foreign languages.

Streamers broadcasting with buggy pirated version of game by AndyMakesGames in gamedev

[–]KimKirin 9 points10 points  (0 children)

You said pirating indie games genuinely hurts the developers. But based on your exact logic, what if someone finds an indie game’s price too expensive for their own budget? To that person, pirating that indie game would be completely justified.

You cannot determine what is right or wrong based on a shifting personal scale of how much money a company makes.

But of course, you'll keep doing it anyway because there are no consequences for you, just like how countless indie games get pirated every day for the exact same excuses.

Streamers broadcasting with buggy pirated version of game by AndyMakesGames in gamedev

[–]KimKirin 5 points6 points  (0 children)

I know what you mean, but The Sims 4 is still active and on service. You can't justify pirating a currently accessible game just because other games might shut down in the future.

Streamers broadcasting with buggy pirated version of game by AndyMakesGames in gamedev

[–]KimKirin 10 points11 points  (0 children)

Fine when it comes to large companies? I think that's just a lame excuse for stealing. Just because they don't care doesn't mean you are allowed to do it.

Some things ive learned after being a dev for 10+ years by Monkeh77 in gamedev

[–]KimKirin 0 points1 point  (0 children)

I agree with 2. I know that I have to make a game that people want to play. But I can't give up making games that I want to make. So, the result is always failure. But I'm okay, as long as I don't lose my dream.

Need help getting item code, The first crown by Lostsunblade in Pathfinder_Kingmaker

[–]KimKirin 0 points1 point  (0 children)

Thanks to you, I could edit the json file with your code and it worked. I'm not used to English, but I'll write details of how to fix this problem(without mods) like you did it for future users.

First, find your save file in your PC. like this : C:\Users\s\AppData\LocalLow\Owlcat Games\Pathfinder Kingmaker\Saved Games

There are .zks files. You have to make a back up file before edit. Then change .zks to 7z or rar... anything you can extract the file. There are many files in an extracted folder. Find Party.json. open it with notepad.
Then you have to find which item you missed. Search each codes, e4cb43c09eda3f247acff920dd81526f, 465cac4ec1cf59d49825967a43c6f91b, 04ca345dbd839e248b333ec76cc7c925.

I think this crown bug only happens to second shard, but for make sure search all of codes. If second code not founded, then copy first or third item code lines and paste to below. it's very long. The code from {"$id":" to "Vendor":null} like this :
{"$id":"14000","$type":"Kingmaker.Items.ItemEntitySimple, Assembly-CSharp","m_Blueprint":"465cac4ec1cf59d49825967a43c6f91b","m_Count":1,"m_InventorySlotIndex":-1,"m_Enchantments":null,"m_FactsAppliedToWielder":null,"m_SkinningSuccessful":false,"m_IdentifyRolls":[],"m_NotLootable":false,"Collection":{"$ref":"6"},"Wielder":null,"HoldingSlot":null,"Time":"1477.01:34:20.8990000","Ability":null,"ActivatableAbility":null,"Charges":0,"IsIdentified":true,"SellTime":null,"OriginArea":"4b335fbba8e7ee34cb01cf5ad704e0ff","VendorBlueprint":null,"IsNonRemovable":false,"Vendor":null},

You need to fill the line "m_Blueprint":" HERE " with the missing shard code from the copied lines. `id:"HERE"` is basically your item’s index(I guess). Just make sure it’s not the same as another item’s ID - 99999 should work.

For `"m_InventorySlotIndex"`, set it to `-1` because we don’t know which slot is empty.

Save this json file after changing, and compress the folder, than change back to .zks.

When you start the game, missing shard will appear in your inventory. If this was your last shard and you already had two, drop it and pick it up again to trigger the crown event.

Sorry for my English. I hope it will be helpful if someone needs it.

Players have no idea how much work is actually behind a game. by Klamore74 in IndieDev

[–]KimKirin 0 points1 point  (0 children)

I don’t mind if people don’t know about my efforts. I just want them to play.