Jump to content

Recommended Posts

Posted

hello ! ^ - ^ /

 

i'm running into a startup CTD on my Skyrim version 1.6.1170. everything works perfectly fine until i enable the mod... i really have no idea why so a little bit of help would be greatly appreciated ! 

 

here's the crash log  

crash-2024-03-15-08-22-59.log

Posted
On 3/15/2024 at 9:05 PM, Admiralis1996 said:

Hi all,

 

Just a sort question, did anyone managed to get this race mod working on 1.6.1170 ? When I try to start the game with this race, some of my mcm mods are not loading in for an unknown reason. Here is my load order in case sseload - Pastebin.com 

Mod works totally fine for me with latest AE version.

Posted
3 hours ago, link212 said:

Mod works totally fine for me with latest AE version.

looks like some of us are doing something wrong.... several people don't have any success with it , some just have weird bugs and it works fine for you...  did you get anything specific with it ? like a compatibility mod or something ? 🤔

Posted (edited)

Hi, noob mod user here.

 

I want to ask it is possible to add teraelin race to sexlab. I tried to play animation in sexlab animation editor while using teraelin but error appear. I tried another race and the animation functioned properly. So how can I play animation while in teraelin race if possible. Thanksimage.png.5e0ba33c7e53b0c6629ba9e671335d3e.png

EDIT: Nevermind, after a long digging I found out that just open console and type "setscale 2" and it should be just fine

Edited by kkiiees
Posted
On 3/15/2024 at 5:28 PM, nightx8 said:

hello ! ^ - ^ /

 

i'm running into a startup CTD on my Skyrim version 1.6.1170. everything works perfectly fine until i enable the mod... i really have no idea why so a little bit of help would be greatly appreciated ! 

 

here's the crash log  

crash-2024-03-15-08-22-59.log 32.37 kB · 6 downloads

 

In the crash log, it seems that a crash occurred when setting the form type in process of copying the player character to template (0x7 -> 0x14)

This mod does not do anything in the process of copying the player template

so it's good to look for a mod that modifies the player but
    [RSP+30 ] 0x241B18996C0      (MemoryHeap*)
    [RSP+38 ] 0x241C80ED4E0      (void*)
    [RSP+40 ] 0x7FFB00CAA766     (void* -> EngineFixes.dll+002A766    mov r10d, eax)

you may need to check something else like about memory issue

 

 

try install Latest supported Visual C++ Redistributable downloads | Microsoft Learn

it's need vc++ 2022

 

 

But if it doesn't get fixed

SSE Engine Fixes (skse64 plugin) at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)

sse engine fixes part2 is not installed properly

 

This mod is work without sse engine fixes
but if sse engine fixes is enabled then more likely to use extended memory by sse engine fixes

If part2 is not installed correctly then mod will try to use the extended memory of the sse engine fixes, but it is not actually patched then an error may occur

 

Part2 must be installed on the skyrim game folder not data folder

 


or virtual memory settings may not have been configured

How to manage virtual memory on windows 11 | Windows Central

recommend System managed size option or set 8192 ~ 16384

 

 

 

On 3/16/2024 at 5:05 AM, Admiralis1996 said:

Hi all,

 

Just a sort question, did anyone managed to get this race mod working on 1.6.1170 ? When I try to start the game with this race, some of my mcm mods are not loading in for an unknown reason. Here is my load order in case sseload - Pastebin.com 

 

There is no mcm in this mod and no script related to mcm

 

Posted
1 hour ago, Acro748 said:

 

In the crash log, it seems that a crash occurred when setting the form type in process of copying the player character to template (0x7 -> 0x14)

This mod does not do anything in the process of copying the player template

so it's good to look for a mod that modifies the player but
    [RSP+30 ] 0x241B18996C0      (MemoryHeap*)
    [RSP+38 ] 0x241C80ED4E0      (void*)
    [RSP+40 ] 0x7FFB00CAA766     (void* -> EngineFixes.dll+002A766    mov r10d, eax)

you may need to check something else like about memory issue

 

 

