Toggle navigation
Polycount
News
Forums
Patreon
Challenges
The BRAWL² Tournament Challenge!
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
Bolovorix
Home
›
Contests & Challenges Archives
›
Team Fortress 2
The BRAWL² Tournament Challenge has been announced!
It starts May 12, and ends Sept 12. Let's see what you got!
https://polycount.com/discussion/237047/the-brawl²-tournament
Importer QC Jigglebones
Orgeston
Offline /
Send Message
Orgeston
Jun 2014
Where do I put the jigglebone code in importer QC? I used the same code that works for me every time when I manually compile and look at it in itemtest. All I get is errors, though, when I copy/paste it into the end of the importer QC editor.
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
EmAr
polycounter lvl 20
Jun 2014
Jiggle code goes between these two lines:
$body "default" "<ITEMTEST_REPLACE_LOD0>" <ITEMTEST_REPLACE_LOD1_HEADER>
0
·
Share on Facebook
Share on Twitter
Offline /
Send Message
Orgeston
Jun 2014
For some reason the jigglebones still don't work when I hit preview, though it will preview the item without errors. Is this syntax going to work?
$jigglebone "Jiggle1" {
is_flexible {
yaw_stiffness 5
yaw_damping 5
pitch_stiffness 400
pitch_damping 5
tip_mass 20
length 20
angle_constraint 7 }
}
0
·
Share on Facebook
Share on Twitter
Offline /
Send Message
EmAr
polycounter lvl 20
Jun 2014
Jiggle bones don't work in the importer preview. You need to load the test map and preview jiggle bones there.
0
·
Share on Facebook
Share on Twitter
Offline /
Send Message
Orgeston
Jun 2014
Okay, thank you!
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
$jigglebone "Jiggle1" {
is_flexible {
yaw_stiffness 5
yaw_damping 5
pitch_stiffness 400
pitch_damping 5
tip_mass 20
length 20
angle_constraint 7 }
}