[ARCHIVE] SimAntics & World Development

Status
Not open for further replies.
Oh god - I got Happy/Giggle working on the sim and it looks like he's having a heart attack... Really need to fix that animation system lol
 
Good progress video, why the silly crash the game?? also you trying to implement code with interactions made between players, i mean those using a2a animations...
 
Evil laugh is somehow accidentally calling the Fart function, which is why it's not an evil laugh, but still jesus nothing should move that way.
 
They're not - threads cannot run concurrently and my action queue viewer shows only Fart as the active interaction. Interaction name is only set by the original call so it has to be calling the wrong one.
 
The sudden shake is caused by the messed implementation of the root bone in pd's vitaboy, which i'll need to look into... this also causes the slides when playing certain animations.
 
aaaaaaaaaa.png

brb having nightmares
 
Right now the vitaboy in PD is moving the sim's root incorrectly, but I can't make it the same as mine as I did my bone transforms another way... I also found why the wrong interactions were playing - What niotso calls "TTAs Index" is actually the ID of the interaction as referred to by SimAntics.
 
I also added an action queue helper UI so I could debug all this stuff, you can see that here:

aqhelper.png


It's not too pretty but it'll do until the system is completely up and running.
 
Can i repeat my question, there was only test based on objects to sims interactions, and where are the most important, sims to sims??? You can make it???
 
The interactions are already there, I just need to make the simantics interpreter run them correctly.
 
I just committed, most of the puppeteering 1 person interactions work but some of them never exit for some reason. So any of you that can build the game (cough probably just zack ddfczm and afr0) can compile and test it.
 
Umm....
Code:
Error    2    'tso.debug.Properties.Resources' does not contain a definition for 'iconsel'    GitHub\Project-Dollhouse\TSOClient\tso.debug\ActionQueue.cs    26    63    TSO.Debug
Error   3   'tso.debug.Properties.Resources' does not contain a definition for 'icondsel'  GitHub\Project-Dollhouse\TSOClient\tso.debug\ActionQueue.cs   27   63   TSO.Debug
 
Status
Not open for further replies.
Back
Top