Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

#F4C430

22
Posts
1
Topics
6
Following
A member registered Apr 07, 2019 · View creator page →

Recent community posts

I’m an idiot.

(1 edit)

Disregard. Apparently even though i read the changelog i missed one very important sentence…

I’m an idiot! It’s working with the code in my original post and an appropriately-sized image. Now i just need time to do art…

(1 edit)

Hey thanks for trying to help but i found the problem. My image was 256x256 so i thought to change it to 1000x1000 just in case. Sure enough it displays in the character window now. Unfortunately the scaling and positioning is all wrong because the top-left corner is offscreen and the bottom-right corner just touches her shoulder. It’s just a placeholder image but that means i need to figure out scaling and offset for it to work.

(1 edit)

I don’t have access to Discord so please don’t ask me to put my question there.

How can i make a clothing mod that adds a new clothing piece to the game? I looked at the example_enemy mod in the repo but that doesn’t help with clothes.

I can get the item to be listed in the “Change Outfit” menu items using “AddModel” but there’s no graphic. What am i doing wrong?

init.ks:

'use strict';

AddModel({
    Name: "NewItem",
    TopLevel: true,
    Categories: ["Hats"],
    Folder: "NewItem",
    Layers: ToLayerMap([
        { Name: "NewItem", Layer: "Hat", Pri: 70,
            HideWhenOverridden: true,
            Invariant: true,
        },
    ])
});
new_item.zip/
├─ Models/
│  ├─ NewItem/
│  │  ├─ NewItem.png
├─ init.ks

Current game version appears go to be 5.0.7 but the downloads say Linux Version 6 and Windows Version 31. Why don’t the Linux and Windows versions match and neither match the game version? I don’t have Windows so i want to know before i purchase if i’m getting the latest update on Linux.

Just because you don’t like the artstyle, don’t assume everyone else feels the same. Vosmug’s art is one of the key selling points and plenty of us love it.

There’s still an early-build demo available here https://vosmug2.wordpress.com/2020/09/19/lunar-crisis-demo-update-0-2/

I’d like to know if there is any place to get mods outside of Discord.

Can’t believe that after all these years still the only way to exclude anything is to manually add something to the end of the URL and it’s not even possible to exclude multiple tags at all. Trying to find anything here is a miserable experience.

I’m on Linux too and it works fine.

It runs fine on Linux using wine. Try the demo to test compatibility: https://vosmug2.wordpress.com/1276-2/

I don’t have a Deck but the game runs fine on Linux using wine. Vosmug has a demo on the WordPress site you can use to test compatibility: https://vosmug2.wordpress.com/1276-2/

Imagine releasing a game in Ren’Py and not including a Linux version.

(1 edit)

I like the concept. Added to my watch list to see how it progresses.

(2 edits)

Linux build doesn’t work on Linux–you need to update the Linux nw.js SDK in your RPG Maker.

Edit: all your games have this same problem.

I like the idea but i wish the controls were a bit better. For example in minigames like pong where you need to move the character, it would be better if the character followed the mouse automatically instead of clicking to move.

Also, rather than doing “speed up,” i would prefer a general increase in difficulty that’s appropriate for the minigame. For example the rabbit jump should add another obstacle.

Again, i like the idea, i think it’s a good start. I would consider buying a paid version on here if you offered it since i won’t use Patreon or any other subscription-based services. I can’t promise anything because of my budget restrictions though.

(1 edit)

I didn’t play the first game so i’m new to the series and i’m playing the demo. I find it very disappointing that game overs exist in a game featuring bondage and DID. I hate save-scumming but that’s what i have to resort to because of your design.

Some other feedback from the demo:

  • It would be useful to see all the enemies’ HP in battle at all times.
  • Setting the frequency of voices in battle doesn’t seem to work. I ended up putting the volume to 0% for that.
  • Volume levels should increment by a smaller number than 20%.
  • I can’t decrease volume, i can only increase it until it wraps back to 0%.
  • The transparency at the bottom of the portraits is inconsistent. It’s weird that i can see through Seles’ waist above the dialog boxes.
  • There are places in the map that look like they go somewhere but they don’t. You should block those off. An example is at the South of the first mine. It looks like it goes somewhere but nothing happens, not even a message.
  • There’s a lot of places on the maps that look like they are accessible, but they’re not and it’s confusing. An example is the campfire you see at the beginning of the Miu forest.
  • Using directions as the escape QTE is a bit irritating because if i press UP/DOWN just as the timer expires, it changes the binding i have selected.

I think your asking price is pretty high compared to other games i’ve purchased so i have higher expectations. Sorry if it sounds like i’m nitpicking, that’s just my opinion.

I just tried the Linux demo and i had to update the NW.js for it to work. This means that the NW.js for Linux in your RPG Maker Engine is outdated. It would be great if you updated it so that us Linux users don’t need to do the extra steps of updating it ourselves.

For any Linux end-users trying to get this to work:

  1. Go here and download the Stable Linux 64-bit NORMAL.
  2. Extract it somewhere meaningful to you (this will become your game directory).
  3. Copy or symlink nw.pak, package.json, and the www directory into the new extracted nwjs folder from step 2.
  4. Rename nw to Game so that you remember what to run, and then run Game to start the game.

FYI to any other Linux users, the README says to install libglew2.1 but the game works with 2.2.0. So rather than installing the older 2.1 version, you can create a symlink to your 2.2.0 version. Here’s the command i used:

$ sudo ln -s /usr/lib/libGLEW.so.2.2.0 /usr/lib/libGLEW.so.2.1
(1 edit)

I tried it again and it’s running much better now, no idea why. Maybe i had something else opened in another browser window or maybe it was just my perception of the gameplay (very likely). Or it could be the browser itself (Firefox) not working well with this game. My computer is plenty fast enough.

Runs way too slow in the browser even with the stuff disabled in the options.

I don’t know about Wine on Mac but it works on Linux using Wine.