Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

cub3

86
Posts
4
Topics
31
Followers
7
Following
A member registered Aug 10, 2020

Creator of

Recent community posts

That's a good point!

Hey, when we fully commit to a modern theme a bike pose is possible, but not yet confirmed.

Hello mate, there's no way to integrate 8D directly into your game as a character creator, but you can of course - as you mentioned - generate a lot of premade sprites and import those into your game.

This is doable and allowed!

It's currently not supported to add custom assets. It's something we are looking into for the future though.

Nevermind, I used a translation tool cause I was too curious 😅

We are currently working on a complete rework of the tool, which will be released by the end of this year. 

The update will drop on Itch.io and Steam simultaneously.

Hello, please be so kind and ask your question in English please - thank you.

Thanks for using 8D! On the preview windows are three different settings you can adjust. Width, height and body ratio. They are per default set to 100%, but you can click and change them. 

Don't hesitate to ask further questions and have fun using 8D.

https://stackoverflow.com/questions/43912928/where-an-electron-applications-sess...

However, you can just login to use cloud saves on your old computer and then do the same on your new computer and your chars should be transferred automatically.

Hello, there will be new options available for everything, including new hair styles for sure. No ETA on those yet though.

Well have a look at it, thank you 😊 

Version 3.4 - fixing the demo mode - has just been released. Enjoy :)

This is correct and a mistake on my part. It will be fixed with the next update. Expect the new update within the next few days.

I'm sorry to hear that. I'll have a look at it in the future, but it's not a top priority I'm afraid.

Please elaborate more on what you are planning to do, I don't really understand.

The update is live -> 3.3.1 :)

We are aware of some kind of problem. I'm looking into it currently and there will be a fix available soon.

Hey mate, thanks for your purchase! 

The Steam and Itch versions always receive updates at the same time - no need to worry 😊

Hello, sadly there's no language file per see, everything is hard coded at the moment. 

In the future I can set 8D up to be ready for translation, but it will take some time.

We are continuously adding new stuff and weapons are right at the top of our list 😊

(1 edit)

Hey, this is a much requested feature and it's going to be included on our new 8D creator that will be released later this year 😊

Ah, yeah that's possible. I'll release a hotfix soon.

Those sprites are from Low and while they look really similar, that are not the same.

Ideally you use a plug-in to be able to use 7 frame animations and you can profit off of using the way more fluent animations.

Your best bet is to deactivate the default shadows and use those from 8D.

Hey mate, thanks for the kind words. We currently have close to 20 modern outfits I think, but I agree that we can add a few more hairstyles. Stay tuned 😊

Hey mate, the app uses electron as a base and I'm not really sure to enable variable display resolutions for it I'm afraid.

What could help is setting a specific resolution for this app alone - maybe you can give that a try.

Hey, where did you get this awesome cursor icon from?

Hello, I can add this with the next update 😊

There you go:

