Jump to content

AngelCou

Member
  • Content Count

    42
  • Joined

  • Last visited

  • Days Won

    1

AngelCou last won the day on May 8 2015

AngelCou had the most liked content!

Community Reputation

12

About AngelCou

  • Rank
    Advanced Member
  • Birthday 08/20/1993

Contact Methods

  • Skype
    angel-cou

Profile Information

  • Gender
    Not Telling
  • Location
    Costa Rica
  • Interests
    Manga, Cartoons and easy games XD
  1. AngelCou

    Our Own Corner of the World

    After some glitches and problems, I could finally upload a demo that works. Play it if you like and give me your feedback. I updated the link.
  2. Our Own Corner of the World Abstract: River, our protagonist died in an accident and to be alive once again, he must agreed to marry a witch. Afterwards, many things happen. Genre: The games is RPG, fantasy, little horror. Game Progression: The game is right now at a 25%, with it's first demo. The demo is around 2 hours. Story: Character Bios: River: Sunshine: Credits: Screenshots: Demo Download Link:
  3. AngelCou

    Give character resistance to states

    Technically, you could run it anywhere, but yes, you can run it with a Command Script from the editor. The break down of this line: $data_actors[X].features.push(RPG::BaseItem::Feature.new(14, Y)) The X is the index of actor in the database. For example, replacing the X with 1 would make it the very first actor/character in your editor database. The Y is the index of state in the database. For example, replacing the Y with 1 would be death by default. The 14 is State Resist, so don't change that. This would make your first character resistant to death: $data_actors[1].features.push(RPG::BaseItem::Feature.new(14, 1)) Thank you very much, It worked.
  4. AngelCou

    Give character resistance to states

    $data_actors[99].features.push(RPG::BaseItem::Feature.new(14, 101)) This is how you inject resistance to state index 101 directly into actor index 99, but the above method seems more creative. Sadly the Yanfly' Script for passive states crashes when I start the game. So about this { $data_actors[99].features.push(RPG::BaseItem::Feature.new(14, 101))}, I don't know about these things, do I use a command to run an script? Do I need to change any numbers? Can you provide me an example? Please...
  5. AngelCou

    Give character resistance to states

    Thank you very much! This is a life savior! Now I have to figured out how to add this to the actor, command events? Scripts?
  6. AngelCou

    Hi

    Welcome! This website is great, you can ask for help, for opinions and post your game or play other people's games!
  7. AngelCou

    Hello

    Welcome! I hope you have a good time here!
  8. https://www.youtube.com/watch?v=gJ-V2dmKloY This is the prologue of the game... I would like opinions about the art, the titlesets and the story... about the music... I am still trying to figure it out. I will appreciate any critiques and opinions. Also opinions about the battle will be appreciated. What do you say?
  9. I changed the design of the characters, and the story a little bit. I gave River a more matured look and Sunshine I gave her a more creepy doll look. Also I changed the weapons and the fighting style. The game is still on black and white. Also I have been working in the battle system, changing the position of the characters and how the menu looks like. What do you think? I would appreciate any opinion to improved it. Here is the video https://www.youtube.com/watch?v=i8I8apF08U0
  10. You see, one of my characters is a necromancer and I was trying that she has the spell to summon an undead in the middle of the battle, I wanted the undead to be an actor that only shows up in the middle of the battle, with the same level as the necromancer and goes away at the end of the battle, but I having problems with the common events and I am unable to summon the undead. Any ideas in how make this happen?
  11. AngelCou

    Message Box Problem

    Oh, I see, that explains why the problem, maybe I should put the variable on another number, thanks for helping me out.
  12. AngelCou

    Enemy elemental weakness

    Thank you very much and I am sorry, I don't know where to post this kind of questions.
  13. AngelCou

    Demo

    I tried the demo... ah... well... The window color is awful, that green color doesn't work, the houses should be taller, like real houses, and there should be doors and I can't say anything else because I can't get in anywhere.
  14. AngelCou

    Opinion on tilesets and pictures

    Yes, it is intentional... the pharmacy name's is Phar Masy. And thanks.
  15. AngelCou

    A bug appeared from nowhere

    Don't worry about it, I fixed it last night when I check I erased a picture, but it's ok now.
×
Top ArrowTop Arrow Highlighted