Newagemugen
Newagemugen
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Newagemugen

We're The Best At What We Do - Runnin' The Mugen Underground Since 2010. Underground M.U.G.E.N community specializing in advanced Quality Mugen content, Fanart, Graphics, Fighting Games & more.

You are not connected. Please login or register

How to make a basic mugen ScreenPack 2019

2 posters

Go down  Message [Page 1 of 1]

11.0/older HR SP How to make a basic mugen ScreenPack 2019 Sat Sep 21, 2019 12:13 am

OldGamer (Retired)



How to make a basic mugen ScreenPack 2019 49283851498_0631820187_o
The Greatest Showman (Platinum)
Created 40 or more Unique Topics
Taunting The Devil (Gold)
Newagemugen Member for Over 7 Years
Rank Hunter (Bronze)
Obtained The Highest Tier 1 Initate Rank

Screen Pack Guide Part 1:
How to get setup and make a title Screen video guide
Spoiler:

the tools you need and website to see and go to

Google Drive Mugen Tools
https://drive.google.com/drive/folders/1q09TU0w6TYp5fcXaUKhtBLMpKkIM2khU?usp=sharing

Paint software free
https://www.dotpdn.com/downloads/pdn.html

Gimp 2.8.22
https://www.gimp.org/downloads/oldstable/

Bimp 1.18.1
https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/tag/v1.18

Audacity Free software
https://www.fosshub.com/Audacity.html

Font charts
http://www.elecbyte.com/mugendocs-11b1/mugen.html#documentation

These code is to understand the Title Setting and what they can do for you
Code:

;-------------------------------------------------------------------
;Title screen definition
[Title Info]
fadein.time = 10
fadeout.time = 10
menu.pos = 159,158 <<<<<<<<<<<< these are to move all menu selection letters fonts
menu.item.font = 3,0,0    <<<<<<<<<<<<number font location
menu.item.active.font = 3,5,0 <<<<<<<<<<<<number font location
menu.item.spacing = 0, 13 <<<<<<<< spacing fonts letters
menu.itemname.arcade = "ARCADE" 
menu.itemname.versus = "VS MODE"
menu.itemname.teamarcade = "TEAM ARCADE"
menu.itemname.teamversus = "TEAM VS"
menu.itemname.teamcoop = "TEAM CO-OP"
menu.itemname.survival = "SURVIVAL"
menu.itemname.survivalcoop = "SURVIVAL CO-OP"
menu.itemname.training = "TRAINING"
menu.itemname.watch = "WATCH"
menu.itemname.options = "OPTIONS"
menu.itemname.exit = "EXIT"
menu.window.margins.y = 12, 8 <<<<<<<<<<< this tell how many item letter spacing control
menu.window.visibleitems = 5 <<<<<<<<<<<<<<< how many fonts want to show on the screen
menu.boxcursor.visible = 1    <<<<<<<<<<this  can remove or display the flashing bar icon and set to 0s turn its off
menu.boxcursor.coords = -58,-10,57,2 <<<<<<<<<<< control the size for the flashing box cursor
cursor.move.snd = 100,0 <<<<<<<<< this from sound fx for the system.def
cursor.done.snd = 100,1 <<<<<<<<< this from sound fx for the system.def
cancel.snd = 100,2 <<<<<<<<< this from sound fx for the system.def

;----------------------------
;Title background definition
[TitleBGdef]
bgclearcolor = 0,0,0

[TitleBG 0] ;black border <<<<<<<<<< code to show sprite normal or animation sprite on the screen display
type  = normal
spriteno = 1,0
start = 0, 0
mask = 0

[TitleBG 1] ;blue light bottom left
type  = anim <<<<<<<<<<<<<<<<<<<< this mean an sprite has animation see the image what they are and do
actionno = 4
start = -240, 160
mask = 1

How to make a basic mugen ScreenPack 2019 PT1qNmk

Video Guide Part 2 : How to Add Option Screen animation and Add Bitmap fonts and Truetype Fonts
Spoiler:

Tools you need for this lesson two
https://drive.google.com/file/d/1SseFI7A4ciYXSyDfoWW19q8KbeKyE7uE/view?usp=sharing

text guide for font for option screen
Spoiler:

Video Guide Part 3: How to add a Mugen Screenpack's Versus & Victory Screen
Spoiler:
There no tools needed for this lesson 3

Video Guide Part 4: How to add a Mugen Screenpack's Sounds & Select Screen
Spoiler:

no tools need it but you need an website for Sounds and Select sprite folder with wav sounds

Select sprite folder located here for the lesson
https://drive.google.com/file/d/1kDvNxPaFP7meQDwGBiisyLyE2UlqScIb/view?usp=sharing

Sound resources website
https://www.sounds-resource.com/

Video Guide Part 5: How to add a Mugen Screenpack's Cursor & Team Menu Background
Spoiler:

Video Guide final Part 6: How to add a Mugen Screenpack's Congrats & Continue Screen
Spoiler:

xXEnchanter.ZuXx

xXEnchanter.ZuXx

How to make a basic mugen ScreenPack 2019 52117799409_ab650ff4e9_o
卍♆★Divine Overseer★♆卍
Verified Senior Forum support/assistant/curator
★★Pot Of Prosperity★★
Commissioned/Donated to support Newagemugen
The Greatest Showman (Platinum)
Created 40 or more Unique Topics
Survivor (Platinum)
Survived 6 Inactive Account Auto-purges
Apple Of The Eye (Platinum)
Recieved 60 or more likes from other Members
Kindred Spirit (Gold)
Liked 30 Forum posts
Lord Of War (Gold)
Obtained The Highest Tier 3 Warlord Class Rank

Very helpful my guy


________________________________________________________________________________________________________________________________________________________________________
How to make a basic mugen ScreenPack 2019 P21sO8E

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum