casherrr

New Member
Jul 22, 2024
4
1
I'm wondering if maybe an antivirus is picking up a file for the game as being harmful. Easy to test that by running the game with it turned off, or trying to extract the game again and run with antivirus turned off.

However, it could also be an issue just simply by not having graphics drivers up to date, so double check those first. Unreal Engine likes being a little bitch about drivers sometimes.
I've tried both and it still doesn't seem to work :( ty for the suggestions though
 
  • Like
Reactions: limesseur

g659039

Member
Apr 10, 2018
372
568
Wild Kombat - RPG Game
View attachment promo.mp4

Young martial art appreantice faces her destiny as she enters a tournament where the fate of all worlds rests on the line.
  • 20 minutes of gameplay
  • Numerous dialogues
  • Logical minigame
  • Simple Fighting Games style combat system
  • Custom ero animations
Download the scene and see full gamplay here -
or here -

Also visit my Patreon -
 

honeyhog

Newbie
Sep 13, 2022
16
26
can someone help me?
im trying to randomize the characters on a press of a button.
The outfits are easy to randomize. i just used the random number gen. and assignt each bodypart to it.
this worked for the full outfit or fully random individual outfits.

Now i want random body proportions.
My idea was to use the Random number gen. and apply it to the Characters Value and use the corresponding option ID (boobsize, musclesize etc).
but i cant seem to get it to work.

any ideas?
I did randomizer for my scenarios.
You can add it to your scenarios as collection or use it as help for your randomizer.
It's not entirely complete, some things are missing (random lipstick for example) but it covers ~80% of changeable properties of preset (not bones).
There is a pose in collection as demonstration how it works and for easy transfer of events to your character (simple copy -> paste events).
I'm using it mostly via keyboard. Currently those keys are working:
F3 - changing everything.
F5 - changing clothing.
F6 - changing independently head, chest and legs clothing.
F7 - changing body (boobs, buts, thighs, muscles).
F8 - changing skin (style, wetness, genital wetness, pubes, tanlines) + color via presets (not totally random).
F9 - changing hair (style, color).
F10 - changing eyes (style, color).
F12 - changing presets (works only if your presets are saved as numbers).
Insert - changing makeup (eyeliner style and color and eye shadows and color).
 
Last edited:
  • Like
Reactions: rggtuh

rggtuh

Member
Nov 15, 2020
435
197
I did randomizer for my scenarios.
You can add it to your scenarios as collection or use it as help for your randomizer.
It's not entirely complete, some things are missing (random lipstick for example) but it covers ~80% of changeable properties of preset (not bones).
There is a pose in collection as demonstration how it works and for easy transfer of events to your character (simple copy -> paste events).
I'm using mostly via keyboard. Currently those keys are working:
F3 - changing everything.
F5 - changing clothing.
F6 - changing independently head, chest and legs clothing.
F7 - changing body (boobs, buts, thighs, muscles).
F8 - changing skin (style, wetness, genital wetness, pubes, tanlines) + color via presets (not totally random).
F9 - changing hair (style, color).
F10 - changing eyes (style, color).
F12 - changing presets (works only if your presets are saved as numbers).
Insert - changing makeup (eyeliner style and color and eye shadows and color).
Thank
 
  • Like
Reactions: honeyhog

CurtimusPrime92

Active Member
Jul 17, 2020
545
425
Why is the Mega upload a different size to the other uploads?
size stated on the website of file host seem to vary wildy per host, even when the resulting files on computer are identical

i've tested this with gofile and mega by downloading from both host and downloading them as
gofile_[game original filename].zip and mega_[game original filename].zip

even though webpage claims files are anywhere from ~1-15% bigger than reality,
the resulting files are identical size with matching crc sha-256 checksums

idk if that is the case you're experiencing but if you're talking about webpages then yeah
and it seems to change from time to time, as if different file host manually inflate the 'file size' arbitrarily at different times
 
Last edited:

Itachi-Uchiha

Member
Jul 21, 2018
215
50
True, but that is kind of the only way to do it for now, unless there is a post I missed where someone figured it out. It sucks, but it's better than the save corrupting with each new version meaning you have to play it again anyway. Saves would also just go into the saves folder in the appdata folder for the game most likely, so there wouldn't be a need to transfer the save.

I do know that there will be a save system when the rest of the story mode is released, or maybe the devs could put it in sooner so people don't have to replay the whole story every time winkwinknudge
This would be something worth a petition or poll iny my opinion if the devs are even noticing what is written here
 
  • Like
Reactions: limesseur

Purple_Heart

Engaged Member
Oct 15, 2021
2,926
5,013

In an interview with Lex Fridman, Epic Games’ Tim Sweeney shared the first details about the next version of Unreal Engine, Unreal Engine 6. According to Sweeney, UE6 is a few years away, but we might see preview versions of it in 2 or 3 years.
We have 2-3 years at a minimum before UE6. Here's hoping devs can finish the game before that happens!
 
  • Like
Reactions: Kamishiro

tatayo67

New Member
Apr 19, 2024
2
0
Help please, stuck with error

LowLevelFatalError [File:C:\PF\CWLSWS\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp] [Line: 1415] GameThread timed out waiting for RenderThread after 120.00 secs

WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
kernel32
ntdll
 

megac8

Newbie
Feb 25, 2019
66
68
is there anyway in sandbox mode to make beasts stop wandering? or play a specific animation? I'm talking about monsters, not humanoids
 

limesseur

Active Member
Oct 7, 2019
555
477
Help please, stuck with error

LowLevelFatalError [File:C:\PF\CWLSWS\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp] [Line: 1415] GameThread timed out waiting for RenderThread after 120.00 secs

WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
WildLifeC_Win64_Shipping
kernel32
ntdll
Try running the game in DX11 mode. To do so: make a shortcut to the exe for the game, right click the shortcut and go to Properties, then in the text box named Target add "-dx11" to the end without the quotes.

If the problem continues, try turning down your graphics settings, starting with changing the Global Illumination setting from Lumen to Screen Space or off. As for other settings after that, it will depend on your computer specs, but for the most part nothing should be on ultra, keep other settings at a max of high.
 

AraKnus

Active Member
Sep 30, 2021
763
875
we have perceived the last version of Shey skeleton, her legs are very thick now and larger waist.

I don't know if you guys have noticed it too.

On the other hand, Shiva continues to be the same body-type.

Is there a mod manager or in-game configuration where you can edit, adjust or modify not the presets, but the in-game skeleton types themselves ?
 

Fzeren

Member
Sep 25, 2020
274
779
we have perceived the last version of Shey skeleton, her legs are very thick now and larger waist.

I don't know if you guys have noticed it too.

On the other hand, Shiva continues to be the same body-type.

Is there a mod manager or in-game configuration where you can edit, adjust or modify not the presets, but the in-game skeleton types themselves ?
Messing with the 'bone controls' lets you change the shape of a given character. Tutorials should exist on the discord.
 

tatayo67

New Member
Apr 19, 2024
2
0
Try running the game in DX11 mode. To do so: make a shortcut to the exe for the game, right click the shortcut and go to Properties, then in the text box named Target add "-dx11" to the end without the quotes.

If the problem continues, try turning down your graphics settings, starting with changing the Global Illumination setting from Lumen to Screen Space or off. As for other settings after that, it will depend on your computer specs, but for the most part nothing should be on ultra, keep other settings at a max of high.
Thanks, I'll try it.
 
3.70 star(s) 201 Votes