Dragon Ball Online Minecraft
  RSS Feed   Mugen.pl on Youtube   Mugen.pl on DeviantART
 News  Regulamin  Download  Forum  Autorzy  Teraz jest 28 marca 2024, o 19:07
Mugen.pl, forum, samouczek,  mugenplanet

Strona główna forum » :: M.U.G.E.N Game Board :: » Mugen - HelpDesk




Utwórz nowy wątek Odpowiedz w wątku  [ Posty: 2 ] 
Autor Treść
 Tytuł: select.def - characters jest dziwny
PostNapisane: 27 września 2008, o 18:53 
Dami
Normal Saiyan
Normal Saiyan

Dołączył(a): 27 września 2008, o 18:40
Posty: 1






Nagrody:

w pliku select.def pod characters jest dziwnie o zapisane. nie wiem jak rpzez to dodac postac. wyglada to tak:
Cytuj:
;How to add characters
;---------------------
;Use the format:
; charname, stagefilename
;
;eg. For a player with filename "kfm",
; and stage filename "stages/mybg.def"
;type (without the semicolon):
; kfm, stages/mybg.def
;
;If you want to load a different def file, you can enter it
;as a directory plus the def file. This example loads up
;chars/kfm/alt-kfm.def:
; kfm/alt-kfm.def, stages/mybg.def
;
;If you put "random" as the stagefilename, then a random stage will
;be selected for that player. eg.
; kfm, random
;
;Zipped characters are also supported (experimental).
;Place the ZIP file in the chars/ directory. The name of the
;character's .def must match the name of the .zip. For example, if
;you have suave.def, then the zip file should be named suave.zip:
; suave.zip, stages/mybg.def
;
;Optional parameters may follow on the same line, separated
;by commas. Each parameter has the form:
; paramname = paramvalue
;where paramname is the name of the parameter type, and
;paramvalue is the value to assign that parameter.
;The optional parameters are:
;
; - music
; Set the paramvalue to the name of the music file to use
; as the BGM for that character. This overrides the bgmusic
; parameter in the stage's .def file, so you can re-use the
; same stage for multiple characters, but have a different
; BGM playing for each person.
;
; - includestage
; Set the paramvalue to 0 to avoid including this stage
; in the stage select list (in VS, training modes, etc)
;
; - order
; Set the paramvalue to the ordering priority to give the
; character. Valid values are from 1 to 10. A smaller value
; means you will fight the character sooner. You will never
; fight an order 2 character before an order 1 character,
; and never an order 3 character before an order 2 one.
; For example, you might want to set your boss character
; to have order=3. The default order value is 1 if you omit
; this param. See *.maxmatches under [Options] for how to
; limit the number of matches per order priority.
;
; Some examples:
; kfm, stages/mybg.def, includestage=0
; kfm, stages/mybg.def, music=sound/song.mp3
; kfm, stages/mybg.def, music=sound/song.mp3, includestage=0
; kfm, stages/mybg.def, order=3
;
;You can also add a randomize icon to the select screen. To do
;this, put the word "randomselect" on a line of its own, with no
;extra parameters.
;
;Insert your characters below.

kfm, stages/kfm.def
kfm, stages/kfm.def
kfm, stages/kfm.def

;-----------------------
[ExtraStages]
;Put extra stages here. They will be available in VS and Watch modes.
;For example, you can insert "stages/mybg.def".

stages/kfm.def
stages/stage0.def


Góra
 Zobacz profil  
 
 Tytuł: Re: select.def - characters jest dziwny
PostNapisane: 27 września 2008, o 19:23 
Kenji Kusanagi
Kaioken
Kaioken

Dołączył(a): 27 sierpnia 2008, o 21:03
Posty: 118



Wiek: 32




Nagrody:

Dami napisał(a):
w pliku select.def pod characters jest dziwnie o zapisane. nie wiem jak rpzez to dodac postac. wyglada to tak:
Cytuj:
;How to add characters
;---------------------
;Use the format:
; charname, stagefilename
;
;eg. For a player with filename "kfm",
; and stage filename "stages/mybg.def"
;type (without the semicolon):
; kfm, stages/mybg.def
;
;If you want to load a different def file, you can enter it
;as a directory plus the def file. This example loads up
;chars/kfm/alt-kfm.def:
; kfm/alt-kfm.def, stages/mybg.def
;
;If you put "random" as the stagefilename, then a random stage will
;be selected for that player. eg.
; kfm, random
;
;Zipped characters are also supported (experimental).
;Place the ZIP file in the chars/ directory. The name of the
;character's .def must match the name of the .zip. For example, if
;you have suave.def, then the zip file should be named suave.zip:
; suave.zip, stages/mybg.def
;
;Optional parameters may follow on the same line, separated
;by commas. Each parameter has the form:
; paramname = paramvalue
;where paramname is the name of the parameter type, and
;paramvalue is the value to assign that parameter.
;The optional parameters are:
;
; - music
; Set the paramvalue to the name of the music file to use
; as the BGM for that character. This overrides the bgmusic
; parameter in the stage's .def file, so you can re-use the
; same stage for multiple characters, but have a different
; BGM playing for each person.
;
; - includestage
; Set the paramvalue to 0 to avoid including this stage
; in the stage select list (in VS, training modes, etc)
;
; - order
; Set the paramvalue to the ordering priority to give the
; character. Valid values are from 1 to 10. A smaller value
; means you will fight the character sooner. You will never
; fight an order 2 character before an order 1 character,
; and never an order 3 character before an order 2 one.
; For example, you might want to set your boss character
; to have order=3. The default order value is 1 if you omit
; this param. See *.maxmatches under [Options] for how to
; limit the number of matches per order priority.
;
; Some examples:
; kfm, stages/mybg.def, includestage=0
; kfm, stages/mybg.def, music=sound/song.mp3
; kfm, stages/mybg.def, music=sound/song.mp3, includestage=0
; kfm, stages/mybg.def, order=3
;
;You can also add a randomize icon to the select screen. To do
;this, put the word "randomselect" on a line of its own, with no
;extra parameters.
;
;Insert your characters below.

kfm, stages/kfm.def
kfm, stages/kfm.def
kfm, stages/kfm.def

;-----------------------
[ExtraStages]
;Put extra stages here. They will be available in VS and Watch modes.
;For example, you can insert "stages/mybg.def".

stages/kfm.def
stages/stage0.def

Pod kfm, stages/kfm.def wciśnij enter i wpisz folder postaci w chars.Wystarczy wpisać nazwę ale pamiętaj że nazwa folderu musi być taka sama jak u .def postaci

_________________
[url=http://steamcard.com/]Obrazek
Powiększ obrazek


Góra
 Zobacz profil  
 
Wyświetl posty nie starsze niż:  Sortuj wg  
Utwórz nowy wątek Odpowiedz w wątku  [ Posty: 2 ] 

Strona główna forum » :: M.U.G.E.N Game Board :: » Mugen - HelpDesk


Kto przegląda forum

Użytkownicy przeglądający to forum: Brak zalogowanych użytkowników i 7 gości


Nie możesz rozpoczynać nowych wątków
Nie możesz odpowiadać w wątkach
Nie możesz edytować swoich postów
Nie możesz usuwać swoich postów

Szukaj:
cron

Created by Mugen.pl Team 2001/2010
Site is XHTML 1.0 Validated
Proudly powered by phpBB engine © 2007 phpBB Group