|
Post by Warhammer_81 on Feb 24, 2021 17:37:34 GMT
Thank you for sharing that!
|
|
|
Post by Rancor022 on Feb 24, 2021 19:26:28 GMT
Awesome, thanks!
|
|
|
Post by Rancor022 on Feb 24, 2021 21:13:49 GMT
Anyone know how to convert those .mesh or .mesh.ascii files? Noesis won't even work.
|
|
|
Post by stargate38 on Feb 24, 2021 21:49:17 GMT
|
|
|
Post by Rancor022 on Feb 25, 2021 0:25:33 GMT
I heard about that script via Google search but I wasn't able to find a download for it. Thanks!
|
|
roel
New Member Lvl 2
Posts: 10
|
Post by roel on Mar 4, 2021 13:03:06 GMT
|
|
|
Post by kparsw94 on Mar 18, 2021 1:16:41 GMT
|
|
|
Post by Warhammer_81 on Mar 18, 2021 22:49:16 GMT
|
|
|
Post by kparsw94 on Mar 20, 2021 15:18:25 GMT
Sorry, not too familiar with how to download them as obj or stl files. Is it possible? I was hoping to work on them and print some out. Thanks for the link on the species btw!
|
|
|
Post by Warhammer_81 on Mar 20, 2021 21:10:39 GMT
How to get SWTOR models from Jedipedia.net without using Ninja Ripper: fmt_SWTOR_Jedipedia_gr2.py (1.67 KB) To start you will need a few things: 1. Noesis2. Install the "fmt_SWTOR_Jedipedia_gr2.py" into Noesis (Thanks goes to Acewell for this!). 3. An internet browser like Firefox or Chrome that will allow you to use a "Developer Console". 4. Know how to find models on Jedipedia.net. With that out of the way we can begin! 1. Find a model you want on Jedipedia.net for this example I'll use this model: ( swtor.jedipedia.net/en/npc/invisible-generator-4) BUT DON'T LOAD/VIEW THE 3D MODEL YET! 2. In your browser bring up the "Web Developer/Network" console. Using Firefox (Ctrl+Shift+Q). Using Chrome (Ctrl+Shift+I) brings up the developer console but you'll need to switch to the "Network" tab and click on the "All" tab. 3. On Jedipedi.net inside the "3D model" window click on the "Click to load 3D" button. 4. You will see a bunch of files being loaded under the "Network" view of the "Developer Console". 5. For the example model above you'll see: bmf_fleshraider_a01.gr2 bmf_fleshraider_a01_v01_d.png bmf_fleshraider_a01_v01_n.png bmf_fleshraider_a01_v01_s.png black.png 6. The .gr2 is the model while the other files are the textures. 7. Now right-click on any of the listed files. In Firefox select "Copy URL" and in Chrome select "Copy link address". Open a new browser tab and paste the copied link into the address bar to start downloading the file. Choose a single folder to download all the files into. You can also use any external downloader app or browser extension to capture URL links and download the files for you. 8. Once you have all the files downloaded you can start up Noesis and import/export the models to whatever format you prefer from there!
|
|
|
Post by kparsw94 on Mar 20, 2021 22:20:59 GMT
Thanks, I appreciate it but I am not tech-savvy at all lol so I doubt I could do this but I definitely appreciate the info and will try it out sometime. If you or anyone is interested in Jabba's Palace stuff you should check out my IG accounts theamiablearcona and thegamorreanoink83, I have a lot of of 3D printed characters like Cane Adiss, Loje Nella and just designed some Jabba's Palace critters to print. Anyway thanks again for the info! I've been looking for models to print out.
|
|
roel
New Member Lvl 2
Posts: 10
|
Post by roel on Mar 21, 2021 9:29:33 GMT
How to get SWTOR models from Jedipedia.net without using Ninja Ripper: [snip] Thanks for the explanation, I'm sure lots of people will appreciate it Getting the files isn't an issue here, getting them into blender is another matter. I have tried both the add ons you mention above (and several older ones I found online), but none work. These two in particular throw error's I don't understand. First add-on: Python: Traceback (most recent call last): File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_import_swtor/__init__.py", line 52, in execute return import_gr2.load(self, context, self.filepath) File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_import_swtor/import_gr2.py", line 399, in load main_loader.parse() File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_import_swtor/import_gr2.py", line 314, in parse GR2Mesh(fp, self.offset_mesh_header + i * 0x28)) File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_import_swtor/import_gr2.py", line 95, in __init__ self.offset_name = read_u32(r) File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_import_swtor/utils.py", line 48, in read_u32 return unpack(b'<I', read(4))[0] struct.error: unpack requires a buffer of 4 bytes
location: <unknown location>:-1
Second add-on: Python: Traceback (most recent call last): File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_scene_gr2/__init__.py", line 41, in execute return import_gr2.load(self, context, self.filepath) File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_scene_gr2/import_gr2.py", line 375, in load mainLoader.build(operator.import_collision) File "/Users/000/Library/Application Support/Blender/2.92/scripts/addons/io_scene_gr2/import_gr2.py", line 296, in build for material in self.materials: AttributeError: 'GR2Loader' object has no attribute 'materials'
location: <unknown location>:-1 I am running MacOS, not sure if that could be an issue for Blender add ons. But since one of the older ones required me to input a path to an .exe file in the add-on settings, I'm guessing a windows/mac issue could very well be the problem. Any thoughts? (and "get a pc" is definitely not a helpful "solution", people).
|
|
|
Post by Warhammer_81 on Mar 21, 2021 20:55:35 GMT
How to get SWTOR models from Jedipedia.net without using Ninja Ripper: [snip] Thanks for the explanation, I'm sure lots of people will appreciate it Getting the files isn't an issue here, getting them into blender is another matter. I have tried both the add ons you mention above (and several older ones I found online), but none work. These two in particular throw error's I don't understand. I am running MacOS, not sure if that could be an issue for Blender add ons. But since one of the older ones required me to input a path to an .exe file in the add-on settings, I'm guessing a windows/mac issue could very well be the problem. Any thoughts? (and "get a pc" is definitely not a helpful "solution", people). The problem is Jedipedia.net .gr2 model files are a bit different from the type of .gr2 files found in the SWTOR game itself rendering the Blender scripts useless as they can't read them properly. I've updated my tutorial above to reflect this. I don't think you can run Noesis natively under MacOS without using a Virtual Machine.
|
|
roel
New Member Lvl 2
Posts: 10
|
Post by roel on Mar 23, 2021 9:26:41 GMT
The problem is Jedipedia.net .gr2 model files are a bit different from the type of .gr2 files found in the SWTOR game itself rendering the Blender scripts useless as they can't read them properly. I've updated my tutorial above to reflect this. I don't think you can run Noesis natively under MacOS without using a Virtual Machine. Again, thanks for the explanation I've been messing around in a VM with Noesis and most of the files can be converted, but there are a few that throw errors in Noesis, is that a common thing, or am I missing something somewhere? With the Twi'lek Dancer mentioned above for all versions of it the 'boot_dancer01_bfn_archetype.gr2' 'hand_dancer01_bfn_archetype.gr2' and 'waist_dancer01_bfn_archetype.gr2' files won't work. They do show up in the 3D view on the site, though.
|
|
|
Post by Warhammer_81 on Mar 23, 2021 9:51:20 GMT
The problem is Jedipedia.net .gr2 model files are a bit different from the type of .gr2 files found in the SWTOR game itself rendering the Blender scripts useless as they can't read them properly. I've updated my tutorial above to reflect this. I don't think you can run Noesis natively under MacOS without using a Virtual Machine. Again, thanks for the explanation I've been messing around in a VM with Noesis and most of the files can be converted, but there are a few that throw errors in Noesis, is that a common thing, or am I missing something somewhere? With the Twi'lek Dancer mentioned above for all versions of it the 'boot_dancer01_bfn_archetype.gr2' 'hand_dancer01_bfn_archetype.gr2' and 'waist_dancer01_bfn_archetype.gr2' files won't work. They do show up in the 3D view on the site, though. I get the same errors from Noesis with certain types of .gr2 files from Jedipedi.net so the problem is not unique to you. It's a problem with the script and it needs fixed by Acewell. If we provide him with the files that are causing the script errors he may be able to update the script and get it to work properly.
|
|
|
Post by Acewell on Apr 11, 2021 1:09:14 GMT
I get the same errors from Noesis with certain types of .gr2 files from Jedipedi.net so the problem is not unique to you. It's a problem with the script and it needs fixed by Acewell . If we provide him with the files that are causing the script errors he may be able to update the script and get it to work properly. yeah i looked at a few of samples that error and the header length changes sometimes and i have not been able to pinpoint the pattern yet. you will have to get those from the SWTOR game files and use the other
Noesis script for the game gr2 files.
|
|
|
Post by goosekgb on Apr 22, 2021 16:05:04 GMT
Does anyone have a model of the Sith acolyte? I don’t mean the imperial acolyte.
|
|
|
Post by Warhammer_81 on Apr 22, 2021 23:28:35 GMT
|
|
|
Post by goosekgb on Apr 27, 2021 16:46:38 GMT
the ones that I want are the level 75 ranged acolyte, the standard vengeance juggernaut and the level 55 bulwark
|
|
canewi
New Member Lvl 1
Posts: 1
|
Post by canewi on Apr 28, 2021 13:30:14 GMT
Hello guys! I'm looking for Havoc Trooper Armor model with textures from SWTOR. I've checked face punch forums but all links are dead ;( Can someone help me? Here image of trooper armor
|
|
|
Post by xemnoth on Jul 8, 2021 20:36:11 GMT
Could someone get some models for me? These are the models that I want.
The carbonate stack, the forge tool cabinet, the casting press, the forge bartering table, and quenching barrel
if someone can these models and textures to me I would really appreciate it
|
|
arioch
New Member Lvl 2
Posts: 17
|
Post by arioch on Jul 20, 2021 11:59:20 GMT
hi! does anyone happen to have any of the speederbikes, landspeeders or other smaller vehicles?
|
|
|
Post by abeja on Jul 25, 2021 6:37:18 GMT
Anyone know how to view the 3D models of the ships in the jedipedia?
|
|
|
Post by Warhammer_81 on Aug 1, 2021 7:06:23 GMT
hi! does anyone happen to have any of the speederbikes, landspeeders or other smaller vehicles? The only one I ever bothered to rip: Vectron TM-22 Volo:
|
|
|
Post by Warhammer_81 on Aug 1, 2021 7:08:31 GMT
Anyone know how to view the 3D models of the ships in the jedipedia? Jedipedia doesn't have the full ship models unfortunately, they only have the "Toy" models of the ships.
|
|
arioch
New Member Lvl 2
Posts: 17
|
Post by arioch on Aug 1, 2021 23:10:59 GMT
hi! does anyone happen to have any of the speederbikes, landspeeders or other smaller vehicles? The only one I ever bothered to rip: Vectron TM-22 Volo: thanks! its a great start!
|
|
|
Post by benbaer on Aug 13, 2021 11:39:01 GMT
Hi folks i wonder if you can help me out? has someone a folder or a link with all the shuttles Walkers and ships of SwTOR
thanks in advance ben
|
|
squirk
New Member Lvl 1
Posts: 2
|
Post by squirk on Aug 17, 2021 23:08:11 GMT
Not sure if anyone can help me out with this one: my son can clean it up in Blender; I just need to get the file out of the game and to him.
Please and thank you!
|
|
|
Post by Warhammer_81 on Aug 18, 2021 0:02:15 GMT
|
|
squirk
New Member Lvl 1
Posts: 2
|
Post by squirk on Aug 18, 2021 10:11:51 GMT
Thank you very much! I don't think I have ever heard of this being referred to as a "transport pilot helmet." But that would explain why I could not find the model searching for Imperial Covert Pilot. Much appreciated!
|
|