try install Latest supported Visual C++ Redistributable downloads | Microsoft Learn

it's need vc++ 2022

 

 

But if it doesn't get fixed

SSE Engine Fixes (skse64 plugin) at Skyrim Special Edition Nexus - Mods and Community (nexusmods.com)

sse engine fixes part2 is not installed properly

 

This mod is work without sse engine fixes
but if sse engine fixes is enabled then more likely to use extended memory by sse engine fixes

If part2 is not installed correctly then mod will try to use the extended memory of the sse engine fixes, but it is not actually patched then an error may occur

 

Part2 must be installed on the skyrim game folder not data folder

 


or virtual memory settings may not have been configured

How to manage virtual memory on windows 11 | Windows Central

recommend System managed size option or set 8192 ~ 16384

 

 

 

 

There is no mcm in this mod and no script related to mcm

 

 

 

First , thank you very much for your detailed answer ! i was able to fix my ctd thanks to your help in no time.

 

 

now , to get into more details with what was wrong just in case others run into this same situation as me

 

i already installed this Latest supported Visual C++ Redistributable downloads | Microsoft Learn. i checked all the pages of the thread when i ran into the problem hoping to find a fix. i didn't have it on my pc so i installed it. it didn't change anything since my ctd was related to something else sadly.

 

as for SSE engine fixes , i had it installed as well , both parts were correctly installed with a modified toml file to make it work on 1.6.1170. part 2 was dropped at the root folder and not installed through vortex or MO2.

 

it was an issue with the virtual memory , it was set by windows itself , i modified it as you advised and now my game doesn't ctd anymore ! so thank you very much !! i'll do some testing later tonight and if i run into any new problem i'll post it here. 

Posted (edited)

Is it possible to have the expressions work manually for screenshots?

 

Edit: Nevermind.

 

MFG console

 

MFG Expressions

 

  • anger 0
  • fear 1
  • happy 2
  • sad 3
  • surprise 4
  • puzzled 5
  • disgust 6
  • neutral 7
Edited by EXP
Posted
On 3/19/2024 at 1:20 PM, nightx8 said:

 

 

First , thank you very much for your detailed answer ! i was able to fix my ctd thanks to your help in no time.

 

 

now , to get into more details with what was wrong just in case others run into this same situation as me

 

i already installed this Latest supported Visual C++ Redistributable downloads | Microsoft Learn. i checked all the pages of the thread when i ran into the problem hoping to find a fix. i didn't have it on my pc so i installed it. it didn't change anything since my ctd was related to something else sadly.

 

as for SSE engine fixes , i had it installed as well , both parts were correctly installed with a modified toml file to make it work on 1.6.1170. part 2 was dropped at the root folder and not installed through vortex or MO2.

 

it was an issue with the virtual memory , it was set by windows itself , i modified it as you advised and now my game doesn't ctd anymore ! so thank you very much !! i'll do some testing later tonight and if i run into any new problem i'll post it here. 

 

also having this issue, but none of these worked, not even the virtual memory 

Posted

hey for some reason i just keep crashing i only have the bare minimum requirements and it just keeps crashing me right after i launch the game? sorry but i also dont have any crash logs and have attempted downloading C++, i already have engine fixes, and my virtural memory is at its max

Posted

This mod is essential for me. wonderful.

 

I have a question, is this mod incompatible with mods that replace the NormalMap (body shadow texture) in-game?

I'm using a MOD called Pregnancy NormalMap Swapper (PNS). This is a MOD that replaces the body's NormalMap in-game according to the PregnancyBelly morph value. This is a MOD that aims to give an appropriate shadow according to the size of the stomach in MODs such as HentaiPregnancy that make a character pregnant and gradually grow their stomach.

For some reason, in elin, when I attach or detach any weapon, magic, decoration, armor, etc., the NormalMap given by PNS disappears and returns to the default NormalMap.

At first, I thought it was an effect of PNS itself or another MOD, but since this problem does not occur with other vanilla races or additional races, I speculated that there may be a cause specific to elin.

  

