Ai mel delz, elas são colegas de quarto <3
Assim que puder eu vou jogar, talvez em live kkkkk
The game is great, so I'm obviously looking into it, but... Can I purchase ONLY the DLC from GOG?
I mean, both versions are drm-free, and I got this one from a bundle, but the prices differ a lot since GOG has support for my local currency and Itch doesn't. I wonder if I buy it there, download and do a manual install, it could work? Just want a confirmation before I do dumb stuff.
(there's also the Manlea DLC there that just made me ROFL xD)
Doesn't seem like it, since I don't have the game on GOG, I can't purchase the DLC. Now that's annoying.
The game is great, so I'm obviously looking into it, but... Can I purchase ONLY the DLC from GOG?
I mean, both versions are drm-free, and I got this one from a bundle, but the prices differ a lot since GOG has support for my local currency and Itch doesn't. I wonder if I buy it there, download and do a manual install, it could work? Just want a confirmation before I do dumb stuff.
I have a question for linux users. Has anyone tried using the obs-vkcapture plugin with Veadotube?
It seems the transparency option in veadotube only works with the game capture option in OBS, but that's not available in the Linux version of OBS. Technically, that plugin fixes that. I wasn't able to install it yet.
(Obviously I can use it with green chroma key and it works fine, but I wanted to try that just to see how much I can make use of transparency in it)
I gueeeess a stream deck would help with that, but yeah, I get the whole thing with the ui appearing during stream if you put the mouse over the window. Also, I had a few minor problems with hotkeys too, but nothing too bad considering I'm doing what I can in Linux, and we know how bad it is to do game-related stuff in linux without a partner pc to help with the streaming. The program lockups are a pain.
Again, nothing happening with VeTu, it's still a beta that could and hopefully will improve.
https://twitter.com/necrosofty/status/1498124247062876161
Their own post about it.
Keep eyes open next month, follow their page.
About transitions between expressions, a wee bit of coding on OBS hotkey commands might do that. You code Veadotube to use some unintrusive hotkeys (which might be kinda hard) and make actual hotkeys on OBS, so that when you press the actual expression, it takes notice of what was last pressed, presses a transition key for half a second, and then the actual expression hotkey. This is a bunch of if/else logic with some time windows between them.
I have no idea how to make macros or hotkeys work on OBS tho, I just know (or think) they exist :v
Hey there, I'm here looking for info on the "transparent" setting and stumbled on your comment. Did you figure things out? If not, here's a few tips:
Choose one of the basic BG colors. It's fine, believe me.
On OBS (or your streaming program of choice) you need to add a new window or game source (Not sure why I can't get a game source from OBS in Linux. eh). Choose Veadotube Mini and add a chroma key filter on it. Adjust the similarity settings as you see fit depending on your avatar colors.
Make sure the avatar source is on top of the actual game source, so it's showing over your game.
You might need to shrink the avatar down on OBS, just select the source and you can use the highlighted contour to reduce size.
I just tried to set my avatar and use a hotkey, and it didn't register the keyboard besides ESC.
Went into the troubleshooting page, and it say "do the sudo thing in linux"
... I'm not versed enough in linux to use SUDO with the two files you provided ;w; I'll try to make a launch script and see if that works.
"Vi-aaaaado, que programa perfeeeeito"
Seriously, this is great stuff, I even started looking into any kind of *expression* recognition software to press the hotkeys instantly, and there's probably a handful of them around, but I'd have to implement code myself :p Which I can't yet. But this is certainly a good starting point for the videos I'd like to do, and the type of avatar I want to use! Left a follow for the full version!
I tried to install the game through the itch app on a linux laptop. It didn't want to, gave a few errors and then I tried a manual approach.
Downloaded the game directly off the page, and after making it executable, it ran fine. Problem is, I couldn't change language, and when I tried the keybindings option to check controls, the game crashed.
Bug report aside, I just wanted it to run in portuguese to show it to a friend. Is this available in the itch version?
Something weird happened. The Itch app doesn't seem to be translated to, or doesn't seem to like Brazilian Portuguese.
I changed it in the app and the window just goes black. I tried running the updater and no luck. Trying reinstalling the app.
edit: I was able to fix it by finding the configuration.json file and removing the "Lang" parameter. Seemed to happen also on european portuguese, but not on spanish.
It's an engine you need to learn at least a thing or two to mess with. I can't begin to imagine how full of lost people this place would be with the program being open.
Unlike some other development tools out there, this is heavily focused on coding and how to use the most of it in a limited enviroment. I want to learn more, but I'm just using it to run the games on a raspberry for now. Also, most of the games are free anyway, with a select few being actually sold somewhere. Konsairi being one of them.
This is a 2 in 1 topic. I like pico8, but there's something extra about PQ93 that caught my attention. Not sure how to explain yet. Are there any project page/forum to find some of the games made in this?
For the linux crash part, I just tried launching and it didn't even open. Sent a report through the itch io report system. Also, a shame that the raspberry projector/port is on ice for now :c
No, I'm not a dev, simply another player that does like to mess with things to make them work in the weirdest places since I got a PSP.
That said, also no, the BIN file is a genesis/mega drive ROM because this game was originally made to be able to run on the system. Just like Pier Solar has a genesis compatible version.
About the missing library not being included with the game itself, I believe it's a thing about linux games in general. They MIGHT install additional libraries for you, (specially if it's steam stuff) but more often than not, they won't. When they don't work, you need to check for log or launch them from a terminal to know what kind of error it spits out, find out how to install what it needs, restart if necessary and try again. It shouldn't be as tiring as "missing .xna package, install from microsoft site" but it feels more tedious or like it is extra work because we're likely not used to it.
I get what you mean about "don't get extra packages unless you trust them" but I personally don't mind it much. I've used way too many sketchy software in windows to be worried about everything I'm getting on linux. I dunno, it just feels safer?
It's basically an old library, I'm just not sure how to install it either.
The command should be as follows
sudo apt-get install libpng12-0
Thing is, like I said this library is old and may not be found by your system. Not even Wine saves this one because the graphics get messed up. At the very least it comes with a Mega Drive rom version too so it's the one saving option for us Linux users.
If anyone knows how to work around forcing installation of older libraries, please do elaborate.