RPG Maker VX Ace Tutorial 8: Enemies, Troops, and Areas Basics

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 92

  • @mattysnedds9132
    @mattysnedds9132 7 лет назад +4

    I love these videos! I'm learning so much from all of them, thank you so much!

    • @Venthros
      @Venthros  7 лет назад

      You're quite welcome! Thanks for watching.

  • @theultimateknight7356
    @theultimateknight7356 6 лет назад +2

    can you plz come back to doing youtube vid and tutorials :(

  • @orbitalil4847
    @orbitalil4847 8 лет назад +1

    thx a lot forgot how to make areas but you saved me :D

  • @detectivecrimson7539
    @detectivecrimson7539 7 лет назад +1

    For some reason when I add a monster, it doesn't die when it dies. It loses all of its HP and disappears, but then it reappears! Please help me...

  • @N0B0DYG4M35
    @N0B0DYG4M35 5 лет назад

    I don't know if you still do anything on this channel or not but I had a scenario question... As short as possible... I have a factory leaking poison into a poisonous swamp... The story is that as you enter the swamp an auto event starts to poison you and doesn't stop until you find the switch and "stop the leak" So my auto poison works and effects the "map" upon entering. However I am having trouble getting the switch to turn the effect off... Not sure what I'm doing wrong... Is this something you'd be interested in covering or helping me with? Thanks

  • @garethhawkes4511
    @garethhawkes4511 8 лет назад +1

    I'm wondering how to make monsters move around independently. Have you made a vid based on this venthros? If you need more specification, I have enemies on my volcano map to approach my character or randomly move. That way is clear for me to understand for the time being. But then it comes to the point that I want enemies to do more. A spider needs to jump a gap between two platforms due to the flowing lava, but I can't get it to work. Another thing I am hoping for is that as you near an enemy, it then chases you until you manage to keep a fair distance away where it then returns to its patrol area. Is it possible to do these things with rpg maker vx ace?

    • @mikeydrago-dt8by
      @mikeydrago-dt8by 7 лет назад +1

      TjmanX I know I now have a script in my game, one for monster proximity. That makes matters much easier, but I still have not done the things I mentioned in my post.

    • @mikeydrago-dt8by
      @mikeydrago-dt8by 7 лет назад

      But I for one recommend using the monster proximity script. It makes things easier, as writing a Ruby script is very difficult.

  • @robbietox
    @robbietox 9 лет назад +2

    Please make an episode on how to conjure/ summon allies

  • @Syrithael
    @Syrithael 8 лет назад +1

    Is there a way for the troops to be randomized with the enemies you want in an area? For example I want zombies, skeletons, and ghosts in a crypt. instead of making like 20 troop combinations can I just have it randomly appear those enemies in groups of 1-3 mobs?

    • @Venthros
      @Venthros  8 лет назад +1

      +nathaniel herron , you'll have to make troops for each combination, I'm afraid.

  • @AhoyKyle
    @AhoyKyle 9 лет назад +1

    I am having a little problem... when i test it, and try battle, i always just got missed ONLY,, please help me to try not to get missed only!

    • @CalamityRepentance
      @CalamityRepentance 9 лет назад

      +Gamer2K You'll need to change the enemy's hit content (Features:Kind:Ex Parameter: Hit)
      (Your's probably looks like [Hit] + 0%)

  • @schnickus8981
    @schnickus8981 9 лет назад +4

    I loved this tutorial! :D I even made own enemies on an editing program and inserted my friends in 2 the game! xD

    • @trainerflowey2729
      @trainerflowey2729 4 года назад

      how did you do it? Please tell me so i can do it!

  • @eduardom.m.8995
    @eduardom.m.8995 8 лет назад

    is there anyway to have limited enemies in a especific map? like when you kill a certain amount of enemies they dont appear anymore

    • @tylermccarroll3971
      @tylermccarroll3971 8 лет назад +2

      +Funky Sans Yes, with variables. Under the troops tab, set an event for the specified troop to add +1 to a variable after each battle. Then, somewhere on the map, create an event with the condition of the variable amount that you want. So, if you wanted to kill 10 monsters, you would choose that specific variable and set it to 10 (or above). In the event commands, under page 3, system settings, there is an option that says "Change Encounter". Select disable. This will now disable all random events, if the conditional variable is 10 or more.

    • @eduardom.m.8995
      @eduardom.m.8995 8 лет назад +1

      Tyler Mccarroll thanks

  • @ClankerProductions
    @ClankerProductions 9 лет назад

    Venthros i need to ask something im trying to make a game and i try to raise the enemies health to as much as i can but it wont let me and when i battle test it it gets killed so easily cause it has 100 health please help me

  • @KefkeWren
    @KefkeWren 8 лет назад

    This answered _none_ of my questions! I figured all of that out with two minutes of playing around! The one thing I wanted to know, you skipped over - how do you pick balanced stats for your monsters?

  • @Flitch
    @Flitch 8 лет назад

    Is there a way for the music to be changed for enemies? For the final boss I want to make it more cooler if the ultimate boss has a different audio

    • @mikeydrago-dt8by
      @mikeydrago-dt8by 7 лет назад

      FLITCH 292 You can use the default battle music, or make your own just as long as it is in a file the software can read.

  • @quazarvoltige510
    @quazarvoltige510 10 лет назад +1

    You are always a lot of help

  • @burgee4393
    @burgee4393 9 лет назад

    How does one make enemies that chase the player after seeing them.
    Like say a slime was randomly walking then the player was in his line
    of sight and he chased the player and started a battle with them.

  • @FueFue
    @FueFue 9 лет назад

    Venthros hey man. how do i make a enemy health bar appear over a enemy?

  • @robbietox
    @robbietox 9 лет назад +3

    How do I make some enemies weak to an element, like poison or fire?

    • @Venthros
      @Venthros  9 лет назад +10

      robbietox Go into the database and click on the enemies tab. Make sure the slime is selected. Look on the right side of the screen where it says "Features". One of the lines says "Element Rate Ice * 200%". This is how it's done. Double click on an empty feature spot. Click on the element rate button and select an element. Then, select the percentage. Double damage would be 200%...so experiment and see what works for you. Hope that helps.

    • @robbietox
      @robbietox 9 лет назад +3

      Thanks!

    • @christa43237
      @christa43237 9 лет назад +2

      Venthros Hi Um how would I make an actor an enemy, and how can I add the actors graphic to the enemy's page?

  • @willyjf6193
    @willyjf6193 4 года назад

    wouldnt these trigger while in world map?

  • @sharp4114
    @sharp4114 9 лет назад +3

    what about a zelda like rpg where you press a button and it shoots a projectile or swing a sword or block with a shield.

    • @devillass6025
      @devillass6025 7 лет назад +1

      sharp4114 I would also like to know this. I wonder if we have to make our own 'scripts' for that.

  • @emzedjiklool511
    @emzedjiklool511 9 лет назад

    I know this is old, But what if i want multiple enemies in one area?, For example when i activate an actor, i fight a slime, And if i activate him again, he sends me a skeleton,Another example is when i talk to a guy for the first time and he gives me gold, but when i talk to him again he doesn't give me gold. I would like to know how to do something like those.I need this ASAP

  • @shiahshishis8323
    @shiahshishis8323 4 года назад

    this was very helpful

  • @DrasscoOfRascia
    @DrasscoOfRascia 9 лет назад

    Hey Venthros, please respond to my question if you have time.
    Is there a way to resize enemies? I made "Snakeling" and "Mother Snake" enemies for my game, which are basically pallet swaps, but I want Mother snakes to appear bigger in battle. Is there a way to do it?

    • @Venthros
      @Venthros  9 лет назад

      Draxter GameZ You'd have to resize it in photoshop or some other photo editor...but it can be done.

    • @ziongamer6905
      @ziongamer6905 9 лет назад

      Venthros What if i made my own art for my enemy how would i put it in the game without getting rid of the background?

    • @UlulvarCape
      @UlulvarCape 9 лет назад

      ZionGamer
      Its looked horrible

    • @ziongamer6905
      @ziongamer6905 9 лет назад

      joshd415 I solved the problem for enemies but not players

    • @UlulvarCape
      @UlulvarCape 9 лет назад

      ZionGamer what i meant was the battles, if there was no white background or any colored background besides transperent, it be okay

  • @11magic1man11
    @11magic1man11 5 лет назад

    so is there a way to change the number of enemies that appear? im trying to make one rat appear but I cant change it from 3 to 1

    • @royclimer4311
      @royclimer4311 4 года назад

      The troops tabs allows you to remove rats or add rats from the rat troop Hope that helps

  • @cheftonberry1262
    @cheftonberry1262 9 лет назад

    Is it possible to have the enemies visible before you fight them? For ex. the enemies in Chrono Trigger.

    • @emzedjiklool511
      @emzedjiklool511 9 лет назад +1

      ChefTonberry Possibly, If you don't use random encounters and just plant enemies in certain locations.

  • @Ryogreth
    @Ryogreth 8 лет назад

    could you potentially create a spot where a certain enemy spawns. A rare encounter in a better term?

    • @CottonCandySharks
      @CottonCandySharks 7 лет назад

      Draigon_The_Valiant You can create an event and create an encounter that way (like a boss battle) either with or without a graphic.

  • @Luxxiie369
    @Luxxiie369 5 лет назад

    Probably wont get an answer since this is a forever and a day ago, but does it have to be on field? or am i able to do this type on exterior?

    • @Venthros
      @Venthros  5 лет назад +1

      If you're talking about the region editing, then yes, you can do that on any map.

    • @Luxxiie369
      @Luxxiie369 5 лет назад

      @@Venthros Thanks, wasn't sure. I been watching a ton of videos and your videos are the most helpful so far. Working on a RPG so I might throw some crazy questions soon. :D thanks again

    • @Venthros
      @Venthros  5 лет назад +1

      That's cool, send me all your crazy questions! Also, thanks for the kind words...I really appreciate it.

  • @kirbyandfriendzz-plushtoya1923
    @kirbyandfriendzz-plushtoya1923 8 лет назад

    also I need to know that how do you make custom enemies not the enemies form RPG Makers!

  • @M00NLightNinja
    @M00NLightNinja 7 лет назад +1

    but how do i resize a enime

  • @doubleblade
    @doubleblade 9 лет назад

    one thing u didnt mention how did u get the angel graphic

    • @NexusPrimordial
      @NexusPrimordial 8 лет назад

      +doubleblade (kiddrocker) it came with a resource pack probably, these things are mostly paid for map tiles and sounds made by users

    • @doubleblade
      @doubleblade 8 лет назад

      np

  • @masterenactor1796
    @masterenactor1796 6 лет назад

    Is there a way to make an attack that is a guaranteed Critical Strike?

    • @royclimer4311
      @royclimer4311 4 года назад

      You should be able to do that under the skills tabs the far right of the skill allows you to add things like increased ants of critical stuff like that underneath the damage formula Hope that helps

  • @THEGAVINSPY
    @THEGAVINSPY 8 лет назад

    I Have The Trail Version So I Can't Do Most Of This Stuff Still Great To Learn Through

  • @nekokagamine6126
    @nekokagamine6126 9 лет назад

    I made two types of slimes (4 actually), with the same everything for now only difference is the element, but one of them I can hit, one of them I cannot.

  • @Borkeen2024
    @Borkeen2024 5 лет назад

    hi how do i make an enemy appear when my actors interact with an object?

    • @Venthros
      @Venthros  5 лет назад +1

      You're going to use the "Battle Processing" event command.

  • @meechieboy4902
    @meechieboy4902 4 года назад

    Tutorial Completed....

    • @Venthros
      @Venthros  4 года назад +2

      You're on a roll!

    • @meechieboy4902
      @meechieboy4902 4 года назад

      @@Venthros Thanks!!!! I got many great ideas for action type games....

  • @darkbowserdofus9978
    @darkbowserdofus9978 9 лет назад

    I got a problem. (kinda)
    The name of the enemy says (insert name) A even when there is only 1 enemy.

    • @vincentcampaert8497
      @vincentcampaert8497 9 лет назад

      Darkbowserdofus99 Maybe you haven't given your enemies or troops a name...

    • @darkbowserdofus9978
      @darkbowserdofus9978 9 лет назад

      ***** (insert name) is not the problem.
      it is the "A"

    • @vincentcampaert8497
      @vincentcampaert8497 9 лет назад

      Darkbowserdofus99
      Could you maybe gyazo it? and send the link to me?

  • @digitalwolfy2440
    @digitalwolfy2440 5 лет назад

    when i add a tree to my scene it removes the ground

  • @fireboykez
    @fireboykez 7 лет назад

    Is there a way to give an enemy a certain battle theme?

  • @mikeydrago-dt8by
    @mikeydrago-dt8by 8 лет назад

    Also. Gareth Hawkes is another channel I have. This one is the main one I use. mikey1393drago

  • @AJ-ut5bt
    @AJ-ut5bt 5 лет назад

    How can I add more hp to a enemy so that it doesn't die very easily.

    • @royclimer4311
      @royclimer4311 4 года назад

      Under the enemy's tabs you can adjust the hp.

  • @TODODES333
    @TODODES333 9 лет назад

    Do enemies have level?

  • @jefflangley1428
    @jefflangley1428 8 лет назад

    I have the steam version and i cant make more foes

    • @hypertotodile3604
      @hypertotodile3604 8 лет назад

      +Teddy Roosevelt I have a Mac so if you have a Mac then what I say will help as I do it with my Steam version too. I assume since your specifically using the Steam version that your on a Mac too, and as such, here is what I do! If you have a PC, just look up a tutorial or something on this. Here we go!
      On your computer, go to a folder. On the left side, select Documents. Go to the Games folder. Go inside it. Look for your game's name as a folder. Go inside. Go to img. Go to enemies and sv_enemies. Put your foes images into those 2 folders. Now do what this tutorial tells you to do! :D

  • @chrisgreen2486
    @chrisgreen2486 9 лет назад +1

    Venthros My brother wants to know, how to go from talking to a battle

    • @emzedjiklool511
      @emzedjiklool511 9 лет назад +1

      Chris Green After you added in the text, add another event, Go to tab 3, and select "Battle processing"
      Select the enemy,Mess around with the options, and then you're done!

    • @chrisgreen2486
      @chrisgreen2486 9 лет назад

      Thanks

  • @alduinskhajiit51
    @alduinskhajiit51 Год назад

    I HATE how you left IMPORTANT information out! You NEVER EVEN BOTHERED to talk about attack patterns

  • @norrhede221
    @norrhede221 8 лет назад

    ONLY 1 DISLIKE HOLY SHAIT 16 527 VIEWS!

  • @godzillafan-mj3tp
    @godzillafan-mj3tp 8 лет назад

    I have xp

  • @timothydiesal9410
    @timothydiesal9410 9 лет назад

    RPG Maker spelt rat "rate" no big deal