characterData["outfit"] = [
  { value: "outfit2", name: "Skeleton Armor", category: "Armors" },
  { value: "outfit1", name: "Soldier Armor", category: "Armors" },
  { value: "outfit3", name: "Knight Armor", category: "Armors" },
  { value: "outfit4", name: "Captain Armor", category: "Armors" },
  { value: "outfit5", name: "General Armor", category: "Armors" },
  { value: "outfit16", name: "Dragoon Armor", category: "Armors" },
  { value: "outfit17", name: "Dragoon Captain", category: "Armors" },
  { value: "outfit23", name: "Roman Armor", category: "Armors" },
  { value: "outfit9", name: "Long Coat", category: "Coats" },
  { value: "outfit10", name: "Short Coat", category: "Coats" },
  { value: "outfit11", name: "Long Coat & Cape", category: "Coats"},
  { value: "outfit12", name: "Military Coat", category: "Coats" },
  { value: "outfit33", name: "Plague Doctor", category: "Coats" },
  { value: "outfit13", name: "Adventurer 1", category: "Adventure" },
  { value: "outfit14", name: "Adventurer 2", category: "Adventure" },
  { value: "outfit15", name: "Villain", category: "Adventure" },
  { value: "outfit7", name: "Festive Tunic", category: "Festive" },
  { value: "outfit8", name: "Official Tunic", category: "Festive" },
  { value: "outfit19", name: "Festive Clothing", category: "Festive" },
  { value: "outfit6", name: "Simple Tunic", category: "Simple" },
  { value: "outfit18", name: "Simple Clothing 1", category: "Simple" },
  { value: "outfit20", name: "Simple Clothing 2", category: "Simple" },
  { value: "outfit21", name: "Slave Clothing", category: "Simple" },
  { value: "outfit34", name: "Tattered Clothing", category: "Simple" },
  { value: "outfit24", name: "T-Shirt", category: "Modern" },
  { value: "outfit25", name: "Hoodie", category: "Modern" },
  { value: "outfit26", name: "Suit", category: "Modern" },
  { value: "outfit27", name: "Suit Open", category: "Modern" },
  { value: "outfit28", name: "Officer", category: "Modern" },
  { value: "outfit29", name: "Army", category: "Modern" },
  { value: "outfit30", name: "Party", category: "Modern" },
  { value: "outfit31", name: "School", category: "Modern" },
  { value: "outfit32", name: "Kimono", category: "Modern" },
  { value: "outfit35", name: "Firefighter", category: "Modern" },
  { value: "outfit36", name: "Futuristic", category: "Modern" },
  { value: "none", name: "None", category: "None" },
];
characterData["bottoms"] = [
  { value: "bottoms3", name: "Long w Shoes", category: "Long" },
  { value: "bottoms5", name: "Long w Boots", category: "Long" },
  { value: "bottoms7", name: "Armored", category: "Long" },
  { value: "bottoms8", name: "Army", category: "Long" },
  { value: "bottoms10", name: "Long w Sandals", category: "Long" },
  { value: "bottoms11", name: "Festive", category: "Long" },
  { value: "bottoms12", name: "Tattered", category: "Long" },
  { value: "bottoms1", name: "Shorts", category: "Short" },
  { value: "bottoms2", name: "Ripped Shorts", category: "Short" },
  { value: "bottoms13", name: "Socks w Sandals", category: "Short" },
  { value: "bottoms4", name: "Boots", category: "Just Boots" },
  { value: "bottoms6", name: "Military Boots", category: "Just Boots" },
  { value: "none", name: "None", category: 'None' },
]

I'll make sure to get you a list with available outfit options tomorrow 😊

Indeed, really looking forward to it! Thank you 😊

Those have been added weeks ago mate 😉

Hey mate, you can either re-download a new version from the page and replace the content of your 8D directory with the freshly downloaded content or even better go ahead and download the Itch.io app (https://itch.io/app) - this automatically keeps your software up to date.

Theoretically yes, but I currently lack the time to analyze what is necessary to make that happen.

If you have the Itch.io all installed the app should update itself though.

The screenshots don't show it probably, but we recently started adding modern assets. So far we have around 16 modern items already. Sci-fi will be tackled after, so you can always go ahead and buy 8D - future updates are free of charge 😊

Currently that is not possible and it's not that easy to be honest. We work with different layers and an outfit alone is up to 5 layers. Then you would have to fit your items to every animation you use in every used direction and this for 7 frames each.

I may come up with a smart way to make the process easier in the future, but as of yet there's no ETA on it.

We'll continue with those for the foreseeable future 😊

We talked about it, but have some other things at the top of our list currently. In the future those will be added for sure, but there's no timeline for it yet.

Thank you very much for the purchase - we'll make sure to not to disappoint!

The next update will be delivered on Friday. It will include separate weapon sheets, customizable outlines and most likely an open suit jacket continuing with our modern line. 😊

You are welcome 😊