I have attached a video to make the situation easier to understand.
Manipulate the belly morph with the PNS debug function and replace the NormalMap with the MOD effect. If you then remove your weapon, the NormalMap given by the mod will be deleted and you will return to the default.


I'm not familiar with MODs, so I apologize if I'm making wild guesses or asking questions.
If anyone knows something, I would be very grateful if you could give me some hints to solve the problem.
(This text is a machine translation, so there may be some unnatural parts.)

 

Posted (edited)

I'm having an issue with mod where when i'm in the race menu and changing hair, it keeps a piece of hair on whilst i'm scrolling through others and I can't get rid of it. Basically I have a hairstyle on a hairstyle.

 

Also how can i remove the audio when I'm running? I did it somehow with the elin race for Skyrim LE and when I made my character I forgot how annoying the repetitive breathing sound is from the elins.   nvm I just used this mod https://www.nexusmods.com/skyrimspecialedition/mods/24205/?tab=files to remove the breathing noise

Edited by Atmogenic
solved one of my issues with a mod
Posted

I've been trying to find a texture fix for the UNP Furry textures, as the nipples and breast =s are misaligned, but I've found nothing here or elsewhere. Anyone got anything, or atleast a way to fix it?

Posted (edited)
On 3/27/2024 at 12:30 PM, just a temp said:

hey for some reason i just keep crashing i only have the bare minimum requirements and it just keeps crashing me right after i launch the game? sorry but i also dont have any crash logs and have attempted downloading C++, i already have engine fixes, and my virtural memory is at its max

 

sorry, if there's no crash log, there's no clue

 

 

On 3/28/2024 at 8:51 PM, skknnnn said:

This mod is essential for me. wonderful.

 

I have a question, is this mod incompatible with mods that replace the NormalMap (body shadow texture) in-game?

I'm using a MOD called Pregnancy NormalMap Swapper (PNS). This is a MOD that replaces the body's NormalMap in-game according to the PregnancyBelly morph value. This is a MOD that aims to give an appropriate shadow according to the size of the stomach in MODs such as HentaiPregnancy that make a character pregnant and gradually grow their stomach.

For some reason, in elin, when I attach or detach any weapon, magic, decoration, armor, etc., the NormalMap given by PNS disappears and returns to the default NormalMap.

At first, I thought it was an effect of PNS itself or another MOD, but since this problem does not occur with other vanilla races or additional races, I speculated that there may be a cause specific to elin.

  

I have attached a video to make the situation easier to understand.
Manipulate the belly morph with the PNS debug function and replace the NormalMap with the MOD effect. If you then remove your weapon, the NormalMap given by the mod will be deleted and you will return to the default.


I'm not familiar with MODs, so I apologize if I'm making wild guesses or asking questions.
If anyone knows something, I would be very grateful if you could give me some hints to solve the problem.
(This text is a machine translation, so there may be some unnatural parts.)

 

 

try v1.3.4 update

Elin can change the entire skin with a complexion slider
so it always changes equipment or updates skins at specific events to maintain it

 

in v1.3.4, not change that texture if the source of that texture is not in this mod

 

 

On 3/29/2024 at 4:25 AM, Atmogenic said:

I'm having an issue with mod where when i'm in the race menu and changing hair, it keeps a piece of hair on whilst i'm scrolling through others and I can't get rid of it. Basically I have a hairstyle on a hairstyle.

 

Also how can i remove the audio when I'm running? I did it somehow with the elin race for Skyrim LE and when I made my character I forgot how annoying the repetitive breathing sound is from the elins.   nvm I just used this mod https://www.nexusmods.com/skyrimspecialedition/mods/24205/?tab=files to remove the breathing noise

 

it's fixed in v1.3.3 if it's happened in new game

well, if it's happened in not new game then close showracemenu and reopen it

 

Edited by Acro748
Posted
3 hours ago, Acro748 said:

 

申し訳ありませんが、クラッシュログがない場合は手がかりがありません

 

 

 

v1.3.4アップデートを試してください

