Setaria the Demon Realm - device integration

I’m out of ideas. It seems the HandyControl app can’t read movement from the Handy when its launched through IntiFace, and i’ve been unable to get the correct IP so that it can directly read from SetariaPlayer.exe

I haven’t tried it, but the default Intiface url is “ws://localhost:12345”. Have you tried that?

1 Like

Hi! Is it possible to play this game via online mode? Thanks in advance!

What do you mean by Online mode?

Are you meaning multiplayer? If so no, game has no multiplayer capabilities, barely any H-game has them.

1 Like

I mean using online key for connection, not using bluetooth.

Ah yeah no sadly not as only EDI is the only integration method that does WIFI instead of Bluetooth.
So you’d have to wait for someone to make and EDI integration version or do it yourself if you want WIFI instead of Bluetooth.


Upscale/FPS increase request topic , Video resolution mega poll and recommended multi-axis script along with single-axis script which is a Fap Hero.

1 Like

Okay, thanks!

If your computer doesn’t have Bluetooth built in you can get an USB dongle from amazon or elsewhere to easily add it: https://www.amazon.com/dp/B009ZIILLI/

1 Like

Yeah, but HandyControl can’t read the Handy’s movements on that adress. as a matter of fact, it can’t even connect. Eh, whatever.

EDIT 1: On another note, I played your Hardmode mods, specifically the Masochist mod, and I noticed that the player used is 1.07. When I tried it with the newest version, v1.092, I believe certain animations would break the game (fucking one of your fairies, ejecting slime, the purple ball thing). Also, sometimes it felt the handy didn’t quite sync up with the funscript. I would eternally appreciate it if you could update your mod.

Also, it would be super if you could update the MKN hardcore mod! tysm

EDIT 2: alright I did some testing and it turns out the error (sometimes?) lies within the data.win file. i’m not sure exactly what causes it, but if you spam Left Mouse and Right Mouse with the MKN mod, after the second climax the Handy stops working. Also, the funscript isnt synced to the animation when getting fucked by, for example, the default zombie thingy (not the futanari). both MKN and Masochist don’t sync up when used with v1.094

EDIT 3: alright, my final conclusion: the only thing that causes bugs is MKN’s hardmode. It seems that with the default data.win and Deern’s Masochist’s data.win, most fairy-fuckings work and most scenes are synced (tested with SetariaPlayer v.1092), but if there is a too quick change in animation before the cum-animation, its not synced anymore (by a few sec). MKN’s hardmode’s data.win is very glitchy though. If you get hit by a slime and then in an animation, its very likely to bug out and not work anymore. However, besides the bug, the mod is amazing. It makes you slower, enemies equally or faster than you. It really makes the game difficult.


TL:DR: MKN’s Hardmode has bugs and causes the Handy to stop, but everything else (Deern’s hardmods) work

1 Like

Sadly, unless MKN decides to fix it, it’s unlikely to be fixed. Unlike Lutellaria, this version included some pretty major changes as well as some funscript edits that would be next to impossible for me to implement without a full list of changes. The mod USED to work fine, but I think it was broken by updates to the player, seeing as that’s all that has changed since then. I also have problems with it and can no longer use it, unfortunately. I just maintain it in case someone else can.

2 Likes

Ah, that sucks. Is it difficult to read and manipulate the data.win file? I’d like to personally recreate the mod

1 Like

The main problem would be that in order to find the changes, you would have to pretty much manually scrub through many thousands of lines of code, comparing the original and MKN’s to find all the changes and additions. It’s possible there’s some other way I don’t know about, I’m not well-versed with GameMaker Studio, but as far as I could find there’s no easy way to directly compare two data files. If you’re interested in making your own mod instead, DM me, that’s too much to write here.

1 Like

This is where having a changelog helps a ton since then you know where to roughly look at least to attempt to replicate the changes over…also is annoying of how you can’t update games by update level specific files like how the game engine Action Editor does. (it is very annoying to deal with that engine however)

Probably is best to remake the mod from scratch as you may find ways to improve upon it maybe even.

1 Like

Good news! I found a changelog for MKN’s hardmode (thanks once again to @thewataru for that) and have recreated the changes in the most recent version of the game. I haven’t really done any testing to check if it worked so please tell me if there are any issues. The new data.win and changelog.txt can be found in the Setaria Nightmare Mode folder!

EDIT: Bug fixed!

EDIT 2: Seeing as the normal one works fine and even the new hardmode data file has the same problem, I believe the cause of the issue is not just a version mismatch, but one of the changes breaks the new player. I believe the problem is when it intentionally attempts to spam the player with a trigger like “fire_lazer”. It seems to break the new versions of the player for some reason. I will create a work-around as best I can, but no promises.

1 Like

What exactly causes the spam of these things? I notice it always happens after being fucked by a slime, or after inserting the medal where that puppet thingy spawns. Here’s the relevant save file (save file location: …\AppData\Local\Setaria), its just on the left after you spawn in.

Slime causes an status effect which results in a timed event/damage/enemy spawn…the medal with the puppet…I can’t remember what that causes? But finding out what those two things both cause/do may reveal what variable accidentally is misnamed or called to do an “fire_lazer” call loop. (so an IF / OR statement probably related to it as well)

For context, the intended result of this is that every tick the game will send a “fire_lazer” input to the player. “fire_lazer” is the script that normally plays when you shoot your laser attack. So, my guess is some update to the player made this shortcut way of simply stroking really fast no longer work. Which means right now there are two options:
A. remove the inputs. This means that whenever it would have stroked like crazy before it now will do nothing out of the ordinary instead, likely just the filler script.
B. trial and error to find a new shortcut to stroke really fast that doesn’t just input spam.

1 Like

I guess one of the moments the crazy stroking’s supposed to happen then is during slime birth giving or having the slime inside you. I don’t think thats a super fun game mechanic alltogether, the mod should be hard, not unfair.

Does the game crash for anyone else when that floating girl appears and takes you to a red room you have to get out of? For me it’s either the game crashing or the setaria player crashing.

I tried running the game without setaria player and the game crashes. And if i run with setaria player then the setaria player crashes and shortly after the game.

1 Like

I have added a version that should at least work as a temporary fix for hardmode. The added version in the hardmode folder has all of the spam commands removed. Until I find a permanent solution, this SHOULD make the hardmode playable in the meantime. Tell me if you have any problems with it!

1 Like