[Son Goku]

Member
Nov 4, 2019
323
118
can you just start learning English ?
because I have to learn English if the developers can make a space in the game and put the translation into Spanish it is very good that you read your native language great friend but I want to read my native language too
 
  • Hey there
Reactions: phine

Dreyperro

Newbie
Dec 18, 2017
61
51
Would anyone be able to quickly fill me in on how the variable system works? I'm trying to create a system with events based on a counter that can be increased by passing events in any order, but the variable event object seems to only receive commands that set the value rather than add to it.
 

Mandaman

Newbie
Oct 29, 2017
47
23
AdeptusSteve , if you're interested, here are some quick webms I've thrown together. Those are positions I'd generally enjoy to see more. Keep in mind that Skyrim is, well, a bit janky in that regard and that the creatures used here don't really look like anything in Wild Life per say but I'm pretty sure they can convey the general gist of it. Obviously with Patreon's limitations the animations can't look too aggressive but hey, nobody said consensual sex can't be rough, right? It's all about the context.

I hope this isn't against the rules because technically the videos don't have anything to do with Wild Life itself.

View attachment 1980928
What is the name of that first pose? Sideways or Spooning?
 

VengefulKron

Member
Aug 17, 2018
170
600
Would anyone be able to quickly fill me in on how the variable system works? I'm trying to create a system with events based on a counter that can be increased by passing events in any order, but the variable event object seems to only receive commands that set the value rather than add to it.
You need to use an Operation object to do math operations like that, then set the "On Calculated" event for the operation to the "Set Value" event for the variable.
 
  • Red Heart
Reactions: Dreyperro

EKL

Newbie
Apr 17, 2021
75
209
Can someone create an animated disco light like of this object that turns round and around and changing colors rgb?

thank you!
 

FeltTheNeed

Newbie
Nov 22, 2021
84
478
Where do you even get chars for this game ? Their discord ? Is it patreon locked ? Is there any other site ? Chara list would be nice doesn't need to have images and all that effort in it. Just download and see for urself tbh
People share presets in this F95zone thread or the Wild Life Discords both official ($1 USD on Patreon) and .
Well imagine the map list without any preview images I think basically all would agree they're essential for browsing.
Here's how shared chara presets in either of the scrollable Discords look, here's why I hesitate on making a full chara list soz.

Official Wild Life Discord Example.png Un-official Wild Life Discord Example.png


Hello everyone. I made some (glorious imo) doors. Enjoy!
There is one thing though.
If anyone would figure how to make the doors to open correctly and not like they are doing currently pls let me know.
Nice door I've edited it to open correctly and added sound effects. Ariharu feel free to inspect it to see how I did such. :)

View attachment Ariharu Door Before & After FTN Edits V0.1.mp4
 

Ariharu

Newbie
Jul 22, 2021
60
52
People share presets in this F95zone thread or the Wild Life Discords both official ($1 USD on Patreon) and .
Well imagine the map list without any preview images I think basically all would agree they're essential for browsing.
Here's how shared chara presets in either of the scrollable Discords look, here's why I hesitate on making a full chara list soz.

View attachment 1985887 View attachment 1985891


Nice door I've edited it to open correctly and added sound effects. Ariharu feel free to inspect it to see how I did such. :)
Thank you very much, appreciate it. It never occurs to me that the position of the transformer itself matters.
By the way nice touch with naming and sorting stuff. I need to make a habbit to do it too.

One thing about media files. I personally storage all my textures and stuff in folder D\assets buuuut you gave me an idea.

Why don't we all agree to store all our stuff in the folder where all the save files and custom maps are. It's the folder that everyone has, right?
 

FeltTheNeed

Newbie
Nov 22, 2021
84
478
Thank you very much, appreciate it. It never occurs to me that the position of the transformer itself matters.
By the way nice touch with naming and sorting stuff. I need to make a habbit to do it too.

One thing about media files. I personally storage all my textures and stuff in folder D\assets buuuut you gave me an idea.

Why don't we all agree to store all our stuff in the folder where all the save files and custom maps are. It's the folder that everyone has, right?
Your welcome, once you've finalized your doors I can add em' to the props list for others to use or modify for their maps.

I initially did create a Media folder and place those sounds below instead of file://C:/WildLifeMedia/DoorOpen.wav
file://C:/Users/FeltTheNeed/AppData/Local/WildLifeC/Saved/SandboxSaveGames/Media/DoorOpen.wav

The problem is your PCs username will be different to mine meaning the above won't work for anyone else forcing them to manually change it to their username for the media to work and I suspect most people don't want to bother. Anyone know better ideas?
 

Ariharu

Newbie
Jul 22, 2021
60
52
The problem is your PCs username will be different to mine meaning the above won't work for anyone else forcing them to manually change it to their username for the media to work and I suspect most people don't want to bother. Anyone know better ideas?
It's %userprofile% instead of user name i believe, it's the path for the default user.
I'll try it later.
 

FeltTheNeed

Newbie
Nov 22, 2021
84
478
It's %userprofile% instead of user name i believe, it's the path for the default user.
I'll try it later.
I tried the following below with no success but might just be me. Seems like such should be supported in the engine.

file://C:/Users/%USERNAME%/AppData/Local/WildLifeC/Saved/SandboxSaveGames/Media/DoorOpen.wav
%APPDATA%/Local/WildLifeC/Saved/SandboxSaveGames/Media/DoorOpen.wav
%USERPROFILE%/AppData/Local/WildLifeC/Saved/SandboxSaveGames/Media/DoorOpen.wav

Would be useful if the top one worked that way sandbox creators can bundle local media files that work for everyone.

Get Platform User Name.png

 
Last edited:
3.80 star(s) 179 Votes