Elin は顔色スライダーでスキン全体を変更できる
ため、常に装備を変更したり、特定のイベントでスキンを更新したりして維持します

 

v1.3.4 では、そのテクスチャのソースがこの MOD にない場合はそのテクスチャを変更しません

 

 

 

新しいゲームで発生した場合はv1.3.3で修正されています

新しいゲームではない場合は、showracemenu を閉じて再度開きます

 

I updated the MOD as instructed and the issue was resolved.
thank you very much!

Posted (edited)

Hello Acro, absolutely love your mod been using it since release. One thing I noticed on the latest releases, both 1.3.4 and 1.3.5, is it looks like the "scars" in the head race menu changed to where it immediately places a bandage across my nose. It looks like there is no longer an option for no scares at all only an eye, bandages, or beauty marks. 

Edited by Beldavid1
Posted
On 3/29/2024 at 10:06 PM, Acro748 said:

it's fixed in v1.3.3 if it's happened in new game

well, if it's happened in not new game then close showracemenu and reopen it

 

 

well I've downloaded the newest version and the hair is still just sticking around, maybe its the apocalypse mod with its 2 hair styles messing it up. But a new issue i've just came across whilst testing to see if the hairstyle bug was fix is my elin having a nose bandage on her nose that i can't seem to get rid of 

 

 

steamwebhelper_vX9yKHXdrW.png

Posted
50 minutes ago, Atmogenic said:

 

well I've downloaded the newest version and the hair is still just sticking around, maybe its the apocalypse mod with its 2 hair styles messing it up. But a new issue i've just came across whilst testing to see if the hairstyle bug was fix is my elin having a nose bandage on her nose that i can't seem to get rid of 

 

 

steamwebhelper_vX9yKHXdrW.png

theres decrytion in download idk where the keys at in MEGA

Posted

Hey Acro, I'm using skyclimb with your mod and for some reason Elinrace does not climb as high as she should. All other races climb to the correct height, but elinrace only to 80% height, resulting in failing the climb most of the time.

 

Was wondering if I could find a workaround, as I would love to use both mods.

Posted
23 hours ago, Beldavid1 said:

Hello Acro, absolutely love your mod been using it since release. One thing I noticed on the latest releases, both 1.3.4 and 1.3.5, is it looks like the "scars" in the head race menu changed to where it immediately places a bandage across my nose. It looks like there is no longer an option for no scares at all only an eye, bandages, or beauty marks. 

 

21 hours ago, Atmogenic said:

 

well I've downloaded the newest version and the hair is still just sticking around, maybe its the apocalypse mod with its 2 hair styles messing it up. But a new issue i've just came across whilst testing to see if the hairstyle bug was fix is my elin having a nose bandage on her nose that i can't seem to get rid of 

 

 

steamwebhelper_vX9yKHXdrW.png

 

thanks for the report

it's fixed now so please re-download

 

 

22 hours ago, wow12303 said:

image.thumb.png.397e7e5c6061ae6bb1a83bcb8139c10c.pngDoes anybody know what this is and how to fix it? Something to do with emoting facegen morpsh or expressions?

 

update to latest version

 

 

2 hours ago, AsunaXxX said:

can anyone help me? or it's just me that cant download without decryption key in mega

 

 

link already contains decryption key

it might be a country lock so try VPN

 

Posted
29 minutes ago, link212 said:

Hey Acro, I'm using skyclimb with your mod and for some reason Elinrace does not climb as high as she should. All other races climb to the correct height, but elinrace only to 80% height, resulting in failing the climb most of the time.

 

Was wondering if I could find a workaround, as I would love to use both mods.

 

pick the vanilla scale (x1.0) option

 

 

Posted
2 hours ago, Acro748 said:

 

pick the vanilla scale (x1.0) option

 

 

Completely forgot this setting in fomod, thx for your time to help :)

Posted
2 hours ago, Acro748 said:

 

 

thanks for the report

it's fixed now so please re-download

 

 

 

update to latest version

 

 

 

link already contains decryption key

it might be a country lock so try VPN

 

Thanks for the quick update! 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...