Posts: 144
|
Post by cracko128 on Feb 24, 2019 0:29:10 GMT 10
Fluffy it's been a lot of Years I make modding and especially since I used Mod manager witch is the most important tool but it's so cool to make modding that we end up full full full modding. There is possibillity to make sub category example in RE2 remake or other there is Leon Claire ADA Sherry Weapon object Enemy If it possible I think it would be really happiness for everyone .What do you think
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 24, 2019 2:46:31 GMT 10
Fluffy it's been a lot of Years I make modding and especially since I used Mod manager witch is the most important tool but it's so cool to make modding that we end up full full full modding. There is possibillity to make sub category example in RE2 remake or other there is Leon Claire ADA Sherry Weapon object Enemy If it possible I think it would be really happiness for everyone .What do you think You mean being able to categorize mods in the mod manager to make it easier to manage mods when you have dozens of them? That's something I've been wanting to implement. Hopefully I'll eventually get time, but so far I've been prioritizing fixing bugs (I think the mod manager is in a good state now) and working on modding tools (I'm working on a PAKtool right now).
|
|
Posts: 144
|
Post by cracko128 on Feb 24, 2019 3:54:28 GMT 10
Thanks to you I saw that we can use files .rar witch is already great.
Good continuation
|
|
Posts: 33
|
Post by doomcake on Feb 24, 2019 9:01:56 GMT 10
Everyone using the mod manager should upgrade to the latest version: www.fluffyquack.com/tools/modmanager.rarI found a rare bug where mods compressed using a specific version of RAR will result in the mod manager extracting directories from the RAR archive instead of files. It's rare, but I highly recommend downloading the latest version. If anyone ever encountered this problem, you might have to delete the "natives" directory where the game is installed (while no mods are installed). Thanks for the heads-up ,though i just downloaded the latest beta of winrar due to some new security flaw that was found when opening old ACE archives. They've blocked ACE archives from working in the latest winrar beta ,not very subtle but i suppose they had to .
|
|
Posts: 216
|
Post by SirShirley on Feb 24, 2019 15:35:15 GMT 10
FluffyQuack when I go to enable certain mods the mod manager tends to crash, right now I have all but one enabled and its just a simple re4 style retexture of leon's casual outfit. any ideas why it crashes? Update: Just by hovering over it it crashes the manager.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 24, 2019 18:45:58 GMT 10
FluffyQuack when I go to enable certain mods the mod manager tends to crash, right now I have all but one enabled and its just a simple re4 style retexture of leon's casual outfit. any ideas why it crashes? Update: Just by hovering over it it crashes the manager. Link me one of the mods which causes a crash.
|
|
|
Post by hifraser on Feb 25, 2019 1:58:16 GMT 10
TRAINER RELATED: I only tested this with HUNK on Leon's Scenario B, but character swapping from the Menu will cause crashes related to the hall with the first licker (or if lucky enough, up until the room with the Map of the 1st floor). Loading a save made during this swap seemingly fixes the issue but the first Magnum Parts case vanishes. The first boss which causes you to drop down a floor will not exactly work as you will float above him and he tries to (funny enough) get to you. Yeah this means the destroyed floor can be walked on.
I hope this can be fixed but I will understand if its not (or you have other priorities which require more attention.)
|
|
|
Post by braville16 on Feb 26, 2019 6:36:52 GMT 10
I help you for tutorial
|
|
|
Post by muslimcybergames on Feb 27, 2019 15:16:29 GMT 10
This tools can use to Inject Subtitle Text Mod...
|
|
I'm taking audio mod commissions. Please contact me on twitter.com/osuDJPop
Posts: 11
|
Post by DJPop on Feb 27, 2019 20:51:03 GMT 10
Can you add support for other archive formats? The performance's terrible with large mods. Right now your program needs to decompress the entire rar file just to read screenshot and modinfo. It's fine if it's slow when enable/disable mods, but program freezing every time mouse cursor is over mod name is annoying.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 27, 2019 21:39:11 GMT 10
Can you add support for other archive formats? The performance's terrible with large mods. Right now your program needs to decompress the entire rar file just to read screenshot and modinfo. It's fine if it's slow when enable/disable mods, but program freezing every time mouse cursor is over mod name is annoying. I don't think this depends on the archive format, but rather if the "solid archive" option is on or not. Solid archive means it will use the same compression dictionary for the archive as a whole, rather than per file. I'm pretty sure this is a common feature for archive formats. Are you compressing it with "solid archive" option on? If so, see how the performance is with the option off. The options defaults to off for me in WinRAR. I'll add a recommendation in the first post to always have that off when compressing mods. I'm not sure if there's anything I can do with the mod manager to make this even faster. I could look up benchmarking data for other archive formats to see if any of them are notably faster than RAR (I doubt any of them are much faster, to be honest, archive formats usually focus on compression efficiency rather than decompression speed). Maybe a caching system would be good so the hiccups only happen once per mod rather than repeatedly.
|
|
I'm taking audio mod commissions. Please contact me on twitter.com/osuDJPop
Posts: 11
|
Post by DJPop on Feb 28, 2019 4:09:36 GMT 10
I don't think this depends on the archive format, but rather if the "solid archive" option is on or not. Solid archive means it will use the same compression dictionary for the archive as a whole, rather than per file. I'm pretty sure this is a common feature for archive formats. Are you compressing it with "solid archive" option on? If so, see how the performance is with the option off. The options defaults to off for me in WinRAR. I'll add a recommendation in the first post to always have that off when compressing mods. I'm not sure if there's anything I can do with the mod manager to make this even faster. I could look up benchmarking data for other archive formats to see if any of them are notably faster than RAR (I doubt any of them are much faster, to be honest, archive formats usually focus on compression efficiency rather than decompression speed). Maybe a caching system would be good so the hiccups only happen once per mod rather than repeatedly. Sorry, ignore what I typed. It really was because the archive is solid. Several large mods I got are like that. Some of them aren't, but slow because the screenshot file is gigantic. Overall performance isn't really much an issue, just only when it has to decompress the entire file before getting a small file inside. Repack those archives with solid option disabled and now enerything's fine.
|
|
|
Post by xtatic324 on Feb 28, 2019 12:34:04 GMT 10
So I was using this mod manager earlier today. For whatever reason, when I click on it to run.. nothing shows up. The Icon stays in the bottom on the bar but nothing shows up on the screen at all. Just all of the sudden won't work. I also ran it as administrator too.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Feb 28, 2019 20:00:14 GMT 10
So I was using this mod manager earlier today. For whatever reason, when I click on it to run.. nothing shows up. The Icon stays in the bottom on the bar but nothing shows up on the screen at all. Just all of the sudden won't work. I also ran it as administrator too. My only idea is that its window might be offscreen (though I'm not sure how that would have happened). You could try deleting [modmanager]\Data\config.cfg and see if that fixes it.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 1, 2019 4:20:25 GMT 10
New WIP release: www.fluffyquack.com/WIP/modmanager.rar- Fixed rare crash if installed.ini has a size of 0 when installing a mod. - Fixed handling of mods with the characters "[]" in their path.
|
|