Doc | Any pronouns | Adult | Art account here | About here | Carrd here | Don't repost my stuff | Please tell me if you would like me to tag something!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
i will preface this by saying that im not an it guy, i dont code or anything but i do love linux. after i found a distribution that i liked i found that finding open source alternatives and trouble shooting stuff etc became pretty satisfying. linux is like a puzzle that you can make into whatever you want if you have the right pieces. but i will apologize in advance to it peeps if i dont use the right technical term for something.
to start off with some technical stuff you have the linux kernel, then you have all the distributions based on said kernel that are customized to suit different needs.
"A kernel is a computer program at the core of a computer's operating system that always has complete control over everything in the system. The kernel is also responsible for preventing and mitigating conflicts between different processes. It is the portion of the operating system code that is always resident in memory and facilitates interactions between hardware and software components."
tbh i think of it like ice cream flavors. each distro is a different flavor but theyre all ice cream. so while anything that i say here is geared towards my distro of choice, cachyos, it would work on other distros, you would just want to find a tutorial to see the differences.
i have tried other linux distros, but cachy has blown me away by how well and fast everything works. i honestly think that if youre gaming or doing any kind of content creation its the way to go. for the sake of this post not getting stupid long im going to assume you have linux installed. if not here is a tutorial: "How to Install Linux."
starting out
thinking of content creators you would usually go to streamers, digital artists, photographers, gamers etc. so thats what this post (kind of guide?) is geared towards. so. if youre on your fresh cachyos install you can navigate to cachyos hello.
i have cachyos hello launch at start as its an easy way to update your computer.
go to apps/tweaks and click install gaming packages. thatll prompt it to download stuff that makes gaming easier on linux. also in cachyos hello go to install apps, which will open the gui (graphical user interface) of the package manager and you can install the heavy hitters, discord, obs and steam, pretty close to how you would on windows by clicking through the prompts. i also downloaded krita, libreoffice (awesome microsoft office alternative), and vlc (my preferred media player). theres also some cool stuff like opentoonz (2d animation), blender and darktable (RAW photo editing) in there.
when you download programs from your package manager (through the terminal or with the gui), youre installing them natively. there is something called a flatpak, which runs a sandboxed version of the program. its in the name of security so its sectioned off from the other stuff on your computer and so that a company can make one version, the flatpak, and it should work on all linux distros without issue. well get more into flatpaks later.
discord: finding json files
once you have all of that installed these are some tweaks that i did. sometimes the cachyos update of discord is a little behind the official discord update (usually less than a day tbh but if youre planning to log into a call not being able to before a collab stream would be bad) so you can navigate to the json of discord (basically just the settings txt file) and turn off that discord checks for updates before launching.
you will want to go here: ~/.config/discord/settings.json
and add this line somewhere in the file: "SKIP_HOST_UPDATE": true
it should look something like this. you can still update whenever its rolled out but youll be able to use discord uninterrupted while youre waiting.
obs: git, the aur and yay
obs almost works the same as on windows. the plugin structure is a little different but its not too bad once you know what to look for. you have the easy ones like this closed captions plugin. where all you have to do is download the linux zip, extract it and put it in this folder in your file directory: ~/.config/obs-studio/plugins.
then there are the harder ones like the move plugin. where you have to clone and build the plugin yourself from github. or the aitum multistream plugin where cloning and building it myself resulted in a cmake error so the best bet is to navigate to the aur and download it that way.
which sounds like A LOT. so let me explain.
something that makes linux so cool is how easy it is to just grab cool shit from github. but to do that well need to start talking about the terminal which seems to scare people.
so background, cachyos is based on another flavor of linux, arch. its super lightweight and customizable! but when you dont know what youre doing it can be scary. since cachyos is based on arch it used the same package manager and the same commands to navigate through the terminal.
you can follow this tutorial here: "How to Install Git on Arch," and just follow to first steps to install and verify that you installed it. ill be honest i havent actually needed to configure it as it works just fine without doing so.
after youve done that you can install all the cool stuff youve seen on github. going back to the obs move plugin you would type the following in the terminal to clone (download all the necessary files from github): git clone <repository link>
which is https://github.com/exeldro/obs-move-transition
still in the terminal, you want to navigate to where it downloaded by typing: cd <folder name in file directory>
which is usually the name of the program obs-move-transition
most github pages have instructions on how to actually build the thing. for the move plugin you would type: cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build
(i realized that i already had cmake installed when i wrote this but if you dont youll want to before try to set up the move plugin. you can install it with the command “sudo pacman -S cmake” then check that it’s installed with “cmake —version”)
youll see a bunch of stuff pop up in the terminal and once its done, you should be able to see the folder for it in your file directory.
youll navigate to /home/*your username*/obs-move-transition/build/ and there should be the actual plugin move-transition.so. thats what youll put in your obs plugin folder from earlier. youll might have to make a few new folders but it should be nested like this: /home/*your username*/.config/obs-studio/plugins/move-transition/bin/64bit/
git is cool but theres another really cool thing that cachy has because of being based on arch. and thats the aur, the arch user repository. it hosts packages made by the community. in order to install these packages i personally use yay. and heres a tutorial for how to install it here, i followed option 1: "How to Install yay on Arch Linux."
but going back up to the obs plugin example, its similar to what we did earlier. first youd have to find the aur version of the aitum multistream plugin then you would type: git clone https://aur.archlinux.org/packages/obs-aitum-multistream-bin
then: cd obs-aitum-multistream-bin
the difference is that someone already built the plugin for us so you just have to type: makepkg -si
it should once again appear in your home directory and you can go digging for the .so. for me it was in /home/*your username*/obs-aitum-multistream-bin/pkg/obs-aitum-multistream-bin/usr/lib/obs-plugins/. and youll nest it the same way we did earlier with the move plugin.
since i linked what we needed for the multistream plugin we didnt need to use yay very much but the tutorial i linked earlier shows the other ways that you can use it!
once youre done collecting all the plugins you want you can start obs, connect your twitch/youtube account and start streaming the same way you would on windows.
steam: proton, wine and flatpaks
moving onto steam... honestly... a lot of steam games should just work. steam comes with proton, which is basically a compatibility layer that lets window games run on linux. its something that we actually downloaded earlier when we installed the gaming packages. if you want to check before hand what games work you can visit ProtonDB. what is pretty much a guarantee NOT to work are games that use kernel level anticheat, like apex legends, sorry. i dont play any games like that anyways because that seems like an invasion of privacy. but you do you.
if theres something that you want to play that isnt on steam you can use wine instead, or the wine manager bottles to do so. wine is another compatibility layer, its actually partially what proton is based off of. if you want to check and see if something specific runs through wine you can check WineHQ.
if you want to use bottles (which is my preference it keeps everything neat), well be rounding back to flatpaks! to get flatpaks set up youll need to install it by typing in the terminal: sudo pacman -S flatpak
sudo means your acting as the "superuser," itll prompt you to type in your password to verify that you actually want to do what youre doing and that your authorized to do it. you wont see your password as your typing. it looks blank for security purposes but if you type your password and hit enter it will work as long as it was typed correctly. pacman is the name of the package manager for arch. heres some more about the commands you can use in pacman: "pacman."
now with flatpak installed you can install anything from the flathub! but were specifically looking for bottles right now. if you go to the bottles page on flathub the install button will give you what to put into the terminal: "Flathub- Bottles"
getting started with veadotube
veadotube is a good place to start if you want to try out streaming. its an easy to learn program for pngtubers specifically. mini is available for free and once the full version is released i can only imagine that it would be installed the same way.
honestly this is the easiest thing to install out of everything weve talked about. all you need to do is go to the veadotube website and download the zip file for mini. you extract it and inside is an exe file like youd be familiar with if you use windows.
i moved the extracted veadotube mini folder to my home folder for easy access. i will admit im not sure if theres a better place but this works for me. once you launch it, veadotube should work pretty much the same as how it does on windows. i havent run into an issues yet but just in case ill leave the docs for veadotube here: LINK
closing thoughts and links
those are honestly the biggest things that i can think of right now. just walking through how to setup/tweak discord, obs, steam and bottles walks you through everything that ive needed to learn in order to get streaming working comparably to how i used to stream and game with windows. everything that i use can be installed with once you know how to use pacman, git or yay.
something that might be helpful is wget... but honestly i wouldnt worry about it unless its needed for something you want. theres no need to have it if you dont use it.
some other useful things:
a general how to doc for streaming on linux, with a bunch of programs i didnt mention: LINK
streamer.bot for managing streams: LINK
what i used to get csp working. my fiance noticed lag while drawing, but its worth a try if you dont want to use krita or other drawing programs with linux versions: LINK
or you can set csp up in a bottle: LINK
opendeck, to use the elgato streamdeck: LINK
this is a plugin for opendeck to use the fifine steam deck, which is what i have: LINK
slime2 is just a neat chatbox for obs, it doesnt say anything about linux but because of how its built it works: LINK
the obspluginbuilding page for if you want to look more into how plugins work: LINK
prism launcher, to play minecraft, i just used pacman but theres other ways to install it listed on the downloads page: LINK
cachyos wiki: LINK
arch linux wiki, if you run into problems that you cant find in the cachyos wiki the solution is probably somewhere in here: LINK
ill sign this off by saying linux, especially distributions like cachyos, are constantly improving. make sure you update often (the easiest way to do so is using cachyos hello) and keep your files clean so you know where everything is if you run into problems!
pre-linux i didnt have a super extravagant streaming set up so theres not too too much here but i hope it at least gets you started and gives you resources to figure out the rest!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming
taylor titmouse's guide for improving your itchio store page
(The Night Guest)
a few years ago i wrote a big angry post about how bad people are at marketing their own work and what they can do to be better at it. since then, the advice about twitter has largely become unnecessary and irrelevant, but the advice about what information you should be putting on your product page is still important and [through gritted teeth] nobody's fucking doing it.
so this post is going to be a step by step break down of what you can do to improve your itchio store pages to make them more informative and customer friendly. you're reading this because you 🫵 want to learn and improve. or you're just curious and/or like it when i yell. but either way taking my advice is your choice and if you don't feel like doing any of it you don't have to, much like nobody has to buy your books. if you've ever lamented why nobody buys your work but you're not making it easy for them to do so, it's 🫵 your fault and you annoy me immensely. take responsibility for your bad business practices.
anyway, let's make you better okay?
(and also note that all the store pages i'm using as examples are for adult works, but there's no explicit images in this post. you'll only see anything if you click through the links)
BANNERS
you probably already clicked and read through that image up there, because it was big and eye-catching and at the top of the post. i fucking Got you. that is, ideally, what the banner will do. while the banner is not strictly necessary, it's a "well, why not have one?" situation. it makes the page look more deliberately designed, and it's a great additional sample of what the customer can expect from your work.
if your product doesn't feature art, simply making an image with the title will also work well, as i've done here for A Hundred Hungry Mouths. that book didn't have enough interior illustrations to justify burning one for the banner, so i left the cover out of the "screenshots" field and edited it to be the banner instead. simple!
(if you don't want to figure out a good banner size yourself, mine are 1120 x 325 pixels with transparent, rounded corners)
BOOK COVER
i think this one is a no brainer. i hope to god it is a no brainer. if your book has a cover, make sure it's set as the first screenshot (if you're not doing the banner tech i mentioned above). i won't advise you on what a good book cover is, because that's a whole other post and wildly subjective. but you should have one. even if it's a sketch collection. even if it's just an illustration from the sketchbook with a title edited on. it will look so much better than nothing.
hopefully you also already know that though, so here's some itchio specific advice. what itchio considers the cover is actually the thumbnail that displays elsewhere on the site. you are much better off making a discrete edit for this rather than uploading the actual cover. compare the thumbnails i made by hand for r/l monroe's books vs the thumbnails for the early books i didn't bother with.
one of these looks professional. one of these looks lazy, and there's a reason that section is relegated to the very bottom of my page. if you don't want to go the length of a bespoke thumbnail, take your book cover (or whatever illustration you want to use) and set your square selection tool to a fixed aspect ratio of 6.3 W to 5 H. find a good crop, then resize it to 630x500. perfect thumbnail.
SAMPLES
this is the thing that makes me the angriest. it makes me SO angry. so many of you are out there making your store pages, trying to sell me prose writing or your comics or your artbooks, and then not showing me any of your work. i'm grabbing you. i'm shaking you. what is your fucking problem. what are you THINKING. have you ever bought a book at the store without reading a little first? would you buy a graphic novel without flipping through the first few pages to see if you like the style? no?
SO WHY DO YOU EXPECT ME TO? WHAT ARE YOU DOING?
this is so basic. i should not have to keep telling people this but it keeps happening. PUT A FUCKING SAMPLE UP. TAKE SCREENSHOTS OF THE FIRST PAGES OF YOUR WRITING. GIVE ME THE FIRST FEW PAGES OF YOUR COMIC. SHOW ME AN ILLUSTRATION OR TWO FROM THE ARTBOOK.
they don't even have to be the full thing! with my artbook collections, i'll pick a few crops and make one condensed promotional image. or i'll take one good one and slap a banner over it. i put something. you can check out different examples/styles of this on The Womanulet, Poker Night with the Arizona Dogs, and Return to Shadow.
for all of my prose writing, i include at least the first 1-3 pages of the book. you are actually delusional if you are a prose writer and you're trying to sell your book on the cover and pitch alone. you have to show me that you can write, and give me a chance to tell if i'd like it. i cannot think of a good reason not to. if you're embarrassed to have any of the writing public, you should not be selling it. if you don't want to give any of it away for free, get your head out of your ass. who do you think you are. there is no good reason not to include a sample and i don't know why so many of you don't.
OKAY THINGS GOT A BIT HEATED THERE SO LET'S TALK ABOUT TEXT
we're going to cover sales copy now. it's hard to write. it is absolutely miserable to write. but you have to. if you're trying to sell me a story, you have to tell me what it is and who it's about. who is our protagonist? what challenge are they facing, or what are they setting out to do? who will they encounter, and what might happen to them? you don't have to tell me the whole story, but you should set my expectations. let's break down the example pictured above, from The Night Guest.
Ever since the death of her husband, Mrs. Arakawa has run her inn alone. There's never been a guest the seasoned innkeeper couldn't handle… but she's never had to host a hungry oni. It'll take all her wits and wiles to survive the night in his service--or else she may find herself in his mouth.
in three sentences, i've established who the book is about, the conflict, and the sexual hook. there's a sexy widow, there's a scary oni, and they're probably going to fuck nasty style by the end of the book. that's enough to get the idea of what this is and whether you'd like it. it can be difficult to know how to pitch a story without spoiling it, so this is something that takes observation from other books, and practice. it is hard! i hate doing it! but it's vitally important to getting the reader onboard with your work.
but mr. titmouse! you cry. i'm not selling a story! i'm selling an artbook!
okay. you can still tickle my balls about what's in there. here's another example from my hades 2 artbook Return to Shadow.
Sometimes there are games that, had we been born into a better timeline, would prominently feature awesome sex. Bad endings, romance scenes, flagrant eroticism. Hades 2 is one of those games--beautiful, fun, and with monster designs that deserve to be appreciated for the fantastic fuckmobs they are. Together, we can imagine this better timeline.
it's a bit more slick, a bit more sales pitchy, but that's fine. there is no narrative here beyond 'boy i sure wish hades 2 had porn in it'. i'm enticing you into a space. it's a book of hades 2 porn. don't you also want to look at hades 2 porn? wouldn't that be awesome? i think it's awesome. i want you to also think it's awesome. you (as author) should be convincing your potential customer that what you want to share with them is awesome.
THE INFORMATIONAL PARAGRAPH
whether you find this one necessary depends on the work. i think it's always a good idea to have somewhere to give contextual information about your thing, and if you're working in erotica you've got to have somewhere to put your features and warnings. this is also a good place to put your comps and inspirations--a good way to set your reader's expectations. basically, anything that doesn't fit into the narrative pitch, you'd put here.
here's an example from Chique: The Sunken City:
Chique: The Sunken City is inspired by RPGs and hentai games, and contains three short stories, each an encounter with a denizen of Sodden, exploring different associated kinks and fetishes. Books in this series have no reading order.
tells you what vibe the book has, that there are three different stories within the book, and that it can be read without reading any other books in the series. straightforward, easy to understand. no problem.
for adult books you don't have to be 100% thorough when listing out the featured kinks, it's okay to just hit the highlights. i've become somewhat agnostic about this in the era of "if you even mention a naughty word we'll Get you" internet. but i would suggest you put as much as you feel comfortable revealing, and what would be most attractive to a reader. you don't have to list every individual sex act, just remember that this is part of your advertising. you want the person who's really into what you're cooking to know that it's on the menu.
THE OTHER LITTLE INFORMATIONAL PARAGRAPH
this is self explanatory. please tell me how many pages there are of your comic or art book. tell me the wordcount for your prose. MOST of you are already good about this and don't need me to tell you to do this. but if you weren't already doing this, a) i don't understand you b) start doing it.
I THINK THAT'S MOSTLY IT
you've been so brave and tough for letting me yell at you this far down your dashboard. i hope you've learned something and will change your behavior for the better. i want you to make money. okay? i yell at you like this because i want you to make money. i want to GIVE you money. but you have to make it easier for me.
to wrap up, here are my other general pieces of advice to make your itchio page look and function better
if there are multiple books in the series, put a link to the rest of them somewhere on the page. i put them at the bottom, as you can see on this Roger book from the middle of the series.
i personally prefer itchio pages that are styled for dark mode. black always looks good in the background, and #232323 gives you a nice neutral gray for the text area. however, making the page match the palette of your book cover is also a good choice, so long as you keep it legible. no white text on light backgrounds and vice versa.
bare minimum, make the links the same color as your cover. it will immediately tie the page together and make everything look more deliberate. the less 'i made this in two minutes and left everything default' you can make your page look, the better. have some pride, you know?
not an itchio specific piece of advice but ohhhh my god put your links in your bio. put your links in your BIO. PUT THEM IN YOUR PINNED POST. PUT THEM SOMEWHERE!!!! you cannot expect me to scroll your account to find links you posted a week ago! or even an hour ago! put it in your bio or pinned post!! do not make me work to give you money! you are wasting valuable self-promotion space on DNIs that nobody cares about.
okay that's it. that's everything. you made it all the way to the bottom. i'm so proud of you. slaps your ass. now get back out there and fix your shit.
(if you found this helpful, how about buying one of my freakin' books?)
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality
Anya is LIVE right now
FREE
Free to watch • No registration required • HD streaming