Jump to content

demack

Members
  • Posts

    179
  • Joined

  • Last visited

1 Follower

About demack

  • Birthday 01/20/1955

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

2,351 profile views
  1. Koikatsu is really fun game. I had the English version for a long time. Actually trying to not have sex in it is a challenge since eventually the girls start becoming more aggressive. Honey Select 2 is sort of boring as the animations are fixed. The game has no purpose other than sex.
  2. Someone could write a script to set the speed with key input like the camera mod I done. It wouldn't have the decay function like the speed control though. The speed control used the animation speed with a frame by frame decay to the time, like if you hit the up arrow it would speed it up 10 frames and then slow it down if the key was not pressed again within a settable time frame. that gave it a smooth transition. Would have to consider how often it can be called too so that it doesn't overload the engine. Oh yeah, if the key was pressed again within the time frame of say .25 seconds it would again speed it up more so you could and if you pressed the down arrow it would slow it down. that would have affect on the entire game though so you may want to use another key to turn it off and on. Edit 2: Actually it would probably work well with my mod LOL. I guess I may try it out.
  3. No it doesn't work with SSE and if anyone installs it, their game will crash.
  4. I've not looked at this for a very long time. With MASM64 you can write the assembly part as a function and link it into the plugin but without knowing the address it is going to be a bit difficult to get it working.
  5. I have a mod I made for myself that has a quest given by Ulrich in the very beginning of the game when you escape the tower. When you start to go up the stairs and you are given a quest to rescue Roggvir in Solitude as part of joining the Stormcloaks or Imperials. You can go to Solitude and watch him be beheaded or you can try to save him. You also get a scroll called ‘peace of the people’. It’s an area effect 600 meters where anything under level 100 is calmed for 120 seconds and will not remember who set Roggvir free. If you try to save him cast the scroll near the execution stage. You then talk to Roggvir he will tell you to meet him in Windhelm and escape though the main gate. The dialog is now changed a little in Solitude toward Roggvir’s escape but only text is displayed otherwise the dialog is silent. You go to Windhelm and speak to Roggvir and he gives you a choice of a weapon (bow, staff, one hand or two hand) called ‘The Imperial Slayer’ which gains power as you level and has a special power that every legion solider you kill adds to it’s damage output. It is overpowered intentionally toward the slaying of Imperials. Completion will start join the Stormcloaks. If you use this scroll before near the execution stage you will not be able to save him and fail it but that opens a new quest to speak to a Imperial spy near Windhelm name Graves who gives you a weapon (bow, staff, one hand or two hand). Call ‘The Storm Slayer’ in exchange for the scroll or its destruction which gain power as you level and has a special power that every Stormcloak solider you kill adds to its damage output. It is overpowered intentionally toward the slaying of Stormcloaks. Completion will start joining the Imperials. I never released it to the public and never will. This mod took over 500 hours of programming, debugging and game play to get it right. It was intended to make a video as part of artistic endeavor which go a whopping 4 views in the 3 months it was up on YouTube so I assumed it was of no interest to the public consumption anyway. As to the OP they may have reasons otherwise and have rights to their work so taking those works and keeping them alive may not be in good interest since those works are part of a legal protection of copyright.
  6. Everyone has their preference. To me it really doesn't matter. Played it all ways and it is just the same thing only more frustrating in higher difficulties. FO4, Witcher 3, Skyrim all the same thing with different stories with repetitious crap of pushing buttons. I use 100+ mods, TGM and set my minions to GM in the last playthrough of Skyrim. I made my minions sex fiends where they fuck the enemy to death, slaves that were raped to death and just about anything sex or non sex that came to mind on over 2000 hours of game play in Skyrim, 1000+ hours in FO4 in which I probably would have stopped at first playthrough. Witcher 3 was to restraining so it got under 200 hours. Doing these things is actually more fun that way than being restrained to just what the developers expected from the player.
  7. Last update was to help smooth speed and make better transitions but no one has replied to me on addresses in skse64. The skse64 code would take me months of experimenting to find the locations of start frame, end frame. The source code is on the page if someone else wants to mess with it. I've kind of moved on to camera in FO4 and vsex for personal use. One thing I want to add here. I reworked Multiverse engine to actually work remotely. https://github.com/dmacka/MultiverseClientServer I spend a lot of time upgrading this project for my own use too. Maybe I will update it someday.
  8. I got a new video card a couple weeks ago (RTX2060) which renewed my interest in this game. I'm in process of updating this plugin for virtual sex (by the way this mod covers both keyboard and vstroker) to SSE but I'm stuck on a couple issues. I have to dig into the engine and find these addresses and it will be done. // Random place in frame update. int frameUpdate1 = 0x69CC5A; int frameUpdate2 = 0x69CC60; // Animation graph delta hook. int animDelta1 = 0x64F844; int animDelta2 = 0x64F84A; // Hook to allow animation time delta to be negative (animation can play in reverse). int reverseAddr = 0xBB032A; // SendAnimEvent hook. int animSend1 = 0x64F800; int animSend2 = 0x64F805; int animSend_f = 0xBA7400; int animSend01 = 0x64F7D3; int animSend02 = 0x64F7D8; IF anyone knows where these are in SSE, let me know please. I'll update this later.
  9. Well I had a computer issues and just got that fixed. I haven't been around for almost a year. The one thing that was troubling here was the fact every time I did log in, the system would go to error page (502 or something) when I clicked on anything.
  10. Sorry this has been a very long time since I did any update. I even forgot this file existed here. I have updated to 1.4 which now includes DLC content. I am trying to maintain two different sites so I forgot this one has the older version. This update was more in a response to a reported bug at Nexus. I decide to rework it from the ground up in the esp file. I addressed several issues I found with minions and spells not working as I intended them.
  11. I must have gotten the wrong one. I could not get it to work so I tried the loose version and it had error with FNIS_SexLabAroused_Behavior.hkx so I had to run the fix on it.
  12. Not sure how to proceed I don't have permissions from authors (no one replying to me yet) I have The following mods in SE fully functional now. I am scanning for my favorites SexLabGuildv09 DangerousNight2.2 Apropos (I did my own version unknown it was done for Jcontainers64) Osare Panty 1.1 ( I believe this is restricted) Osare Panty CBBE - TBBP-53262-1 ( I believe this is restricted) SexLabAroused_V28b_Loose (I did the loose version so I could modify things) This list will grow if mods I want are not converted. I don't feel like making pages of mods not mine but maybe someone wants to? My own mods MyTPC (less customizable camera which I just posted) MyConjuration-9393-1-31 (it's been on Nexus for a couple years. I have a new version is the works) VirtualSex is not done and not sure if I will.
  13. Like I said there is a version here that has all the features.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use