Posts: 1,589
Threads: 62
Joined: Jan 2011
Reputation:
0
That's weird, i have never had that prob ever.
Posts: 26
Threads: 1
Joined: Jun 2011
Reputation:
0
Chakan's problem the same as the one I've reported some time ago. Not sure what causes it, but... Lots of slots can't be used for some reason.
Thankfully I didn't need them for my "dream roster".
Posts: 112
Threads: 42
Joined: Oct 2011
Reputation:
0
what renders format i need to replace selection pics in ROSTER editor?tm2 and mtp2 don't working
Posts: 691
Threads: 78
Joined: Jan 2012
Reputation:
0
Any plans regarding the "to do list" ?
EDIT : Oh sorry didn't see the comment , great news !
Posts: 1,099
Threads: 48
Joined: May 2011
Reputation:
0
Version 23 released 2013-01-26! Now import any PAC file!
Taken from the readme file:
######################################################################################################################################
To import any file to an archive PAC file your SVR2010 game from the external import functionality:
WARNING: Note that only the first entry matching file id will be updated if file id is present more than once in the PLIST[system].ARC
file. This also means that this is not bullet proof and will only work when the first occurance of file id is the correct one to
update in the PLIST[system].ARC file.
1. Start a cmd-prompt.
2. cd to/the/directory/svredit/is/installed/to
3. run:
import_any [any.pac] [file id] [archive] [system]
4. The any.pac file will be added into the archive.pac file and be referenced by the first entry of the given file id by the
PLIST[system].ARC-file that will be updated accordingly.
[any.pac] - The pac file to add into archive.pac
[file id] - The id in PLIST[system].ARC to update (the section of the archive file being replaced, section id to update offset and size for)
[archive] - The pac archive file to add to (just type the name of the file, leave out ".PAC" file ending, for example "MENU"/"_EVTOBJ")
[system] - PS2/PSP
Example of importing a new MBGI pac file into MENU.PAC (MENU.PAC has to be put in the correct svredit_files folder):
import_any C:\svredit_mods\MenuScreens\MBGI.PAC MBGI MENU PS2
######################################################################################################################################