I think there are mods that allow you to purchase your own house on the official discord channeli wonder if the ability to buy your own house will make it into the game.
I think there are mods that allow you to purchase your own house on the official discord channeli wonder if the ability to buy your own house will make it into the game.
Odd. There should be an "Open With" entry in the list regardless of what you right-click on. If I remember correctly, Notepad is in that list by default.
Are you running Windows 11? I know that changed a bunch of UI stuff. I don't currently have anything running it, but if I remember correctly you'll probably have to click "show more options" (or something like that—it should be at the bottom of the menu) in order to show the entire context menu and see some of the classic options.
You'll want to change it to just this:
"C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
Putting Java before that is causing it to try to run the Java executable as a Java class, which is why you're seeing that "File too large" exception.
…I think that's a record for the number of times I've used "Java" in a single sentence.
Are you sure about that? I'm using EndevourOS (Arch based) and combing open-jdk with open-jfx got the game running. For Ubuntu and Mint (Debian based) it's a similar affair.Heads up to anyone; if running on Linux (at least Fedora) OpenJDK java does not start the game. You'll need the official Oracle one. (On my particular distro, I had to use console to start the jar file up. This could differ between distros.)
dnf search open-jfk
to find the appropriate. Then install the version that matches your jdk. Or you can continue to use the Oracle's Java. Nothing's wrong with that.java -jar
when you click .jar files, though the exact method is dependent on which desktop (or spin as Fedora puts it) you're using.I like to use art that I snag from E621 for my characters/slaves. Doesn't really do much, I only really do it for my MC nowadays.Dang, I really love this game! I just wish there was a bit more visuals, but of course, that would be extremely difficult to make in a game like this.
Run the .jar file using java loli did that and installed java on my computer alr, what next?
Prepare for placeholders.So it looks like we'll have a half-assed update on Monday. Any bets on how much of the main story update we'll see?
The honest answer is probably just "no"i wonder if the ability to buy your own house will make it into the game.
Some of the scenes you can make are ironically good prompts for drawing. Pretty sure the discord has a channel for fan art, though nowadays you're just as likely to find art reposted from e621.Dang, I really love this game! I just wish there was a bit more visuals, but of course, that would be extremely difficult to make in a game like this.
That is interesting! I had not noticed that such a thing existed. I will have to try this out, thank you so much!I like to use art that I snag from E621 for my characters/slaves. Doesn't really do much, I only really do it for my MC nowadays.
Ohhh really? Thats actually interesting, I had not thought about the fact that it might be good for drawings!Some of the scenes you can make are ironically good prompts for drawing. Pretty sure the discord has a channel for fan art, though nowadays you're just as likely to find art reposted from e621.
Not a competition by any means mind you, but even then dev time is slow/developed at a glacial pace.
I haven't spent that much time looking through the codebase especially compared to some people here, but it really felt like mountains on mountains of tech debt.Development is getting fucking ridiculous. So much potential, and it's so brutally untapped.
Greetings guys, one questions, do you know how can I increase my room for items? Seem really limited for me, I just started this game so idk too much, and I tried using the search tool up here but no lucky, thanks in advance.
I just downloaded the new version and looked for the sake of interest. Right now it works like this: give any npc the name "Inventory 1" without parentheses. Use item Inventory 1. Instructions for using the item for the first time do not appear in this version.There's no way to increase your inventory capacity in vanilla and I was unable to get the mod by Phobos functioning despite following his instructions. On the flip side, you can make your slaves and elemental carry stuff for you.
There still are solutions to this. What frustrates me is not how long it takes to update the game. I wouldn't care if the update took 4 months if that meant quality and transparency during the development period. I've spoken to some of the contributors on Discord (kill me I know) and they've said the biggest issue is that the older code from when Inno was less experienced was jumbled spaghetti. But that's still fixable - code can be re-written, plenty of indie games have done it before. Hell, even a partial, simplified re-make using the game's codes and assets would do it justice at this point. But right now, it's literal stagnation on all fronts, besides the non-engaging storyline and spamming of greater furry characters that much of the community couldn't even interact with because they'd rather not do furry stuff.I haven't spent that much time looking through the codebase especially compared to some people here, but it really felt like mountains on mountains of tech debt.
I legitimately believe at this point it's some cycle of
Shitty hack to push out content -> people get angry next update takes longer because of suboptimal code -> shittier hack -> etc
Not saying "hehe let's rewrite it in Rust!!", but the hole Inno dug herself into might be too deep at this point
I go to the blog and download the EXE version from there.How do you open the game I haven't seen anything labeled "LT.exe" or "LilithsThrone.jar" only Launcher class file I've tried using that but it asks how I want to open it and no matter what I use nothing happens and there's nothing in any of the folders that looks like it will lead me to the game. I tried using java too but just says error in the following switches if I use Launcher class file "lt_0.4.7.5_pr\lt_0.4.7.5_pr\com\lilithsthrone\Launcher.class" and if I use lt_0.4.7.5_pr zip file or lt_0.4.7.5_pr.jar zip file the same error also the error says unable to install Java but I already installed it and its the latest version.
I'm trying to figure out how to get anything done in Rust. Basic stuff like the random number generator requires layers of dependencies and the whole build can break if one thing fails to download.Not saying "hehe let's rewrite it in Rust!!", but the hole Inno dug herself into might be too deep at this point
Why not choose another platform?I'm trying to figure out how to get anything done in Rust. Basic stuff like the random number generator requires layers of dependencies and the whole build can break if one thing fails to download.
Yes, I'm the guy from the subreddit that couldn't complete chapter two of the Rust book. Laugh it up.
If you mean another programming language besides Rust, I have. I happily use Python and C for most of my needs and am currently making a prototype game in Godot. If you mean asking somewhere besides Reddit, I have. DIscord servers, Rocket chats, Youtube channels, even Stack overflow. Same results.Why not choose another platform?