أخوي أيش تقصد [ المتغيرات ]![]()
أخوي أيش تقصد [ المتغيرات ]![]()
شكرا لأخوي FinalFantasy9 على التوقيع :icon6:
المتغيرات هي حاويات القيم .. انظر في الموضوع التالي .. ستجد شرح المتغيرات بالجيم ميكر .. وشكراًالمشاركة الأصلية كتبت بواسطة the kelar
http://www.montada.com/showthread.php?t=324698
![]()
مشكور أخوي ابن الأمارات
الله يعطيك العافيه![]()
شكرا لأخوي FinalFantasy9 على التوقيع :icon6:
ممكن شرح للإحداث في الجيم ميكر![]()
::المشاركة الأصلية كتبت بواسطة M.M.H
::
كود الليل و النهار
I have been using RPG Maker 2000 since December 2000.I have
came across some day and night tutorials and I have found that they didn't
work.Not to brag,but I have found an easier way.All you need to know is how
to use switches,wait commands.This tutorial is mainly focussed on newbies
so if you have a harder way but it is better then stick to your way.
First you need to go to the common events page and name it something that
has to do with day and night.Make it set under Parallel Process.Make the
switch apperance say Day/Night.
In the events command box add a cycle.
<>CYCLE
<>
<>END Cycle
Good.We need to use a cycle so the event will keep going on and on.
Now we need to make a morning switch.Therefore you must go to chnge switch
and put a switch called morning in.Make it on set.Also you need to make another
switch called night,and set it on off set.By doing this when the cycle resets whatever
you choose to put on night it will go off on morning.It should look like this.
<>CYCLE
<>Change Switch:[0000]Morning-On Set. Note that the number beside the switch is
<>Change Switch:[0001]Night-Off Set whatever number you have the switch on.
<>END Cycle
Doing good so far?Okay we need a wait command.This will decide how long
the morning will last.I set my mornings to 30 seconds,but you can make it whatever you want.
Now here is the main part of the tutorial.On the maps that you want things to happen you need
to make the events happen under these switch conditions.(Sorry bad wording)
If you have a map of a castle or town and you want the background to change during the day you
will need to make an event and in the command box put Change Parralex BG to a Dawn picture
if it is morning.In the appearance switch make it appear under morning.By doing this the back ground
will change to morning when the morning switch is activated by the cycle in the common events.
Also you will need to set a screen tone that looks like morning.Now make a new page.Make
the appearance switch on day.Chang the background to one of the morning pictures.Set the screen
tone to the normal level.(Everything at 100)Make a new page.Put in an
evening background and set the screen tone to something that looks like it is evening.Now make a
new page.Put in a night background.Set the screen tone where it looks kinda bluish.
You can also make Charas appear at certain times of day like at night make bats and day make birds.
To do this make an event and set the appearence swith on day and put a chara you want to see at
daytime.Do the same for night but make the appearence switch on night.
Anytime you want a place to change during the day or night make a copy of the event with
these steps and place it on the map you wish for them to happen.
Now that that's all cleared up we can go back to the common events and finish the thing that
triggers all of these events.If you forgot this is what the commands should look like so far.
<> CYCLE
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait: 30.0 s
<>
<>END Cycle
Now we need to make the day time.After the wait command out in switches day on set
and morning off set.
<>CYCLE
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait:30.0 s
<>Change Switch:[0003]Day-On Set
<>Change Switch:[0000]Morning-Off Set.
<>
<>END Cycle
By now you probably know how to use these commands in the common events so I'll
give you what the rest looks like.Here goes.
<>CYCLE
<>Change Switch:[0000]Morning-On Set
<>Change Switch:[0001]Night-Off Set
<>Wait:30.0 s <--You can change this time if you want.
<>Change Switch:[0003]Day-On Set
<>Change Switch:[0000]Morning-Off Set.
<>Wait:100.0 s <--You can change this time if you want.
<>Change Switch:[0004]Evening-On Set.
<>Change Switch:[0003]Day-Off Set
<>Wait:30.0 s <--You can change this time if you want.
<>Change Switch:[0004]Evening-Off Set
<>Change Switch:[0001]Night-On Set
<>Wait:70.0 s <--You can change this time if you want.
<>
<>End Cycle
Now just stick in an event that you can't avoid at you starting position.Set it on Hero Touch
and in the event commands make it change switch to Morning On Set.Make a new page and make
the appearance switch on Morning.Set it to push key and leave everything else blank.
This should do it.The main reason I created this tutorial is when I used the
others they didn't work,or the screen would change from dark to light when I didn't want it to.
Some places I wanted the screen tone to stay normal but it didn't let it so I thought up this
tutorial.I hope it didn't confuse anyone.
By Magus989.
Thank you Don Miguel for giving us RPG Maker 2000
و سلامتكم.....
::
::
::
::
![]()
"التوقيع فوق التعديل لوووووول"
3/12/2005...."and UAE Naruto...is back again"
من مواضيعي
"مؤقتاً ماشي مواضيع حلوة"
::
::
السلام عليكم
انا مبتدئ جداً واتمنى انكم تشرحون لي طريقة جعل الكائنات تمشي في الجيم ميكر بالكيبورد
وطريقة صنع التأثيرات من تصادمات وإظهار القوائم وغيرها وشكراً
لا إله إلا اللهوحده لا شريك له
كيف أجعل الشخصية عندما تصطدم بجزء من الأرضية مثلاً تأخذ درجة معينة وعندما تعود للإصطدام به مرة أخرى لاتحصل على درجات بعد أول مرة؟
برنامج الجيم ميكر
الكود انجليزي لو تكتبه بالعربي يكون احسن
لان صعب تطبيقه على البرنامج و هو انجليزي خاصه ان الكود حق RPG Maker 2000
المهم انا جيت و عندي اساله جديده
1- كيف اخلي الاعب لما يهرب من وحش معين يخسر
2- كيف اغير الخلفيه حق وحش معين
3- كيف اسوي ضربة ( ليميت بريك )
4-كيف اقدر احفط اللعبه لاما اخلص منها
انا اسوي كده
اختار
project
craete gamedisk
و اختار مكان الحفط
(بس فيه مربع كتوب جنبه include runtime packagen in gamedisk)
هدا المربع ليش
و يتكون ملف اسمه setup و يكون حجمه 613 كيلوبايت (دائما نفس الحجم)
و لما اغير مكانه ما يشتغل
فا ويش الحل
5- للاسف ماعرفت انزل لعبتك
فا لو سمحت ممكن تقولي كيف اسوي الساعه
و مشكور على ردك
::المشاركة الأصلية كتبت بواسطة M.M.H
::
أخوي أنا نسخت هذا الكود من موقع و حطيته اهنيه يعني ما كتبت شي...(بموت لو كتبت هذا كله ههههههههه) نسيت أقول....تراه يستوي على الـ2003
1 - يخسر؟ يخسر شو؟ يعني Game Over ؟
2 - سير عند الخريطة إلي فيها هذا الوحش و اضغط باليمين على اسم اخريطة بعدين اختار Properties و بتحصل خاصية تغير خلفية الضرابة هناك (المشكلة ماقدر اقولك وين بالضبط لأني من زمان ما فتحت الـRPG Maker 2003 بس اذكر انه عدال مكان الأغاني)
3 - >_< لا تذكرني لأنه وااااااااااااااااااايد صعب و أنا بصراحة مادري كيف سويته بس تقدر تشوف كيف في اللعبة مالي>_<
4 - بس احفظها عادي بعدين سير لمكان اللعبة و اضغطها بالـWinRAR مثلاً
5 - طريقة تنزيل اللعبة واضحة و أنا شارحنها بعد
و سلامتكم.....
::
::
::
::
![]()
"التوقيع فوق التعديل لوووووول"
3/12/2005...."and UAE Naruto...is back again"
من مواضيعي
"مؤقتاً ماشي مواضيع حلوة"
::
::
مشكور أخوي تسلمالمشاركة الأصلية كتبت بواسطة ويش دخلك أقصد مشاركة ناروتو الإمارات
![]()
السلام عليكم ورحمة الله وبركاتهمن فضلكم أريد برنامج RPG MAKER 2000 وشكراً![]()
روح دوري في صفحات هذا الموضوع لأنه أخوي العزيز ناروتو الإمارات حطهالمشاركة الأصلية كتبت بواسطة ثيموسوه الخبل هاهاها
السلام عليكم ورحمة الله وبركاتهأريد كيف نجعل اللعبة التي في الجيم ميكر يأتي فيها ليل ونهار أبغى أحدد الوقت متى يأتي الليل ومتى يأتي النهار وشكرا
هذي الطريقة علشان توي نظام ليل ونهار في لعبتك للـRM2K أدري أنك تبي للـRM2K3 بس أنا ماعدي غير الـRM2K.
أول شئ حط 3 متغيرات (Variables) وسمهم:د
Seconds
Minutes
Hours
و رح للـ Common Events في الـData Base و حط Common Event جديد وخله يبدأ في حالة Parallel Process.
وحط فيه الأوامر التالية:
1-Change Variable و أختر المتغير Seconds واختر + وحط الرقم 1
2-Fork Conditions و أختر المتغير Seconds وأختر Greater or Equal to وحط 59وخله بدون Else Condition
وداخل الـFork Conditions حط:
3-Change Variable و أختر المتغير Seconds واختر Set وحط الرقم 0
4-Change Variable و أختر المتغير Minutes واختر + وحط الرقم 1
5-Fork Conditions و أختر المتغير Minutes وأختر Greater or Equal to وحط 59وخله بدون Else Condition
وداخل الـFork Conditions حط:
6-Change Variable و أختر المتغير Minutes واختر Set وحط الرقم 0
7-Change Variable و أختر المتغير Hours واختر + وحط الرقم 1
8-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 24 وخله بدون Else Condition
وداخل الـFork Conditions حط:
9-Change Variable و أختر المتغير Hours واختر Set وحط الرقم 1
و حط Common Event جديد وخله يبدأ في حالة Parallel Process.
وحط فيه الأوامر التالية:
1-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 0 وخله بدون Else Condition
وداخل الـFork Conditions حط:
2-Set Screen Tone وحط القيم التالبة: Red=20 ,Green=40 ,Blue=80 ,Chroma=120.
وخارج الـFork Condition حط:
3-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 5 وخله بدون Else Condition
وداخل الـFork Conditions حط:
4-Set Screen Tone وحط القيم التالبة: Red=80 ,Green=80 ,Blue=100 ,Chroma=120.
وخارج الـFork Condition حط:
5-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 9 وخله بدون Else Condition
وداخل الـFork Conditions حط:
6-Set Screen Tone وحط القيم التالبة: Red=100 ,Green=100 ,Blue=100 ,Chroma=100.
وخارج الـFork Condition حط:
7-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 16 وخله بدون Else Condition
وداخل الـFork Conditions حط:
8-Set Screen Tone وحط القيم التالبة: Red=100 ,Green=70 ,Blue=40 ,Chroma=120.
وخارج الـFork Condition حط:
9-Fork Conditions و أختر المتغير Hours وأختر Greater or Equal to وحط 20 وخله بدون Else Condition
وداخل الـFork Conditions حط:
10-Set Screen Tone وحط القيم التالبة: Red=20 ,Green=40 ,Blue=80 ,Chroma=120.
انتهى
وأي شئ ماقدرت تفهمه فقط أسأل.
السلام عليكم ورحمة الله وبركاته
من فضلكم أريد برنامج RPG MAKER وشكرا