MNC Modding

Discussion in 'Uber Entertainment Discussion' started by elfoxy, June 21, 2017.

  1. elfoxy

    elfoxy New Member

    Messages:
    3
    Likes Received:
    0
    Hi, I just wanted to ask about potentially modding Monday Night Combat.

    If it's alright for me to do that, are there any resources you can provide to help? I am a bit lost figuring out where to start, I have some experience with C++, modelling and animation, and would appreciate anything to guide me. I will be sharing what I learn with other members of the MNC community, and hopefully we can get things going, figure out what's needed first, and then someday develop something interesting.

    I've made a page and a group to help other people attempt to do the same, currently there isn't really much to show but I plan on making regular updates and making it easier for people to get started as information is a bit scarce on modding MNC.

    I can't post links, but the Steam group is called MNC Modding, there's a link on there to a blog I recently started where I'll try and simplify the steps for other members of the community.

    Thanks!
  2. thetrophysystem

    thetrophysystem Post Master General

    Messages:
    7,050
    Likes Received:
    2,874
    I know a very few things.

    -MNC is Unreal, and SMNC at least is Unreal3 2012 package iirc. There is an Unreal 3 Development Kit 2012. This is guestimation, could be wrong about versions.

    -The assets were able to be gotten hold of for submitting custom gear to Uber for SMNC toward the end of content development for it. I assume it's not cooked, or if it is, there's some way to unpackage it.

    -I remember unpackaging sound files for a ringtone, so those are packaged, and usually "compiled" unrealscript is also packaged but can also be unpackaged. A similar game/engine, that is free and has active development and community development, is RenegadeX. They have a forum and some tools and tips, that should at least apply to SMNC, if not also MNC.

    -A "Modification" to a Unreal engine game, is called a "Mutator". I do recall MNC Classic having Mutator servers on the PC for the end of it's populated days, stuff that makes snipers slightly less assanine lethal. Someone figured that out, so it in fact has to be possible.

    If you need any more help, I am of limited use, I am "aware" of all this but not "skilled" in anything but the simplest coding creation and modification for unrealscript and ruby. Uber's usually been friendly, but they're a company too, so also best to pass this by them. The most involved member of the community that also became involved with official Uber development, that should know anything about actual Unreal development specifically for MNC and SMNC, is @LennardF1989 .
  3. elfoxy

    elfoxy New Member

    Messages:
    3
    Likes Received:
    0
    Thanks for the reply, yeah I am still just figuring out things at this point. I did submit a support ticket to ask uber for any help in this regard, they said it's fine for me to tinker with stuff but the guy who replied said he couldn't offer much help besides saying MNC runs on ue3.

    You talk about mutations to the engine, and I'm assuming that because Uber have made their own build I can't just plop all the code and assets into a regular UE3 build and have it working?

    My plan is to figure out how to mod this game in the first place, then to make a simple map using the game's assets just to show it's possible. Hopefully I can get more people involved because it'll help get things going and we can all help each other out as a community.
  4. thetrophysystem

    thetrophysystem Post Master General

    Messages:
    7,050
    Likes Received:
    2,874
    It helps if it isn't "cooked" first, from what I hear. Makes it kinda large in storage memory though. I'd look into how to convert MNC to the bare assets and code to insert into a Unreal3 Development Kit build.

    Look into RenegadeX, it's UnCooked. Then, look into how to convert MNC from Cooked to UnCooked, until it looks more like RenX. At that point, you can use RenX's semi-extensive community development resources as guides for MNC. I'm half-tempted to help, but I am stretched thin and very unkempt in scheduling right now, wouldn't be of much reliability.

Share This Page