MechWarrior 5: Mercenaries

MechWarrior 5: Mercenaries

Multiplayer Versus Alpha 0.5 (Depreciated)
23 条留言
JinkShadowJ 5 月 23 日 下午 2:22 
I played this mod a little with a friend and it is great. I really hope that it can get some updates (adding new maps, fixing the AI etc.) because man I've really wanted a pvp mode for MW5 mercs. also do you think it could possibly be made to support YAML and other things like that some day? because that would be even better. any way this mod is great.

here are some issues i found when using other mods with this one if you care to know:

when I use YAML the pvp option disappears, and when i use YAW or YAWC player 2 gets sent to the void instead of the mech bay

when I use YAMM (yet another mechlab mechs) some of the mechs bug out and don't show their HUD until you shoot, won't list most of their weapons and don't get sped up by MASC or SC.

the player invites don't show up, the only way for people to join is for them to use the Join Game thing in steam.

thank you for your time :steamthumbsup: and thanks for the mod
GotEvil? 1 月 24 日 下午 1:09 
AActor* AAIPvPController::GetNearestPlayer()
{
AActor* NearestPlayer = nullptr;
float ShortestDistance = FLT_MAX;

for (AActor* Player : Players)
{
float Distance = FVector::Dist(GetPawn()->GetActorLocation(), Player->GetActorLocation());
if (Distance < ShortestDistance)
{
ShortestDistance = Distance;
NearestPlayer = Player;
}
}

return NearestPlayer;
}
GotEvil? 1 月 24 日 下午 1:09 
void AAIPvPController::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);

// Determine the nearest player to target
AActor* NearestPlayer = GetNearestPlayer();
if (NearestPlayer)
{
MoveToActor(NearestPlayer); // Move towards the nearest player
}
}
GotEvil? 1 月 24 日 下午 1:08 
do you modify the C++?
#include "AIPvPController.h"
#include "GameFramework/Actor.h"
#include "Kismet/GameplayStatics.h"

void AAIPvPController::BeginPlay()
{
Super::BeginPlay();

// Find both players at game start
UGameplayStatics::GetAllActorsOfClass(GetWorld(), PlayerClass, Players);
}
GotEvil? 1 月 24 日 下午 12:58 
send me message if you want some help...I know code and scripting and can possibly help troubleshoot if you want.
Sloppy Jalopy  [作者] 2024 年 12 月 28 日 下午 5:55 
@Flats No There is an overhaul in the works https://discord.gg/MWqMmhmSTw
Goon 2024 年 12 月 28 日 下午 4:52 
Does this mod still work?
GotEvil? 2024 年 11 月 12 日 下午 2:05 
Sloppy I like your style with making this pvp.
Lukecis 2024 年 5 月 20 日 下午 5:18 
Also if there's anyone else out there playing this mod- add me and we can try to get it working, I wanna try it out
Lukecis 2024 年 5 月 20 日 下午 5:18 
Why there's no official pvp in the game that already supports co-op campaigns is baffling
Scooty 2023 年 6 月 17 日 上午 10:54 
Give more information.
How many players did this service?
Did it ever really work?
I guess it doesn't really matter since it's soft abandoned anyways.
Rellik-II 2023 年 3 月 23 日 下午 5:03 
times like this I wished PGI would just add multiplayer to MW5. I'm happy this is close enough and I hope for the best Blah11. You really came a long way :)
Sloppy Jalopy  [作者] 2023 年 3 月 23 日 上午 6:48 
When you are launched into a map.
Franks Laboratory 2023 年 3 月 22 日 下午 4:51 
Where and when do I press ENTER?
Sapphirus 2023 年 3 月 11 日 下午 12:18 
when the music volume's at zero, ti makes a weird distorting sound per second. Is there a way to fix this?
Jolc3r 2023 年 3 月 8 日 下午 5:29 
Kind of insane and based that PGI let this through, wish this project the best of luck! I'll be keeping an eye on this with great interest.
Fuhrer_51[RUS] 2023 年 3 月 5 日 上午 10:52 
Well, in that case, I'll wait for corrections.)
Sloppy Jalopy  [作者] 2023 年 3 月 5 日 上午 10:07 
As far as localization goes. It's in my list of things to fix but it's low on that list right now.
Sloppy Jalopy  [作者] 2023 年 3 月 5 日 上午 10:03 
I promised PGI to never add anything that resembles MWO so no however the maps are custom made. They aren't done and are slight rush jobs. I plan on making better maps and upgrading the ones we have soon
Chillidoge 2023 年 3 月 4 日 下午 7:31 
Gave this a try and it worked surprisingly well, very keen to see this one take shape. Are the maps custom made? If so, I wonder if we could get some spiritual ports of MWO maps.
Fuhrer_51[RUS] 2023 年 3 月 4 日 下午 7:22 
Greetings!
What game mode is this mod for? Will it work in Quick Missions?)
How is it generally recommended to use it?

For some reason, the mod affects localization. Despite the included russian language, many game menus become in english.
Sloppy Jalopy  [作者] 2023 年 3 月 3 日 上午 10:47 
Yeah. It's a pvp only mod right now however I would like to try to get AI working. It may not be possible without bugs though because of how I am getting pvp to work.
GigaCat 2023 年 3 月 3 日 上午 8:58 
i really like this mod just one question: do you need someone to join coop to play against them?