all
/
g
/
s
/
fur
/
art
/
ai
/
3dcg
/
f
/
rp
/
req
/
p2p
/
dis
/
lit
/
kaki
chat
GUROchan!
This list is WIP...
1
2
3
So use the classic menu
Link 4
Link 5
Link 6
Link 7
List 3
Link 8
Link 9
[
Settings
]
[
Home
] [
Catalog
] [
Search
] [
Thread list
] [
Stats
] [
Reports
] [
Watcher
] [
PMs
] [
Admin
]
3D CGI
[
Return
] [
Bottom
]
Posting mode: Reply
Name
E-mail
sage
Subject
Post
Comment
BBCode
B
I
U
S
Spoiler
Code
File
Animated GIF
Password
(for deletion)
Allowed file types are: gif, jpg, jpeg, png, webp, webm, mp4
Maximum file size allowed is 25000 KB.
Images greater than 255 * 255 pixels will be thumbnailed.
132
unique users in the last 30 minutes (including lurkers)
Switch form position
|
BBCode reference
|
Banned?
|
Quick reply
|
Post API
First
[1]
Last
File:
daruma.png
(192 KB, 1296x758)
ImgOps
Hide image
ImgOps
Hide image
▶
3D limbless girl
2017/04/12
(Wed)
10:22:16
No.
11131
[
Report
]
AS
▶
Redoing the thread to clear out old useless versions.
I got entirely new shaders which I hope will fix the invisible problem. They're from the official asset store so they should work. If they still don't work it's out of my hands since I don't know what else I could do.
http://www.mediafire.com/file/v7ab8dqbxa0w8ox/DarumaToucher0_1_3.zip
>>
1
2017/04/12
(Wed)
23:47:36
No.
11138
[
Report
]
▶
File:
SUCCESS.png
(104 KB, 1282x752)
ImgOps
Hide image
ImgOps
Hide image
▶
Guess what? You did it! She's not invisible anymore! Congratulations!
>>
2
2017/04/13
(Thu)
00:05:08
No.
11139
[
Report
]
▶
>>11138
Finally! Thanks for your patience. I guess there was just something wrong with the generated shaders for the model, but luckily I found some that were very close to the same. Because Unity's built in shaders are trash.
>>
3
2017/04/13
(Thu)
00:33:52
No.
11141
[
Report
]
▶
>>11139
Great work! So now that you've solved this annoying issue, what are you gonna do next?
>>
4
2017/04/13
(Thu)
00:37:20
No.
11142
[
Report
]
▶
>>11141
Probably redo my code before it gets too big. I've run into some issues adding things to it because I just slapped things together to get them to work.
After that I'm thinking about adding some toys and a different girl to choose from.
>>
5
2017/04/13
(Thu)
00:59:57
No.
11143
[
Report
]
▶
>>11142
Cool, looking forward to seeing what you do.
>>
6
2017/04/15
(Sat)
21:58:34
No.
11178
[
Report
]
▶
>>11131
Just downloaded the newest version. Good work so far (also thank you for fixing the invisibility issues), your ideas about adding different girls (maybe with different body forms?) sound good too.
How about implementing some more animations for the girl? (e. g. different facial expressions, making her squirm when she gets more aroused, let her blink sometimes...)
>>
7
2017/04/16
(Sun)
00:26:18
No.
11179
[
Report
]
▶
>>11178
Thanks. She already does all those things but maybe I need to make them more obvious.
>>
8
2017/04/16
(Sun)
08:43:28
No.
11184
[
Report
]
▶
>>11138
I think I just discovered another problem. I just now noticed in your screenshot that her facial expression isn't correct.
Can you confirm if she blinks and changes expression? If she doesn't then this is yet another bug that only happens on some computers.
>>
9
2017/04/16
(Sun)
08:52:01
No.
11185
[
Report
]
▶
>>11184
On my system (win8.1 64bit) she doesn't move when she gets touched (freezes) and also doesn't change expressions.
I hope this helps you to identify the bug (are there any error-logs/codes to give further hints?)
>>
10
2017/04/16
(Sun)
08:55:51
No.
11186
[
Report
]
▶
>>11185
Ok. I figured it out. It's not loading an essential DLL file in your case for some reason.
This is also why she was invisible as well.
64 bit shouldn't be a problem because I have that too. I need to figure out why that DLL isn't loading.
>>
11
2017/04/16
(Sun)
08:59:13
No.
11187
[
Report
]
▶
>>11185
Also it would help if you could go in the Data folder and paste me the contents of output_log.txt
>>
12
2017/04/16
(Sun)
09:11:55
No.
11188
[
Report
]
▶
>>11187
there is an error in the output_log that the following plugin couldn't be loaded because it hastn't been found:
DarumaToucher0_1_3/DarumaToucher/darumatoucher_Data/Plugins/MMD4MecanimBulletPhysics.dll'
>>
13
2017/04/16
(Sun)
09:25:28
No.
11189
[
Report
]
▶
>>11188
Ok. Can you do me a favor and copy that DLL into the root folder where the .exe is and see if it works then?
>>
14
2017/04/16
(Sun)
09:57:39
No.
11190
[
Report
]
▶
>>11189
I've tried out your advise, but it didn't change the bug (still the same error in the output_log)
>>
15
2017/04/16
(Sun)
10:16:44
No.
11191
[
Report
]
▶
>>11190
Can you try installing Visual C++ Redistributable for Visual Studio 2015?
pick the x86 version, vc_redist.x86.exe
https://www.microsoft.com/en-us/download/details.aspx?id=48145
>>
16
2017/04/16
(Sun)
12:17:32
No.
11192
[
Report
]
▶
>>11188
I have the same!
>>
17
2017/04/16
(Sun)
12:44:52
No.
11194
[
Report
]
▶
>>11191
Just installed the C++ redistributable, now it works fine looks like that was the source of the error.
THX and great work!
>>
18
2017/04/16
(Sun)
12:50:54
No.
11195
[
Report
]
▶
>>11194
Thanks for helping. I'm glad it works now because I have an update almost ready to come out and I'd hate to have it be for nothing.
>>
19
2017/04/16
(Sun)
12:55:23
No.
11196
[
Report
]
▶
>>11195
Welcome :)
(I can't wait to see the nexts steps of this project)
>>
20
2017/04/16
(Sun)
20:09:03
No.
11197
[
Report
]
▶
>>11191
I was wondering why things looked so stiff! It works much better now.
>>
21
2017/04/30
(Sun)
02:10:10
No.
11602
[
Report
]
▶
Any progress to report?
>>
22
2017/04/30
(Sun)
18:32:04
No.
11613
[
Report
]
▶
>>11602
I'm working on it off and on. Took a little break because I need to make more animations and some new models since I can't find the ones I want.
I fixed some things and made her say things in text, and I'm going to add some hands to show how she's being touched and stuff but it isn't quite ready for a new version yet.
>>
23
2017/06/04
(Sun)
09:32:04
No.
12103
[
Report
]
▶
Any news for this project?
It would be great to hear from any progress :)
>>
24
2017/06/06
(Tue)
20:10:39
No.
12164
[
Report
]
▶
How do you move the camera? I can't rotate or zoom, only move in horizontal plane with arrows/WASD.
>>
25
E-Loco
2017/10/02
(Mon)
13:55:14
No.
15253
[
Report
]
▶
File:
b.jpg
(149 KB, 800x1317)
ImgOps
Hide image
ImgOps
Hide image
▶
Any news on thies project?
(pic not related)
>>
26
E-Loco
2017/10/02
(Mon)
13:55:35
No.
15254
[
Report
]
▶
File:
b.jpg
(149 KB, 800x1317)
ImgOps
Hide image
ImgOps
Hide image
▶
Any news on this project?
(pic not related)
>>
27
ii8
2017/12/01
(Fri)
22:20:56
No.
17813
[
Report
]
▶
Any news?
>>
28
Anonymous
2019/02/13
(Wed)
23:22:40
No.
27323
[
Report
]
▶
>>11131
>>
29
sidekick777
2019/02/18
(Mon)
02:09:59
No.
27387
[
Report
]
▶
File:
Maybe I shouldn't have used that thing (…).jpg
(609 KB, 2742x1980)
ImgOps
Hide image
ImgOps
Hide image
▶
Is it cool if we use this thread to post our own 3D limbless girls, lol?
[
Top
]
Delete post: [
File only
]
Password:
First
[1]
Last
Style: