Krishjan Posted May 3, 2013 Posted May 3, 2013 Mugen 1.1 Alpha 4 can be Downloaded at this Website: http://clubsyn-x-treme.com/-X-Base/index.php?s=cc124ce5d9fdeae06a58f491b7d81d25&app=downloads
Kazagami Posted May 3, 2013 Posted May 3, 2013 Man, this shit didn't work. WaifuLaifu Discord Server / Twitter / MUGEN releases
Krypto 'SAM' saiyaN Posted May 3, 2013 Posted May 3, 2013 When i open the mugen, it just give me a black screen Bjay 1
jadeeye Posted May 3, 2013 Posted May 3, 2013 Man, this shit didn't work. Try with this: http://www.justnopoint.com/mugen/guild/mugen1.1a4.rar Bjay 1 My Youtube Channel || My Project
Krishjan Posted May 3, 2013 Author Posted May 3, 2013 Does anyone know how to hide or disable the fps Number. on the upper right screen?
magaiver Posted May 3, 2013 Posted May 3, 2013 what is the difference between this version to the other between winmugen and mugen 1.0
柊 明 Posted May 3, 2013 Posted May 3, 2013 what is the difference between this version to the other between winmugen and mugen 1.0 DosMUGEN (the standard version) and WinMUGEN (the recent version) are just the types of mugen. MUGEN 1.0 and MUGEN 1.1 are an update of the plugins if I don't mistake...
kosmos Posted May 4, 2013 Posted May 4, 2013 The code for that zoom feature is actually pretty simple, it just needs adjustment per stage. I'ts just two lines that can go anywhere under [Camera]: startzoom = 1 zoomout = 0.84
Flippy Posted May 4, 2013 Posted May 4, 2013 Wait, so version 1.1 uses more Memory? Where'd that come from? Am I cool yet?
柊 明 Posted May 4, 2013 Posted May 4, 2013 Wait, so version 1.1 uses more Memory? Where'd that come from? I'm not completely sure, but I guess the 1.1 version has more memory than the official version.
Okami Posted May 4, 2013 Posted May 4, 2013 Just letting you know, have you guys ever read the dam docs lol? Please Read On Updates: New in 1.1 Overview New rendering engine based on OpenGL Camera zooming Graphical New rendering engine based on OpenGL (mugen.cfg: : RenderMode = OpenGL). RenderMode=System now deprecated (it still works but will not support all the new features). RenderMode=OpenGLScreen removed. mugen.cfg: : KeepAspect, StageFit, SystemFit options added. Various window-related preferences. If you prefer the 1.0 behavior of cropping stages and motifs to match the window aspect, set StageFit and SystemFit to 0. Alt-Enter during OpenGL windowed video mode (fullscreen = 0) will toggle windowed fullscreen instead of exclusive fullscreen mode. Added RGB and RGBA sprite support. Use the updated SprMake2 tool. AIR: Added scale and angle optional parameters. More info: http://elecbyte.com/alpha/air.html#optional-parameters AIR: Added linear interpolation support. More info: http://elecbyte.com/alpha/air.html#interpolation AIR: Floating point values now accepted for offsets. Stages and Backgrounds BG: Added maskwindow, startscale, scaledelta, zoomdelta parameters. http://elecbyte.com/alpha/bgs.html#advanced-parameters BG: Deprecated window parameter. Use maskwindow instead. BG: Parallax: Deprecated yscalestart and yscaledelta parameters. Use startscale and scaledelta instead. BG: Parallax: use of the width parameter is now the preferred method for hardware-accelerated rendering modes due to visual artifacts resulting from using xscale method. BG: Parallax: support for animated parallax added. Stages: [Camera]: added zoomout, zoomin, tensionhigh, tensionlow parameters. http://elecbyte.com/alpha/bgs.html#camera-group Stages: [shadow]: Added xshear parameter (RenderMode=OpenGL only). Removed support for color parameter; use intensity instead. http://elecbyte.com/alpha/bgs.html#shadow-group CNS CNS: DestroySelf: Added recursive param. http://elecbyte.com/alpha/sctrls.html#destroyself CNS: DestroySelf: Fixed instability if explods are not removed before DestroySelf. CNS: Explod: Added angle params (behavior will likely be changed before stable release). More info: http://elecbyte.com/alpha/sctrls.html#explod CNS: Explod: Added remappal param. http://elecbyte.com/alpha/sctrls.html#explod CNS: Helper: Added remappal param. http://elecbyte.com/alpha/sctrls.html#helper CNS: Explod: Added space, bindID params. Deprecated postype param; use combination of pos and screen instead. http://elecbyte.com/alpha/sctrls.html#explod Because stage zooming was added in 1.1, there is a need to distinguish screen space from stage space to achieve the desired effect. CNS: Projectile: Added ownpal and remappal params. http://elecbyte.com/alpha/sctrls.html#projectile CNS: RemapPal: now restricted to 8 mappings. http://elecbyte.com/alpha/sctrls.html#remappal CNS: Trans: Deprecated addalpha and add1 parameters; use add with alpha parameter instead. http://elecbyte.com/alpha/sctrls.html#trans CNS: Added CameraPos trigger. http://elecbyte.com/alpha/trigger.html#camerapos CNS: Added CameraZoom trigger. http://elecbyte.com/alpha/trigger.html#camerazoom CNS: Added ScreenWidth, ScreenHeight triggers for use with screen-space explods. http://elecbyte.com/alpha/trigger.html#screenheight CNS: Added BackEdge, FrontEdge, LeftEdge, RightEdge, TopEdge, BottomEdge triggers. http://elecbyte.com/alpha/trigger.html CNS: Line number report on parse errors. Misc Motifs: sysexplods: added angle parameter (doesn't work right for text yet) Text line limit increase from 4k to 16k. Graphics: Fight player portraits are no longer affected by player PalFX. Efficiency of ownpal=1 explods improved. Fixed possible resource leak in survival mode. select.def: Increased arcade.maxmatches and team.maxmatches limit to 30. Font v2: added banktype parameter: palette (default) and sprite. Sprite banktype lets you substitute an entirely new set of sprites instead of changing the palette. Font v2: added RGBA font support. Use an SFF with RGBA sprites, and optionally set banktype = sprite. See font/num72.def and work/font/num72/ for an example of an RGBA font. Precaching does not work yet in 1.1 and is currently disabled. Tools SprMake2: Added support for 24 (RGB) and 32 bit (RGBA) sprites. Including such sprites will generate an SFF (v2.01) that is incompatible with MUGEN 1.0. SprMake2: Added png8, png24 and png32 compression methods. Using such compression methods will generate an SFF (v2.01) that is incompatible with MUGEN 1.0. ReimplementedThese have been partly or fully reimplemented. Info for alpha testers only. Graphical renderer (affects all sprites) Palfx and RemapPal (affects all players, helpers, explods, projectiles and afterimages) Explod drawing Shadows drawing Screen fading Game flow, i.e. transitions between mode select, vs screen, fight, etc. (not in alpha 1) Player Update Notes Some explods in 1.0 characters may not appear correctly when the camera zooms in or out. This happens because 1.0 does not understand if an explod is meant to be zoomed with the camera or not. Convert existing explod controllers to use the new parameters, particularly "space", in order to display explods correctly. Examples of explod effects that should be in screen space are fullscreen background shown during supers, character portraits, victory screens implemented in CNS, etc. Examples of explod effects that should be in stage space are hit and super sparks, dust, character parts (e.g. a shield), etc. More info: http://elecbyte.com/alpha/sctrls.html#explod Explods now take angle, yangle and xangle parameters. This means you can rotate an explod in 3D space. Those of you familiar with 3D will notice that there is a fixed perspective projection. You can play with these new parameters, but note that we'll probably change how this works, so expect breakages during the alpha and beta phases of 1.1. Stage Update Notes There is a temporary parameter "ForceStageZoomout" under [Misc] in mugen.cfg. This enables zooming on all stages that do not have explicit zoom parameters. Camera zooming has a tendency to expose blank areas around the edges of stages, especially on background elements with a small delta. You can think of zooming out to be like switching a camera to a wide-angle lens, enabling you to see a wider view of the same scene. For 1.1, you should explicitly set the zoomout and zoomin parameters in the [Camera] group. It's also recommended to use tensionhigh and tensionlow to control vertical movement as they look better than verticalfollow for tall stages. If you're using content from 1.0, you'll want to fix the blank areas around the edges of your stage. One way to do this is draw in the edges of the affected sprites. There is another method that works on multi-layered stages: use the zoomdelta BG element parameter. For elements on layers that are "far away", such as the sky, use a small zoomdelta. Use progressively larger zoomdeltas up to 1.0 for elements that appear closer to the foreground. A general guideline is to use a zoomdelta that is close in value to the delta value of each element. This method requires less touch up artwork and gives stages a feeling of depth. You may need to reduce your stage bounds slightly using this method. More info: http://elecbyte.com/alpha/bgs.html Note that the example KFM stage has zooming explicitly disabled. Version 1.1 Alpha 431 Aug 2012 Graphics Fixed palette reservation bug http://elecbyte.com/forum/index.php?topic=2841.0 Fixed round fade in. http://elecbyte.com/forum/index.php?topic=2828.0 Fixed a shadow flipping bug. http://elecbyte.com/forum/index.php?topic=2847.0 Fixed projectile ownpal=0 bug. http://elecbyte.com/forum/index.php?topic=2845.0 Fixed Fixed F4 not resetting life in survival. http://elecbyte.com/forum/index.php?topic=2843.0 Fixed victory screen showing wrong portrait in turns. http://elecbyte.com/forum/index.php?topic=2837.0 Fixed bug where victory screen can't be disabled by motif. http://elecbyte.com/forum/index.php?topic=2844.0 Fixed F1 and Ctrl-F1 debugkeys swapped http://elecbyte.com/forum/index.php?topic=2829.0 Disabled debug keys outside of fight screen http://elecbyte.com/forum/index.php?topic=2832.0 Most of these things you may not understand though. NeoGeoKitsune 1 Milla Maxwell - Spirit Guardian of Reize Maxia
volzzilla Posted May 4, 2013 Posted May 4, 2013 so really the only reason to get this over 1.0 is if you want those zooming stages to work correctly? A comic focused Mugen community: http://mugenmultiverse.forumotion.com/forum But we do alot of other stuff too :)
柊 明 Posted May 4, 2013 Posted May 4, 2013 so really the only reason to get this over 1.0 is if you want those zooming stages to work correctly? I have seen stages that can be only used on this version.
volzzilla Posted May 4, 2013 Posted May 4, 2013 then i'll stick with 1.0. heck, the bulk of my stages are lo res ones. A comic focused Mugen community: http://mugenmultiverse.forumotion.com/forum But we do alot of other stuff too :)
柊 明 Posted May 4, 2013 Posted May 4, 2013 then i'll stick with 1.0. heck, the bulk of my stages are lo res ones. Well, in that case I guess you don't need this version of MUGEN.
volzzilla Posted May 4, 2013 Posted May 4, 2013 we comic mugen focused people are a different breed. the bulk of our stages we prefer to be comic related (i do have a few others but by far its a smaller percentage). and most of them are low res. now if there were other pros to having 1.1 other than the changing stage thing, then maybe i'd think about it. A comic focused Mugen community: http://mugenmultiverse.forumotion.com/forum But we do alot of other stuff too :)
The Great Hokage Posted May 4, 2013 Posted May 4, 2013 no honestly stick to 1.1 installation is simple mugen 1.1 is compatible with any 1.0 screenpack all you need to do delete the old mugen cfg and replace it with the 1.1 mugen cfg. In mugen 1.1 you cant mix 1.0 and 1.1 engine files together or else you will get errors. All the engine files must be 1.1 exclusive. stealth is the key
柊 明 Posted May 4, 2013 Posted May 4, 2013 we comic mugen focused people are a different breed. the bulk of our stages we prefer to be comic related (i do have a few others but by far its a smaller percentage). and most of them are low res. now if there were other pros to having 1.1 other than the changing stage thing, then maybe i'd think about it. I've seen a video, and looks like the camera will move (based on characters positions) like recent games like BlazBlue or Persona 4 Arena. But it's an alpha version and I'll wait for the complete version.
Flippy Posted May 5, 2013 Posted May 5, 2013 I've seen a video, and looks like the camera will move (based on characters positions) like recent games like BlazBlue or Persona 4 Arena. But it's an alpha version and I'll wait for the complete version. Now that sounds interesting. Is it kind of like how, depending on the distance between the characters, the stage will auto-zoom in and out? Or is that a bit too advanced for the Mugen engine? Am I cool yet?
柊 明 Posted May 5, 2013 Posted May 5, 2013 Now that sounds interesting. Is it kind of like how, depending on the distance between the characters, the stage will auto-zoom in and out? Or is that a bit too advanced for the Mugen engine? Is like you said, but I don't understand how to do that. Maybe you can ask to someone like Ryon or someone of the staff.
The Great Hokage Posted May 6, 2013 Posted May 6, 2013 alpha 4 works flawless guys and 1.0 in my opinion is dead those who chooses 1.0 are missing out bigtime there are loads of customizations in 1.1. In 1.0 you are limited to software mode. where in 1.1 you utilize your gpu as well as the cpu. stealth is the key
Okami Posted May 6, 2013 Posted May 6, 2013 Alpha 4 does work flawlessly, besides the delta problem it has with localcoord on HD(which is easily can be fixed by editing values). IT runs faster too. More stable and people are now making stuff for 1.1 only. 32bit pngs beat pcx images all day. Milla Maxwell - Spirit Guardian of Reize Maxia
Recommended Posts