SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
04-18-08, 04:49 PM | #571 |
Ocean Warrior
Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
Hi skwasjer,
First of all thanks again by S3D! I just should like to comments some issues about S3d that i noticed after one month of intense use of it. 1. The search function (for id on all files) don´t find any object id reference, what sometimes is crucial to the work. Seems that it only find main Ids/parent ids/3d models ids. So, this could be a simple useful addition to mod work. 2. The remap (clone function): it works well and in a enough way to clone things. It don´t "remap" object reference ids. It's understable that this could end in troubles sometimes...but frequently the objects are at the same file and after we use the remap function we will lose all it´s references. In the Water stream SH3 mod for example I use 54 objects references in the same .dat. I need to clone all this stuff for each different uboat...so this single absent feature (remap correctly the objects references that are in the same file) brings me a very huge manual work. This is only a example on how this could be very useful if implemented. If you can, open the 7c .dat from the Water stream mod and take a look on the more than 50 controllers and how each one refer (createobject) to an unique waterparticle that are at the botton of the same file and you will understand the amount of manual work that could be automatized by S3D. Hopes that this could help you in make the S3D yet better. Thanks in any advice! Rubini.
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
04-18-08, 05:12 PM | #572 |
The Old Man
Join Date: Apr 2007
Location: Netherlands
Posts: 1,547
Downloads: 26
Uploads: 3
|
Hi Rubini, correct, both the search and remap function don't look inside the controllers. The main reason was that it was too difficult at the time I implemented those features and there's some other things to consider (it may change id's that you don't want!). But I'll see what I can do in the future, the remap function most likely will get more parameters so you can pick and choose... I'm also considering a find/replace function which takes a bit more labor than remap, but at least you see what happens.
Thanks for the feedback
__________________
SH5 mods: Speech Recognition for SH5 | Digital UI Clock Tutorials: [TEC] Import/export 3D models to/from game using S3D [TEC] How to work with the model viewer in S3D - VIDEO |
04-18-08, 05:37 PM | #573 | |
Ocean Warrior
Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
Quote:
The search function is just innocent, you can add an option to search also for id references without any problem i guess About the remap, yes i cloned a lot since PACK3d! and i now exactly what you means. Just to reaffirm, my suggestion is focused in extend the remap function only for ids references that are on the same file, because this a safety action. Just this will adds a lot for remap function!
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
|
04-18-08, 06:53 PM | #574 |
The Old Man
Join Date: Apr 2007
Location: Netherlands
Posts: 1,547
Downloads: 26
Uploads: 3
|
Mostly obj-import fixes...
I still keep this a private (experimental) release only for subsim visitors, until I'm positive the import/export functionality is stable enough. Thanks for testing it. YOU are helping S3D getting better! Have fun! Version v0.8.1 - The download has been replaced by a newer version. Please follow my sig links. New
__________________
SH5 mods: Speech Recognition for SH5 | Digital UI Clock Tutorials: [TEC] Import/export 3D models to/from game using S3D [TEC] How to work with the model viewer in S3D - VIDEO Last edited by skwasjer; 04-22-08 at 05:29 PM. |
04-18-08, 10:04 PM | #575 |
Ocean Warrior
Join Date: May 2005
Location: São Paulo Brazil
Posts: 2,728
Downloads: 132
Uploads: 0
|
Downloading!
__________________
One gamer's must-have mod is another gamer's waste of time. -Sailor Steve |
04-18-08, 10:37 PM | #576 |
Eternal Patrol
Join Date: Oct 2007
Location: Alberta, Canada
Posts: 224
Downloads: 0
Uploads: 0
|
Quick question. Which lines in your editor apply to the sub and u-boat shells under the Shells.zon file? I just need to be sure.
|
04-18-08, 10:39 PM | #577 |
The Old Man
Join Date: Apr 2007
Location: Netherlands
Posts: 1,547
Downloads: 26
Uploads: 3
|
How's this for a new feature! Very useful to check if the uv data is imported correctly
__________________
SH5 mods: Speech Recognition for SH5 | Digital UI Clock Tutorials: [TEC] Import/export 3D models to/from game using S3D [TEC] How to work with the model viewer in S3D - VIDEO |
04-18-08, 11:14 PM | #578 |
Sea Lord
Join Date: Aug 2007
Location: Too far from the Pacific right now...
Posts: 1,634
Downloads: 0
Uploads: 0
|
That looks very much like the occlusion map base...
__________________
RFB / RSRDC Beta Tester RFB / RSRDC Modding Forum: http://forum.kickinbak.com/index.php RFB Top Post link: http://www.subsim.com/radioroom/showthread.php?t=125529 RFB Loadout: RFB_V1.52_102408: RFB_V1.52_Patch_111608: RSRDC_RFBv15_V396 |
04-18-08, 11:39 PM | #579 |
Eternal Patrol
Join Date: Oct 2007
Location: Alberta, Canada
Posts: 224
Downloads: 0
Uploads: 0
|
Hmmm. Guess it's back to Hex Workshop. No point in asking questions about this program.
|
04-19-08, 05:18 AM | #580 | |
Admiral
Join Date: Jan 2006
Location: Russia ®
Posts: 2,492
Downloads: 122
Uploads: 1
|
Quote:
Sorry ... My idea is very simple... After export of object and its import back into dat-file (without changes) i should get an original code ...
__________________
Alex ® Moses said: "Don't create yourself an idol"... Last edited by Anvart; 04-19-08 at 05:43 AM. |
|
04-19-08, 06:12 AM | #581 |
The Old Man
Join Date: Apr 2007
Location: Netherlands
Posts: 1,547
Downloads: 26
Uploads: 3
|
Anvart, it is not feasible to do so, and from a technical standpoint there's no reason why this should be done nor is there a benefit to gain.
Bottom line is there is no point in making sure the import function reorders the uv's exactly like the original. If the function is procedurally correct (aka. if the model renders correctly), then I don't care if the ordering is different (and in fact in some cases better!). The result is what matters. And another thing. I've done tests where I didn't optimize the export either (yes, the export is optimized as well). The result? Some 3D studio's strip all the unused data and reorder the tables as well. So I don't do anything crazy, see? I know what I have done, and why I have done it. Time for you to trust me. (this doesn't mean there could be bugs in the whole implementation, but that's a different thing)
__________________
SH5 mods: Speech Recognition for SH5 | Digital UI Clock Tutorials: [TEC] Import/export 3D models to/from game using S3D [TEC] How to work with the model viewer in S3D - VIDEO |
04-19-08, 06:58 AM | #582 |
Silent Hunter
Join Date: Feb 2008
Location: Milan Italy
Posts: 4,999
Downloads: 114
Uploads: 18
|
token again
hi (again..), I'm not gonna post a screenshot this time, it's the same I had yesterday with S3D 0.8.
I import a hull model in 3DS max, the Jyunsen B Hull, import the 627a sub hull, take the texture from the 627a, put it in the mat library (M in 3ds), unwrap the uvmaps, paste the texture to the Jyunsen B hull, delete the 627a, export the Jyunsen B to the obj format. Then open S3D, open my 9DX2.dat file, select the 3D model, right click, 3d model import, select the Jyunsen B hull in the 3DS export directory, and BAM! UNEXPECTED TOKEN ENCOUNTERED I posted my obj file and the 3DS file here : Hull_Jyunsen_B.rar http://hosted.filefront.com/keltos01/ |
04-19-08, 09:59 AM | #583 |
Grey Wolf
Join Date: Sep 2007
Posts: 921
Downloads: 75
Uploads: 0
|
Skwasjer, having been on the alpha team a beta tester a number of years ago for a commercial 3D program (Real3D), I have to say the work you're doing is incredible.
Considering all of the coding is being done by one person, the progress and results deserve nothing but respect for your hard work. You are doing one bang up job! Yeah- there are issues that need to be dealt with along the way, but that's because of the incredible complexity of what you're doing. Keep up the good work and know us modders appreciate everything you do. Thanks and thanks again!
__________________
"There are only two types of ships- submarines...... and targets" Unknown "you wouldn't catch me on a ship that deliberately sinks itself"- comment to me from a surface sailor. System: AMD 6300 3.5 GHz | 32GB DDR3 | SATA 300 320GB HD, SATA III 1TB HD, SATA III 1.TB HD | ASUS Sonar DS sound card NVIDIA 1660 Super OC | Windows 10 |
04-19-08, 10:08 AM | #584 | |
Grey Wolf
Join Date: Nov 2005
Location: Mar del Plata, Argentina
Posts: 871
Downloads: 0
Uploads: 0
|
Quote:
Ref |
|
04-19-08, 12:38 PM | #585 | |
Grey Wolf
Join Date: Sep 2007
Posts: 921
Downloads: 75
Uploads: 0
|
Quote:
__________________
"There are only two types of ships- submarines...... and targets" Unknown "you wouldn't catch me on a ship that deliberately sinks itself"- comment to me from a surface sailor. System: AMD 6300 3.5 GHz | 32GB DDR3 | SATA 300 320GB HD, SATA III 1TB HD, SATA III 1.TB HD | ASUS Sonar DS sound card NVIDIA 1660 Super OC | Windows 10 |
|
|
|