- Apr 24, 2020
- 894
- 710
You know, I'm already used to stuff like this. Sadly. I haven't even been here for that longIf she makes that excuse I'll laugh sadly since it's so weak.
You know, I'm already used to stuff like this. Sadly. I haven't even been here for that longIf she makes that excuse I'll laugh sadly since it's so weak.
As I mentioned before, the only way this game will ever be good is when the community inevitably derails the game and makes their own version, eventually making the original dev irrelevant and having them fade away.The worst thing about LT is that at its core it is a really good porn game but its sole developer is a perpetual liar and procrastinator with no self-awareness. The best thing that could happen to this game is that the mod community took over with cliff notes from innoxia about how the story would go.
That might happen, as long as the couple contributors don't get bored. But they're all for working with Inno and only making minimal changes.As I mentioned before, the only way this game will ever be good is when the community inevitably derails the game and makes their own version, eventually making the original dev irrelevant and having them fade away.
Like what happened with Free Cities.
Damn did she really make that excuse? I honestly didn't expect that. I'm not a coder but isn't the framework already done? Lemme knowYou know, I'm already used to stuff like this. Sadly. I haven't even been here for that long
That was sarcasm, Inno's track record has inspired some people to "hypothesize" on what her next excuse will be. Also no, the framework is nowhere near done. Inno decided to make her own game from scratch based off Java, in other words, Lilith's Throne is kind of a homebrew. She has been "building foundations" since the start, anything and everything is susceptible to being revamped.Damn did she really make that excuse? I honestly didn't expect that. I'm not a coder but isn't the framework already done? Lemme know
I don't think there's a button for NPCs but I might have missed it. Apologies if I did.anyone know how to reset elemental's perks in 0.4 ? :"<
// Replace characterViewed with global target if not on its perk screen
characterViewed.resetPerksMap(false, false);
<id value="30,Elemental"/>
<perks>
<perk row="0" type="ELEMENTAL_WATER_SPELL_1"/>
<perk row="0" type="ELEMENTAL_EARTH_SPELL_1"/>
<perk row="0" type="ELEMENTAL_AIR_SPELL_1"/>
<perk row="0" type="ELEMENTAL_FIRE_SPELL_1"/>
<perk row="0" type="ELEMENTAL_ARCANE_SPELL_1"/>
</perks>
<specialPerks/>
Likewise. Fuck the discord. That place ranges from so passive aggressive to outright toxic that it makes most of this thread look downright nice. The only time I tried reporting a bug there I got met with so much passive aggressive bullshit that I realized it wasn't worth even looking at as a lurker.I completely shrugged off reporting any bugs or even touching the wiki after seeing you were strongly "encouraged" to get in touch on Discord (no thank you, my desire for live chats is ZERO_HATE) before performing any edit.
You didn't miss much. Mostly because nothing has changed with the game to give us anything else to talk about.I've been working pretty diligently on my own mods and I forgot to even come back here to check things.
43 pages of stuff I'm not about to read.
Now it sounds like it's even worse than I thought, heh. I'll certainly keep chilling on the zone as you suggested earlier.Likewise. Fuck the discord. That place ranges from so passive aggressive to outright toxic that it makes most of this thread look downright nice. The only time I tried reporting a bug there I got met with so much passive aggressive bullshit that I realized it wasn't worth even looking at as a lurker.
For larger threads, might want to change your prefs to 100 posts per page to find potential stuff of interest faster (instantly, if you killed all of the default cosmetic bloat and irrelevant queries). As a modder, I'm quite sure you're familiar with things that matter.I've been working pretty diligently on my own mods and I forgot to even come back here to check things.
43 pages of stuff I'm not about to read.
I've been talking in general. A lot of games here seem to fall into the endless development hell. Or devs decide to simply not work because they get patreon money either wayDamn did she really make that excuse? I honestly didn't expect that. I'm not a coder but isn't the framework already done? Lemme know
Thanks, you and Ivoryowl cleared it up for me.I've been talking in general. A lot of games here seem to fall into the endless development hell. Or devs decide to simply not work because they get patreon money either way
Not that I know of, sorry.Is there a way to spawn specific generic NPCs? I want to spawn SWORD officers and rat gang members and such.
This helped me muddle through and get it working. Thank you, as well as Sarkath and Xathech.'java8-openjfx' is also required for the JavaFx replacement functions. (If using another distro the package names may be slightly different.)
Then run from the directory containing the jar:
java -jar LilithsThrone_0_3_19.jar
(change version number to match).
If jdk15 is still wanted on the same machine for some reason then you will need to manage the default java environment - using 'archlinux-java' makes that easy. Or bash script it to use a specific javaYou must be registered to see the links(also a good reference more generally). But this is not an issue if only one java version, i.e., jre/jdk-8, is installed.
Yeah, and I'm also wrapped up in my own projects, so that definitely doesn't help matters. xDMost of the people who'd be capable of really making a splash are working on our own projects instead. Except for our one resident masochist trying to fix the performance issues lol
I gave this a quick attempt tonight and things didn't go so well. OpenJDK 1.8 doesn't have JavaFX built-in like Oracle JDK 1.8 does, so it wouldn't even build. The other option would be to target JDK 11/OpenJFX 11, but even then I couldn't convince Maven to bundle OpenJFX into the JAR (and even if I could, the resulting JAR wouldn't work with Java 8, which is still Oracle's recommended version).I'll give it a crack if I have some free time this week. I'm not too familiar with Maven (and the Java build process in general, for that matter), so it'll be a nice learning experience.
java8-openjfx
package, since I'd prefer to keep my Java libs in my home directory) and see if I have better luck with that.Any new, interesting finds?I've mostly been casually playing through LT and profiling it to come up with a list of CPU/memory pressure points so that I have a few things to tackle next time I have a lull in inspiration (or just aren't in the mood to translate x86 assembly to C…) with my other projects.
HAHA DISREGARD THAT I SUCK COCKSI gave this a quick attempt tonight and things didn't go so well. OpenJDK 1.8 doesn't have JavaFX built-in like Oracle JDK 1.8 does, so it wouldn't even build.
Nothing yet. I'm mostly just collecting data at the time being. All of my profiling to date has been on very specific actions, so I'm trying to get an idea of what sort of crazy shit the game does behind the scenes if you play it for, say, an hour straight.Any new, interesting finds?
lol yeah It's kind of hard to justify doing major overhauls when you're trying to work on your own thing and aren't even sure if your contributions will be accepted anyway. My saved game performance patch has been sitting in limbo for almost two months at this point, and that's a very simple (but effective) change. It might be because I'm a new contributor and/or not on Discord, but it's still kind of discouraging.I've got a mental list of things to look into if I ever feel like trying to sort this game's shit out again. It'd be interesting to try and figure out how to reproduce the quest state errors with Axel's quest, and see just how badly you could exploit them. That was pretty fun when I discovered it, but basically everything led to corrupted save files. But its hard to give a shit about solving problems like that when you know the answer is "re-write the entire quest handling system entirely" before even starting