Backup216 Posted October 11, 2018 Posted October 11, 2018 3 hours ago, pozzum said: Which files would you want to edit.. Only a few could be made into text files. http://prntscr.com/l51lq1 http://prntscr.com/l51lsm Don't confuse about .dat i decompressed them with PAC editor and they became .dat
pozzum Posted October 11, 2018 Author Posted October 11, 2018 5 minutes ago, Qnoops said: http://prntscr.com/l51lq1 http://prntscr.com/l51lsm Don't confuse about .dat i decompressed them with PAC editor and they became .dat those files have a small possibility to be changed to a csv file. A text file won't work because they have number references that have to stick to it.
Backup216 Posted October 11, 2018 Posted October 11, 2018 1 hour ago, pozzum said: those files have a small possibility to be changed to a csv file. A text file won't work because they have number references that have to stick to it. Why small possibility? Because of file structure?
pozzum Posted October 12, 2018 Author Posted October 12, 2018 1 hour ago, Qnoops said: Why small possibility? Because of file structure? As in it is possible if I have the time to get around to it.
pozzum Posted October 15, 2018 Author Posted October 15, 2018 New update released includes SHDC injection, String Editing, Arena Misc Editing, and Costume File Editing. Please let me know if you guys run into any issues.
birxo Posted October 15, 2018 Posted October 15, 2018 hey pozzum how can i inject file with wrestleminus 1.5.0.0
pozzum Posted October 16, 2018 Author Posted October 16, 2018 15 hours ago, birxo said: hey pozzum how can i inject file with wrestleminus 1.5.0.0 Right click on the file you want to inject over.
birxo Posted October 16, 2018 Posted October 16, 2018 ITS SAYS "ITS NOT YET SUPPORTED" IM TRYING TO IMPORT .OODL FILE IN WWE 2K19 (I'M IMPORTING PHOTO/FACE IN 2K19)
brienj Posted October 16, 2018 Posted October 16, 2018 Hey, great job on all your apps. Been gone awhile, and lurking for a bit, but since you had this open source, I submitted a pull request for an issue I was having with the temp images not showing up in the app. Hopefully you accept the changes, they're pretty minor. I'm not the greatest with VB, I have a little more experience with C# for .NET apps, but I didn't break anything at least, and I don't know if anyone else was having the issue I was having, but it should fix it for anyone that was having the problem I was having. BTW, I've been trying to salvage any old code I had, and hopefully I can find some way to help everybody, although it looks like every developer has everything under control. But if you or any other developer ever needs anything, let me know. 2
pozzum Posted October 17, 2018 Author Posted October 17, 2018 12 hours ago, brienj said: Hey, great job on all your apps. Been gone awhile, and lurking for a bit, but since you had this open source, I submitted a pull request for an issue I was having with the temp images not showing up in the app. Hopefully you accept the changes, they're pretty minor. I'm not the greatest with VB, I have a little more experience with C# for .NET apps, but I didn't break anything at least, and I don't know if anyone else was having the issue I was having, but it should fix it for anyone that was having the problem I was having. BTW, I've been trying to salvage any old code I had, and hopefully I can find some way to help everybody, although it looks like every developer has everything under control. But if you or any other developer ever needs anything, let me know. I wanted to have a way to had bpe compression and decompression natively in the tool. I tried converting the old C code to vb but had difficulty with it. I do plan to come back to it at some point, that's why it currently needs unrrbpe.
brienj Posted October 17, 2018 Posted October 17, 2018 12 minutes ago, pozzum said: I wanted to have a way to had bpe compression and decompression natively in the tool. I tried converting the old C code to vb but had difficulty with it. I do plan to come back to it at some point, that's why it currently needs unrrbpe. You can use my bpe dll file, which I compiled from C++ code. If you don't know how to call the functions in it, here is a guide for VB - https://msdn.microsoft.com/en-us/library/dt232c9t.aspx?f=255&MSPPError=-2147217396 and it's easy to see what the functions are from my source code. I've never used my dll in a VB app, but I know it works in C# apps, and I think the only limitation of VB is that it needs to maybe be a 32-bit dll, which mine is. I released the source code for the dll before, but I'll go ahead and post the source code on GitHub tomorrow as well, or maybe tonight if I get the time. I'll upload the compiled dll here too, probably when I post the source code. I made calling it very simple, and I know you probably don't want any extra files, but using the dll file is way better than having to use an external program.
pozzum Posted October 17, 2018 Author Posted October 17, 2018 2 minutes ago, brienj said: You can use my bpe dll file, which I compiled from C++ code. If you don't know how to call the functions in it, here is a guide for VB - https://msdn.microsoft.com/en-us/library/dt232c9t.aspx?f=255&MSPPError=-2147217396 and it's easy to see what the functions are from my source code. I've never used my dll in a VB app, but I know it works in C# apps, and I think the only limitation of VB is that it needs to maybe be a 32-bit dll, which mine is. I released the source code for the dll before, but I'll go ahead and post the source code on GitHub tomorrow as well, or maybe tonight if I get the time. I'll upload the compiled dll here too, probably when I post the source code. I made calling it very simple, and I know you probably don't want any extra files, but using the dll file is way better than having to use an external program. Alright, I might of had invoke errors when I was using it before. I will give it another shot because it's been a few weeks since I've messed with any of the options.
brienj Posted October 17, 2018 Posted October 17, 2018 (edited) 26 minutes ago, pozzum said: Alright, I might of had invoke errors when I was using it before. I will give it another shot because it's been a few weeks since I've messed with any of the options. Ok, well, I've uploaded the source to GitHub, you can fork it or download or whatever, and you can see the functions to call in the source code. If you want me to, I can try to add it for you, but like I said before, I'm not the greatest with VB, but I guess I can make do. HAHA You should be able to compile it easy enough from what I uploaded, and then you can debug with it to figure out any problems you might be having. https://github.com/xhp-creations/YukesBPE Edited October 17, 2018 by brienj
Backup216 Posted October 17, 2018 Posted October 17, 2018 I can't uncompress the .oodl font files. Isn't it supported yet? It's says supported but i can't manage to extract .oodl files.
birxo Posted October 17, 2018 Posted October 17, 2018 when you get the solution for injecting files in 2k19 please also upload a tutorial as you can please, @pozzum
pozzum Posted October 17, 2018 Author Posted October 17, 2018 12 hours ago, brienj said: Ok, well, I've uploaded the source to GitHub, you can fork it or download or whatever, and you can see the functions to call in the source code. If you want me to, I can try to add it for you, but like I said before, I'm not the greatest with VB, but I guess I can make do. HAHA You should be able to compile it easy enough from what I uploaded, and then you can debug with it to figure out any problems you might be having. https://github.com/xhp-creations/YukesBPE Awesome thanks that'll be great for debugging it. I'll probably incorprate it this weekend. 11 hours ago, Qnoops said: I can't uncompress the .oodl font files. Isn't it supported yet? It's says supported but i can't manage to extract .oodl files. You need the oocore file that comes with 2k19 I do not have rights to distribute that file. Also you need a 64 bit os. 4 hours ago, birxo said: when you get the solution for injecting files in 2k19 please also upload a tutorial as you can please, @pozzum I do not currently have any compressed injection options yet. It will take a fair amount of time as I'm first focusing on items that do not have any tools to edit them and they Ussually do not need compression. It will be a few weeks. 1
Backup216 Posted October 18, 2018 Posted October 18, 2018 @pozzum Can i learn the name of that file? I own the game on Steam. And do i need to put that file on WrestleMINUS directory?
pozzum Posted October 18, 2018 Author Posted October 18, 2018 Just now, Qnoops said: @pozzum Can i learn the name of that file? I own the game on Steam. And do i need to put that file on WrestleMINUS directory? iff you point the program it should find it. the options menu should say the oodl file is loaded.
Backup216 Posted October 18, 2018 Posted October 18, 2018 (edited) @pozzum I'm getting this error when i started the program. http://prntscr.com/l7cdie This is the file directory http://prntscr.com/l7cdmf Windows 10 64 bit. Edited June 16, 2019 by Backup216
pozzum Posted October 18, 2018 Author Posted October 18, 2018 2 minutes ago, Qnoops said: @pozzum I'm getting this error when i started the program. http://prntscr.com/l7cdie This is the file directory http://prntscr.com/l7cdmf Windows 10 64 bit sounds like you moved your wwe 2k19 file location?
Backup216 Posted October 18, 2018 Posted October 18, 2018 (edited) On 10/18/2018 at 4:35 AM, pozzum said: sounds like you moved your wwe 2k19 file location? http://prntscr.com/l7ceh3 It's on the same location with same name. (WWE2K19) folder name. EDIT: Okey i changed the folder's name WWE2K19 >> 111WWE2K19 >> WWE2K19 again now it's reading, thanks @pozzum http://prntscr.com/l7cg38 I'm trying to double click but still can't open the file, nothing appearing. There is nothing in the directory folder either. Edited June 16, 2019 by Backup216
pozzum Posted October 18, 2018 Author Posted October 18, 2018 16 hours ago, Qnoops said: http://prntscr.com/l7ceh3 It's on the same location with same name. (WWE2K19) folder name. EDIT: Okey i changed the folder's name WWE2K19 >> 111WWE2K19 >> WWE2K19 again now it's reading, thanks @pozzum http://prntscr.com/l7cg38 I'm trying to double click but still can't open the file, nothing appearing. There is nothing in the directory folder either. Looks you've gotten to the base bin files you would have to open the file in text view for me to be able to give you any information past that.
Backup216 Posted October 19, 2018 Posted October 19, 2018 @pozzum http://prntscr.com/l7sgs0http://prntscr.com/l7sgqc Are these enough? I want to edit game's font files to make it support some UTF-8 characters like Ğ ğ ı İ ş Ş
Broskinator97 Posted October 19, 2018 Posted October 19, 2018 @pozzum how can I edit the super string file with this tool? Because I'd like to have an italian version of the super string but I can't figure out how to do that
pozzum Posted October 19, 2018 Author Posted October 19, 2018 11 hours ago, Qnoops said: @pozzum http://prntscr.com/l7sgs0http://prntscr.com/l7sgqc Are these enough? I want to edit game's font files to make it support some UTF-8 characters like Ğ ğ ı İ ş Ş Yeah that is the base file that wresltminus can read. If you are able to break down the file further I can add further support down the line. 1 hour ago, Broskinator97 said: @pozzum how can I edit the super string file with this tool? Because I'd like to have an italian version of the super string but I can't figure out how to do that This unfortunately does not add strings function yet. I will be adding additional language updates along with the twitter handles @AznBlusuazn added this weekend for an updated file.
Recommended Posts