Mugen؟ - الصفحة 4
  • 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • صفحة 4 من 4 الأولىالأولى 1234
    النتائج 46 إلى 57 من 57

    الموضوع: Mugen؟



    1. #46
      التسجيل
      19-07-2002
      الدولة
      المملكة العربية السعودية/تبوك
      المشاركات
      913
      المواضيع
      90
      شكر / اعجاب مشاركة
      يخوي ممكن تحط وصلة ثانيه للبرنامج لانو يعلق من اول مايشتغل :" :" :" :" :" :"

    2. #47
      التسجيل
      08-11-2002
      الدولة
      In Earth
      المشاركات
      159
      المواضيع
      17
      شكر / اعجاب مشاركة
      احب اولآ اني اشكرك
      ثانياً إذا عندك الألعاب ممكن تعطيني الألعاب؟؟؟؟ ارجووك
      وانا لك من الشاكرين

      Oh.. Man
      هذه هي الحياة,,,
      مرة لك ومرة عليك!!
      -_-"

    3. #48
      التسجيل
      19-07-2002
      الدولة
      المملكة العربية السعودية/تبوك
      المشاركات
      913
      المواضيع
      90
      شكر / اعجاب مشاركة
      يخوان مين وندوزو اكس بي ونزلو وزبط معا من غير مايعلق

    4. #49
      التسجيل
      19-07-2002
      الدولة
      المملكة العربية السعودية/تبوك
      المشاركات
      913
      المواضيع
      90
      شكر / اعجاب مشاركة
      يشباب لقيت هذي الكلمات عن نسخة الأكس بي في احد المواقع مين يقدر يترجمها لينا




      1° Step - GRAPHICS

      To run Mugen on Windows XP you have to change a mugen file. Inside the folder DATA (inside mugen main folder) exist a file named mugen.cfg, open it with notepad. Search for the key [video], you will find something like:

      [Video]
      ;Enter the width and height of the resolution you want to set here.
      ;The optimal resolution is 320x240, but if your video card has problems
      ;You may want to try 640x480.
      Width = 320
      Height = 240


      change the values to:

      Width = 640
      Height = 480

      Scrool down some lines in the same file and you will find:

      ;Choose from "1" for VESA1, "Linear" or "Banked" for VESA2, and "3" for
      ;VESA3.
      ;Note: VESA1 is very slow on certain video cards, especially the newer
      ;ones. "Linear" or "3" is usually the fastest for new cards.
      ;Default is "Linear".
      Vesamode = Linear

      change the value to:

      Vesamode = 1

      Now close the file (don't forget to save) and you are ready to run mugen under Windows XP.

      2° Step - SOUND

      To make sound work in mugen you have to edit the file autoexec.nt (located at c:\windows\system32) with notepad.

      Just go to the last line of your autoexec.nt file and insert this line:

      SET BLASTER=A220 I5 D1 H7 P330 T6

      Save the file, reboot your system, and now you have sound in your mugen, have fun.

    5. #50
      التسجيل
      19-07-2002
      الدولة
      المملكة العربية السعودية/تبوك
      المشاركات
      913
      المواضيع
      90
      شكر / اعجاب مشاركة
      ياشباب زبطة كل شيء تمام وهذي الشخصيات الي اضفتها بس ماتطلع بشاشت الأختيار شوفو هذا النص

      ;---------------------------------------------------------------------
      [Characters]
      ;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
      ;
      ;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
      scorpion, stages/kfm.def
      clark, stages/kfm.def
      shiryu, stages/kfm.def
      seiya, stages/kfm.def
      kakaroto, stages/kfm.def
      Bass, stages/kfm.def
      broli, stages/kfm.def
      spawn, stages/kfm.def
      gideon, stages/kfm.def
      jedah, 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".

      ;---------------------------------------------------------------------
      [Options]
      ;Here you set the maximum number of matches to fight before game ends
      ;in Arcade Mode. The first number is the number of matches against
      ;characters with order=1, followed by order=2 and order=3 respectively.
      ;For example, for 4,3,1 you will fight up to 4 randomly-picked
      ;characters who have order=1, followed by 3 with order=2 and 1 with
      ;order=3.
      arcade.maxmatches = 6,1,1,0,0,0,0,0,0,0

      ;Maximum number of matches to fight before game ends in Team Mode.
      ;Like arcade.maxmatches, but applies to Team Battle.
      team.maxmatches = 4,1,1,0,0,0,0,0,0,0








      بس شوفو الصورة كيف ما طلعو
      الصور المصغرة للصور المرفقة الصور المصغرة للصور المرفقة mugen0.jpg‏  

    6. #51
      التسجيل
      16-02-2003
      الدولة
      The Rockman X 2D
      المشاركات
      1,407
      المواضيع
      43
      شكر / اعجاب مشاركة
      بطاقات الألعاب
      Gamertag: PSN-Lieoo
      أسف على تائخر الرد بس أنشغلت المهم يبيلك برنامج خاص لكي تزيد عدد المقاتلين حدك الان 8 أو 9 ماذكر بالضبط بس هذا الي يبيلك . . .
      و شكرا ;-) .

      في كل قلب أبيض نقطه سوداء و في كل قلب أسود نقطه بيضاء .

    7. #52
      التسجيل
      19-07-2002
      الدولة
      المملكة العربية السعودية/تبوك
      المشاركات
      913
      المواضيع
      90
      شكر / اعجاب مشاركة
      لا لا يبن الحلال مو لازم تروح عند هذي السطور وتعدلها احترفت بسرعة

      وتلاقيها في السيستم

      ;-------------------------------------------------------------------
      ;Character select definition
      [Select Info]
      rows = 10
      columns = 50

      العشرة هذي يعني عدد المصارعين الي بالعرض و الخمسين عدد المصارعين الي بطول والله البرنامج شيء بس ممكن تشوفلنا البوكيمونات وماريو والديجيمونات ومواقع لتنزيل الشخصيات وطريقت تركيب السيتينج او المناطق ولو سمحة وشخصيات بيجمان وكمان سونيك

      ;-) ;-)

    8. #53
      التسجيل
      16-02-2003
      الدولة
      The Rockman X 2D
      المشاركات
      1,407
      المواضيع
      43
      شكر / اعجاب مشاركة
      بطاقات الألعاب
      Gamertag: PSN-Lieoo
      مشكور حيل أخوي أنا ماكنت أعرفها ;-) أنا قريت ملف مساعد بس قال لازم هل برنامج (( شكله يسوي دعايه )) .
      المهم عن الشخصيات أنا و جدت كنشن بس صاحب الموقع يبي يوري ألناس أنه عنده المهم بشوفه _^_ .

      في كل قلب أبيض نقطه سوداء و في كل قلب أسود نقطه بيضاء .

    9. #54
      التسجيل
      17-10-2002
      الدولة
      USA
      المشاركات
      728
      المواضيع
      108
      شكر / اعجاب مشاركة

      Talking عندي موقع ممتاز للعبة

      اسم الموقع

      www.mugenfury.com













      Now playing


    10. #55
      التسجيل
      16-02-2003
      الدولة
      The Rockman X 2D
      المشاركات
      1,407
      المواضيع
      43
      شكر / اعجاب مشاركة
      بطاقات الألعاب
      Gamertag: PSN-Lieoo
      مشكوووووووووووووووور جدا يالمؤدب على الموقع تصدق كان عندي بس على أيام أني ممتدئ في الموغن و طاع علي زين أنك جبته ^___^
      و للقاتل أعذرني لم أعمل بحث سوى مررررره و أنشغلت في الدراسه و لكن ماعليه و جدت لك شخصيه في سونك الا و هوا :-
      دكتور أيغى مان من سونك 2
      و بكمل بس في الاجازه أصلا برتب كل شخصيه و ضعت هنا و أضعها في رد واحد فقط أصبروا علي ;-) .

      في كل قلب أبيض نقطه سوداء و في كل قلب أسود نقطه بيضاء .

    11. #56
      التسجيل
      22-07-2002
      الدولة
      الإمارات
      المشاركات
      399
      المواضيع
      73
      شكر / اعجاب مشاركة

      Wink أناااااااااااااااااااااااااا

      الرسالة الأصلية كتبت بواسطة القاتل21
      يخوان مين وندوزو اكس بي ونزلو وزبط معا من غير مايعلق

      أنا شغال عندي بس بعض الشخصيات ماتطلع :غضب:



    12. #57
      التسجيل
      16-02-2003
      الدولة
      The Rockman X 2D
      المشاركات
      1,407
      المواضيع
      43
      شكر / اعجاب مشاركة
      بطاقات الألعاب
      Gamertag: PSN-Lieoo
      ممكن الملف الشخصيه أما ماتصلح للأصدار الي عندك أو مركبها بشكل غلط أو الملف للشخصيات المنزله عطبانه . . .

      في كل قلب أبيض نقطه سوداء و في كل قلب أسود نقطه بيضاء .

    صفحة 4 من 4 الأولىالأولى 1234

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •