|
 |
« Reply #165 on: June 23, 2014, 07:53:19 PM » |
|
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #166 on: June 23, 2014, 08:14:15 PM » |
|
Awesome work mate, this alone will make creating new SSE levels immensely easier. Since many objects in the level.pac/BLOC archive designate the fileindex of the collision definition to use, as well as what model index to use.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #167 on: June 23, 2014, 08:43:57 PM » |
|
I've been able to add collisions to the model viewer now (read-only), so you can see them along with the models - or not (you can turn them off with a button next to Polygons and Bones.) If you're playing an animation on a model that collisions are tied to, the collisions should move along with it. I also have a feature working where it can detect when the selected bone is within 5 units of a floor collision (this is for placing spawn points.) I suppose the thing on the end of the bone should change color, but I'll have to see what looks the best. Any suggestions? Right now I change the blue circle to cyan when you're close enough. (5 units seems to be the threshold for a spawn point to appear on the floor, and not under or above it.)
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #168 on: June 23, 2014, 10:12:48 PM » |
|
^ lol I'll probably also make a button to zoom the camera to a specific bone and/or model. Would make navigating quite a bit more convenient. For example in large SSE stages you could select a bone or model from waayyy farther in the level and hit the zoom extents button to zoom the camera to it's position 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #169 on: June 23, 2014, 10:13:15 PM » |
|
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #170 on: June 24, 2014, 04:04:53 AM » |
|
I've been able to add collisions to the model viewer now (read-only), so you can see them along with the models - or not (you can turn them off with a button next to Polygons and Bones.) If you're playing an animation on a model that collisions are tied to, the collisions should move along with it. I also have a feature working where it can detect when the selected bone is within 5 units of a floor collision (this is for placing spawn points.) I suppose the thing on the end of the bone should change color, but I'll have to see what looks the best. Any suggestions? Right now I change the blue circle to cyan when you're close enough. (5 units seems to be the threshold for a spawn point to appear on the floor, and not under or above it.)  Can I test this out?
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #171 on: June 24, 2014, 09:28:14 AM » |
|
yay! collision attachment in preview 8D so good!
|
|
|
Logged
|
Stupid Tinypic :C
|
|
|
|
|
 |
« Reply #172 on: June 24, 2014, 04:52:40 PM » |
|
Not sure if it's been reported yet, but some tables seem to be a bit messed up. 
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #173 on: June 24, 2014, 06:16:33 PM » |
|
Not sure if it's been reported yet, but some tables seem to be a bit messed up.  Nice catch. I'll try to fix that.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #174 on: June 24, 2014, 06:19:22 PM » |
|
noticed that too.. but thought it was just a small change.. still looking forward to the next BB tho... c:
edit: i just noticed between importing between 71 and 73... with 71, importing with cullmode as inside, it imports fine, in 73, importing it the same makes the normals inverted..
|
|
« Last Edit: June 25, 2014, 05:46:32 PM by D 3 /\/\ 0 |\| »
|
Logged
|
|
|
|
|
|
 |
« Reply #175 on: June 25, 2014, 06:59:43 PM » |
|
edit: i just noticed between importing between 71 and 73... with 71, importing with cullmode as inside, it imports fine, in 73, importing it the same makes the normals inverted..
Huh. Not sure what would have changed between then and now. Unfortunately, I don't know much about model importing, so I might not be able to fix it. I did fix the thing Mewtwo2000 posted a pic of. It must have something to do with the Visual Studio designer and my high-DPI laptop -- I just reverted the MainForm.Designer.cs to an earlier version and re-did my changes manually  Also, TheShyGuy sent me the source code of his changes to the interpolation editor, and those are now integrated into my GitHub repo. So they'll be in the next release too! (I found a really slick way to import the changes: - Make a new Git branch, based on the commit I made way back when I imported BlackJax's 0.71
- Copy TheShyGuy's code into the working directory
- Make a commit to the new branch
- Switch back to the master branch and merge the newly created one into it)
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #176 on: June 26, 2014, 02:46:12 AM » |
|
mmm really? dang :c also.. i also noticed that in the importing options, in the color nodes settings, u cant change UseOneNode to False otherwise it'll throw an Property Value is not valid. Object of type 'BrawlLib.Imaging.RGBAPixel' cannot be converted to type 'System.Boolean'.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #177 on: June 26, 2014, 11:58:44 AM » |
|
also.. i also noticed that in the importing options, in the color nodes settings, u cant change UseOneNode to False otherwise it'll throw an Property Value is not valid.
That I think I can fix.
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #178 on: June 27, 2014, 01:32:55 PM » |
|
libertyernie I know I've asked you this but do you think you can add the colors option in the model viewer so that we can view the color nodes?
|
|
|
Logged
|
|
|
|
|
|
 |
« Reply #179 on: June 27, 2014, 04:44:51 PM » |
|
libertyernie I know I've asked you this but do you think you can add the colors option in the model viewer so that we can view the color nodes?
as what i said in the past to u when BJ was doing it... to have those show up, u have to code in shaders and the such into the model viewer, and thats gonna take a looong time to code and get it working properly.
|
|
|
Logged
|
|
|
|
|
|