Check out Ben's Top Ten for the latest SC4D statistics, rankings, and more!
0 Members and 5 Guests are viewing this topic.
I am curious to know wether or not the new NAM will resolve this issue:
The plan is for the next release to contain at least all five L0-L4 90 deg MIS FLEXFly/Curves. The models are mostly done, the L0 RULs just need a little more work before I can port them to the other four heights, and they will be as stable and complete as the rest of P57.
That will be incredibly useful. Will it be possible to have a higher flex-fly crossing over a lower one? or is that unstable/impossible?
Quote from: epicblunder on July 09, 2012, 03:28:56 PMThat will be incredibly useful. Will it be possible to have a higher flex-fly crossing over a lower one? or is that unstable/impossible?I asked the same exact thing long before I got involved with the NAM Team... Turns out, you just need even more complex RUL-2 code... But how do we organise it, let alone execute it?
To answer your questions:1. In both the S3D format native to SC4 and the 3DS format that we use as a go-between, the models are stored as meshes. Even if you were to convert the models into NURBS, you'd have to turn them back into meshes to get them into the game.
2. The textures are not exported as part of the model, only the vertices and triangles are. In order to get the textures to show up in any modelling program, you'll have to extract them and save them in a readable format (such as PNG).
3. The RHW-4 curve actually comes in two flavors, a shorter inner curve and a longer outer curve. The full preview model for the shorter curve should be at 0x5E14D005 (or at least near there) and the longer at 0x5E14C005. Also keep in mind that you'll have to split the full model into the 16mx16m chunks that SC4 expects in order to get it into the game. (Unless you use some funky advanced modding techniques).
Quote from: GDO29Anagram on July 09, 2012, 03:31:54 PMQuote from: epicblunder on July 09, 2012, 03:28:56 PMThat will be incredibly useful. Will it be possible to have a higher flex-fly crossing over a lower one? or is that unstable/impossible?I asked the same exact thing long before I got involved with the NAM Team... Turns out, you just need even more complex RUL-2 code... But how do we organise it, let alone execute it?I've organized it in my head. Execution remains a small sticking point, but I think it can be done. In the meantime, I've got another P57 sub-project going. FLEXFly over FLEXFly may or may not be in NAM 31, it depends on how much other work I can get done and how quickly.
Let me guess: You had a curiosity with the 6S diagonal.