Search found 23 matches

by e2pii
Sat Sep 08, 2018 12:34 am
Forum: House Party Custom Story Creator Discussion
Topic: Coinflip
Replies: 5
Views: 6469

Re: Coinflip

You can simplify that considerably. modify value x set 0 (if not already) modify value x add 1, criteria coinflip modify value x add 2, criteria coinflip modify value x add 4, criteria coinflip and so on. Then x has a uniform distribution (equal probability) from 0 to 2^(n)-1. And don't forget you c...
by e2pii
Sun Sep 02, 2018 3:18 pm
Forum: House Party Custom Story Creator Bugs/Issues
Topic: Bug and ID question
Replies: 3
Views: 10076

Re: Bug and ID question

It appears that the ids are used when translating/replacing text for non-English languages.

Can anyone confirm?
by e2pii
Sun Sep 02, 2018 11:25 am
Forum: House Party Custom Story Creator Discussion
Topic: [Tool] File Deltas
Replies: 5
Views: 5503

[Tool] File Deltas

I wrote a Javascript (HTML/CSS) tool for comparing different versions of a file. If ever you can't remember what changes you made in your latest version, or what you overwrote in the Original Story files. It works on .story and .character files and finds changes going from the first to the second (h...
by e2pii
Wed Aug 29, 2018 11:17 am
Forum: House Party Custom Story Creator Discussion
Topic: Move Target Issue
Replies: 12
Views: 11868

Re: Move Target Issue

And I want to emphasize I was only considering ReachesTargets on the Move Target list, not the Items list. Amy's Increment and Locator event triggers control where she walks to and cleanup if the prior ReachesTarget fired. And I believe I did get an event trigger on Outside Sofa 1 Middle to fire in ...
by e2pii
Wed Aug 29, 2018 11:07 am
Forum: House Party Custom Story Creator Discussion
Topic: Move Target Issue
Replies: 12
Views: 11868

Re: Move Target Issue

TIL there's a debug log on F5. Unity 2017.4.7f1 (after uninstalling 2018.1.6f1) Both Amy.character and Test.story were exported with "Export Story" (individually) to the Stories/Test folder. The Test.story was an Import from the Original Story, and the missing characters were causing the d...
by e2pii
Tue Aug 28, 2018 1:30 pm
Forum: House Party Bug & Crash Reports
Topic: Clothing
Replies: 5
Views: 5395

Re: Clothing

I wouldn't consider this an issue so much as improper usage of "clothing". As I understand it, "clothing" is about what is visible (rendered) not what articles the character is "wearing." This is only going to happen after console usage or during a custom game where the...
by e2pii
Tue Aug 28, 2018 12:44 pm
Forum: House Party Custom Story Creator Discussion
Topic: Move Target Issue
Replies: 12
Views: 11868

Re: Move Target Issue

MissionarySexSpot isn't even in CSC [anymore?] And the issue is that some event triggers do not work. In order to get an event trigger to fire on Rachael reaching "Outside Sofa 1 Middle" I had to manually edit the JSON to "OutsideSofa1Middle". peter, you seem to know your shit fr...
by e2pii
Fri Aug 24, 2018 7:58 pm
Forum: House Party Custom Story Creator Bugs/Issues
Topic: Bug and ID question
Replies: 3
Views: 10076

Bug and ID question

The Original Story.prefab packed with CSC 0.8.0 contains two copies of the Printer ItemOverride with matching IDs (2fe08875-a408-4c42-b826-114798919ee8). I think they match exactly, so I doubt this is intended. Incidentally, I noticed the engine appears to use the ids (8 hex - 4 hex - 4 hex - 4 hex ...
by e2pii
Fri Aug 24, 2018 7:25 pm
Forum: House Party Custom Story Creator Discussion
Topic: Move Target Issue
Replies: 12
Views: 11868

Re: Move Target Issue

Yeah, one thing they have in common is all going into an animation / pose. But the lawn chairs and hot tub worked, and the hot tub is driving me crazy as I can't seem to figure out if it should have spaces or not (for the purposes of roaming prohibits.) I'm wondering how much of a difference in posi...
by e2pii
Thu Aug 23, 2018 11:53 pm
Forum: House Party Bug & Crash Reports
Topic: Clothing
Replies: 5
Views: 5395

Re: Clothing

Are you 100% sure you typed "off"?

I can't see the shoes but that appears to be the result of "clothing amy all on".

"help clothing" or "example clothing" should show the proper syntax.