Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

cdaz

Member
  • Content Count

    12
  • Joined

  • Last visited

About cdaz

  • Rank
    Newbie

Profile Information

  • Gender
    Male

Engines I Use

  • RPG Maker XP
    Yes

Engines

  • Prefered Engine
    RPG Maker XP
  • Engine Level
    Bad
  • Class Title
    3D Modeller
  1. I know there are Script to make you can bush every keyboard button but that's not I need(at least not now). All I want just remaping key control just like when we push F1 but I want to set it default key . Player don't need to waste they time to messing with it by themself. For example player download my game and they can push A on Xbox360 Pad to take action ,push B to cancle and push Y to Open menu like every modern JRPG. And player not to setting it by themself they just open the game and have fun with that setting. Is there any way to do this or I really need to capture the best key setting and tell player to set after me by themself? I try to search in default Script found a lot of calling to use input::X but can't find any line that said how input::X work.
  2. Thank you very much I can Fix it now
  3. Youtube Video -> Ah sorry for my unclear word. For my main problem in this topic is when variable reach to ten My first digit stay still at 9 So the number show on my screen is 1 2 3 4 5 6 7 8 9 19 What I want to know is how to make it 1 2 3 4 5 6 7 8 9 10 This VDO Clip maybe made it more clear about my problem. And for my <= ,>= problem it just notting happen it act like the program can't detect These condition.
  4. I try to search Script for this but can't found one. So I try to made it by Event. I made Picture of Number 0-9. Create an Event with Condition brunch to check if this variable (Named Killing Spree) = 0 Show Picture'0' if this variable (Named Killing Spree) = 1 Show Picture'1' blah blah . But the problem is when The variable reached to ten. I don't know how to made how to reset Ones Place number to 10. Same as Tens Place I don't know how to reset it to 0 when reached at 100. And... another queastion this is not serious problem but I just curious. why I can't use "Equal or Less" and "Equal or Greater" When I try to make [if Killing Spree < 10] Show 0 (at Tens Place) ,[if Killing Spree >=10] Show 1 then it's not work. But when I change to [if Killing Spree >9] it work with out problem. I'm pretty sure I was use <=,>= a lot of time in my C# class at college but it never work on RMXP. (I has this problem when I try to made my custome HP Gauge to)
  5. Thank you very much. I like to use UMS too. But just a little problem I can't find the Edited version of this script to supported my language(Thai) And Most of Thai RPG MAKER community are gone. I found AMS on very old web board. And I lack of skill to edited it myself. In my language there are some character show above another. with out edited script it will show only horizon text. But thank for advising I will try to find one.
  6. Thank you.I just want to set some Text to center alignment on tutorial message or Mission Briefing . Like Megaman Legend games. Youtube Video ->
  7. I think i can do it a long time ago while I still try demo version. But i can't find the way to do it now. (Or maybe I used Script or VX that time) I search forum and google and found this topic http://www.gdunlimited.net/forums/topic/8399-requesting-script-for-centering-text/ But I don't know how to use it. did i need to Call Script or Just "\" or something like that? Ps. I use dubealex AMS for my text Script. did it has any command to do this?
  8. I made stealth game that player can get in the box like Metal Gears series. When player in the box Speed and Frequency will decreased and when get out it will turn to normal. But the problem is I don't know what is it default setting. Can someone tell me please?
  9. This Script is perfect noting wrong with it. But i have a little problem that I can't solve by myself I made the event with 3 Event Pages First is just for active sensor. (Am I do it right way?) The Second Page for Surprise reaction when this cat ears girl found Players She Yelled "Ah!! It's You!!!" and then go to pages 3 On Third Page she gonna chase us and if she can touch the player she will attack player And the problem is i don't know how to stop her don't know how to make her stop chasing player and turn back to walk randomly. So she gonna hunt the player down until the end of time and that's not I want. Youtube Video -> I try to put chasing into 2nd page it's work she turn back to normal after player run away to far or play hide behind the wall. But this make she never stop yelling. Then I try to put another Self Script for it I insert Control Self Switch A On into 1st Page And add Condition Brunch to 2nd page to check if Self Switch A still on she will yell and turn of Self Switch. If Self Switch already turn off she will be chase. But this make she completely ignored player even play run in to her she has no reaction. (Actually when I try it's last night my game crash. Try again to day not crash but ignored) Even if this work I still don't know how to make she attack player when touching him without change 2nd Page Trigger to Event Touch. ---------------------------- And another question not really about the script. But how can I make she walking to another event that I set as trap when player touch it? (Like some Glass Fragment or Security System) And if she don't find the player she will starting searching randomly like noting happen again. How can I do that? Set move route only has "move toward player" not" toward event" And even i can make her run her way to another Event I still don't know how to turn her back to normal self when she can't find the Player. (Just like my first problem) Thank you and sorry for my English that maybe make you confuse
  10. Not too hard. I will try to draw it on this template it if you still want it. Don't need classic zombie then how about White Walker from Game of Throne?
  11. Thank you very much!!
  12. To make picture lock their position on the Map like some tiles of events than fix to screen. This will help me solve a lot problem on my game system. or if it can locked Picture to event position Just like Light Painting , make targeting Crosshair,Show Enemy Sight ECT I try to search this script for a week. Sadly I can't found any of it for RMXP but one for RMVX (http://rmrk.net/index.php/topic,44837.0.html) Did someone has this script for RMXP or another script that? Ps.Sorry for my poor Grammar. ,
×
×
  • Create New...