Forums | Chat | News | Contact Us | Register | PSU Social |
PSU: Down with Google-related brain-damage!
Forums | Chat | News | Contact Us | Register | PSU Social |
Home | Forum | Chat | Wiki | Social | AGN | PS2 Stats |
|
|
|
Thread Tools | Search this Thread | Display Modes |
2012-11-27, 03:38 AM | [Ignore Me] #1 | ||
Private
|
Hello,
My name is Colin Basett and I have created a simple-to-use GUI tool to browse and extract Planetside 2's asset files that I have called ps2ls (get it? ) Usage
From here you can search individual pack files for files names, extract selected files or extract all loaded pack files to a directory of your choice. It is a very simple tool at the moment, but I plan to expand its functionality to include viewing and extracting terrain, models, particle effects and more in the future. I'm looking for other enthusiastic and experienced programmers to help with this project as well. Please don't hesitate to drop me a line if this is something you would like to work on! Enjoy! Source Code http://code.google.com/p/ps2ls/ Download http://code.google.com/p/ps2ls/downloads/list Last edited by Gelnika; 2012-12-03 at 01:12 AM. |
||
|
2012-11-27, 05:39 AM | [Ignore Me] #5 | |||
Private
|
It is not against the EULA.
This is not a third-party app, and you will not get banned for using this tool. It's simply a file extractor that operates outside of the game and can in no way interact with the game at all. Last edited by Gelnika; 2012-11-27 at 05:52 AM. |
|||
|
2012-11-27, 08:39 AM | [Ignore Me] #8 | ||
Master Sergeant
|
As long as your exporting out of the PS2 files and not trying to import into them I don't see any problems as you are not affecting the game in any way.
Probably a lot of cool tools, artwork etc... could come out of it. |
||
|
2012-11-27, 10:03 AM | [Ignore Me] #10 | ||
PSU Admin
|
Yea you aren't going to get banned for this unless you start modifying your game files. This is a pure extractor. RoyAwesome from Reddit created one in beta as well.
It's also where we got most of the armor/weapon icons on the wiki. HOWEVER, the API will contain all of the weapon icons as well. |
||
|
2012-11-27, 01:01 PM | [Ignore Me] #11 | ||
Private
|
http://ps2maps.com uses a similar tool for map tile extraction.
|
||
|
2012-11-27, 03:44 PM | [Ignore Me] #12 | |||
Private
|
It's likely that the game wouldn't allow you to log in if it detected your files were out of of sync with the server. If you somehow managed to get past the log-in phase there's probably periodic consistency checks that would kick or ban you if they deviated from the server. I don't have any plans to allow you to repackage or modify the pack files as I don't want to be the one to blame when people get the ban hammer. :P |
|||
|
2012-11-27, 04:03 PM | [Ignore Me] #13 | ||
PSU Code Monkey
|
Nice Gelnika, you might collaborate with Roy Awesome. I have been using his to extract data for the wiki.
https://github.com/RoyAwesome/Planetside2Tools |
||
|
2012-11-28, 04:43 PM | [Ignore Me] #15 | ||
Private
|
I have a goody to share. Humble beginnings, but I've managed to get a good start last night on deciphering the model formats. I selected a random model and started poking around into it. I've found vertex data, index data and texture coordinate data for individual meshes. I read this data in a Python script and exported it to a PLY file just to see if I was on the right track, and I was pleasantly surprised.
I've run into a slight snag at the moment, but here is what I managed to get out of the file last night. It's the trunk of a tree from Esamir. It's missing its leaves because there are two separate 'meshes' and I was only reading in one of them for this particular test. As soon as I can accurately read in at least one type of the mesh files (there's about 4 similar model file types) , I will add a model viewer into ps2ls. |
||
|
|
Bookmarks |
Tags |
ps2ls ps2 tools |
|
|