Search found 571 matches

by Mgamerz
Wed Feb 03, 2016 9:41 pm
Forum: Mass Effect 3 Private Server Emulator
Topic: Extending number of players
Replies: 18
Views: 16104

Re: Extending number of players

Ive been looking through a lot of PCC files, and have a pretty comprehensive text file dump of everything (enums, scripts, names, exports, names, properties) if you're interested. Most of what I have found is an in game limit of 4 (in 3 places) but it seems that origin is still marking my lobby as f...
by Mgamerz
Wed Feb 03, 2016 6:55 am
Forum: Mass Effect 3
Topic: Mass Effect 3 SP Controller Support
Replies: 359
Views: 299945

Re: Mass Effect 3 SP Controller Support

It's weird, because my galaxy map has audio... Can you send me your save career? It's in documents/BioWare/mass effect 3/save, I think. Need the entire folder.
by Mgamerz
Wed Feb 03, 2016 1:33 am
Forum: Mass Effect 3 Private Server Emulator
Topic: Extending number of players
Replies: 18
Views: 16104

Extending number of players

I've been looking into this for some time, and since you've done quite a bit of work on the blaze side of things I'm wondering if you know anything about the openness of a lobby (from the matchmaking bot perspective) in terms of the number of players. I beleive I can raise the number of players (UI ...
by Mgamerz
Mon Feb 01, 2016 8:48 pm
Forum: Mass Effect 3
Topic: Mass Effect 3 SP Controller Support
Replies: 359
Views: 299945

Re: Mass Effect 3 SP Controller Support

I don't do texture mods, so I don't know much about them. From what I understand the DLC files are scanned and injected with new references to an updated texture. I don't know how reliable or robust this scan is, but it might be able to work with new textures if you install this mod first, and then ...
by Mgamerz
Sun Jan 31, 2016 7:30 pm
Forum: Mass Effect 3
Topic: Mass Effect 3 MP Controller Support
Replies: 45
Views: 61213

Re: Mass Effect 3 MP Controller Support

I've been looking into fixing the Talon's completely ruined keybinds with the mod, and I haven't found any luck. The standard way of fixing it for keyboards assumes one is using a localized version of a keyboard (e.g. en-us). However, this doesn't apply to controllers... maybe the game is still assu...
by Mgamerz
Sun Jan 31, 2016 4:57 pm
Forum: Mass Effect 3
Topic: Mass Effect 3 SP Controller Support
Replies: 359
Views: 299945

Re: Mass Effect 3 SP Controller Support

I've been looking into it. He uses the Xbox coalesced so there is *a ton* of changes, so If need to add all these subtraction values in testpatch and then add all of his new ones. I've wanted to do this though for a while... I'll look into it this week, I need to update a few things in the MP versio...
by Mgamerz
Sun Jan 31, 2016 5:33 am
Forum: Mass Effect 3
Topic: GUI Transplanter Tool
Replies: 16
Views: 14691

Re: GUI Transplanter Tool

Updated to 1.0.0.1 Added some CLI switches (see release notes on github). This allows me to inject a single SWF (or multiple) into a PCC, instead of doing it as a transplant, as a standalone injection. This will allow me to build ways of automating switching GUI files such as the 4:3 fix dybuk made ...
by Mgamerz
Sun Jan 31, 2016 3:44 am
Forum: Mass Effect 3
Topic: Mass Effect 3 SP Controller Support
Replies: 359
Views: 299945

Re: Mass Effect 3 SP Controller Support

I've figured out how to scale the conversation wheel and subtitles. Subtitles are big pain in the ass though, as they don't actually "Scale" like the other items do. The font size is hard coded, as you go up in resolution, the text does not actually scale. THats why at 720p on consoles the...
by Mgamerz
Fri Jan 29, 2016 11:17 pm
Forum: Mass Effect 3
Topic: GUI Transplanter Tool
Replies: 16
Views: 14691

Re: GUI Transplanter Tool

Release 1.0.0.0 is on the github now.

http://github.com/mgamerz/ME3-GUI-Transplanter

Has lots of useful dumping tools in the CLI version.
by Mgamerz
Fri Jan 29, 2016 9:44 am
Forum: Mass Effect 3
Topic: GUI Transplanter Tool
Replies: 16
Views: 14691

Re: GUI Transplanter Tool

Project on github
https://github.com/Mgamerz/ME3-GUI-Transplanter

Just about done, should be fully finished tomorrow, with a nice clean CLI.