Announcement

Collapse
No announcement yet.

Series 2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Series 2

    I've begun working on what will hopefully be completed at some point in the future. It is a sequel to Series 1, and will be made on RPGM3 as well. It's going to be an arena combat game (seeing as how a strat-rpg is impossible to do with RPGM3) with nods to Gladius and FFT Advance. I've eliminated random battles (they do get tedious in short order), and in their place put scripted arena battles (but you will still fight against monsters). I hope to place some puzzle-filled dungeons in the game as side quests, and want the story to involve political intrigue. I'm still hazy on the details of the story though. There will be a unique leveling-up system, though. Each of the four characters is well-versed in one attribute (DEF, STR, MAG, and AGI). In order to level up, you need to raise each character's primary attribute to a certain value before you level up. How do you raise these stats, you ask? Simple. Each battle will reward you with one or more stat increases. And each battle will involve 1, 2 ,3 or all four characters. So for an example, if a battle is for 2 characters, and you gain 20 STR for winning the battle, will you put the character in who needs a high STR to level up? Or will you put in a lower STR character who needs to raise his (or her) STR in order to stay competitive in the battles? I'm trying to give you some choices in who you pick for each battle, and am leaving it up to you in terms of how you build your characters.

    I might possibly make a branching path type of game as well (it depends on how much work the rest of this is going to be), meaning when the game begins, it'll ask you if you played as good or evil in Series 1 (assuming you played it, of course). Depending on your answer, the storyline will change, and different people will expect different things out of you. There quite possibly would be different side quests as well. But most of this is a long way off, as I just started working on the rudimentary basics of the game. Foremost in creating this type of game on RPGM3 was whether or not the scripting for a character select would go over 50 lines. Luckily, for the player to choose 2 characters to battle with, mode 1 and mode 2 both use exactly 50 lines of scripting. I think a 3 person select would take up too many lines, but a 1 person select would probably work. I'm also planning on making certain battles contingent on what a particular stat is. For example, in order to fight a particular battle, a character has to have an AGI stat of 50 or greater. However, thinking about how that will be done, it will probably be a one character battle, as more characters would probably use more lines in a mode than the 50 you have available to use.

    So that's the plan for now. I hope to continue working on this, and hope I do not have to leave too many things out due to the 50 lines per mode restriction. Anyway, thanks for keeping up with my progress, and thanks to those who have downloaded (and hopefully played) Series 1.

    Update (5-24-06):
    I haven't been working on the game much this past week. I just got a Nintendo DS, and I've been playing that quite a bit. Also, as you cannot copy events, it's going to make what I want to do that much more time-consuming. After every battle, I want the same basic thing to happen (requiring probably three or more modes with 30-50 lines each). I just want to be able to change the details relating to each battle. So it looks like I'm gonna have to painstakingly repeat the same code info probably about 40 times, as that is how many "arena battles" I plan on having. It's going to get really tedious, really quickly. Right now, I'm not sure if it's even worth continuing. It just seems like too much hassle for so little payoff. Well, we'll see what happens.

    Update (6-23-06):
    I explain a bit more of my levelling up system in the following thread:
    http://www.pavilionboards.com/forum/...187#post136187
    Last edited by Perversion; 06-25-2006, 04:32 PM.

    #2
    Re: Series 2

    Right now, my TV is in the shop getting repaired, so as much as I am jonesing to start working on this again, it's gonna have to wait. If the details of the game are not too hard to put into place, I'll probably submit this for the summer contest. However, I've also been thinking about making Series 3, also for RPM3, which will be (assuming I make it of course) a farming/dating sim. I'm gonna take a guess and think that it might be possible to make a game like this for RPGM3, but I'm not sure. I've only been toying with the idea, and really have not begun to lay it out yet. The thing about this is that if it works, it might actually be released BEFORE Series 2. It seems as if it would involve a lot less work. Ideally, I would like to make some Animal Crossing-esqe encounters in it, but in order to do so, I would probably need to make some pseudo-random number generator, possibly involving the time of day. Of course, the conversations would not be even as close to varied as Animal Crossing, as each character can only have 20 modes. But I might be able to get away with something. We'll see. I know this is a double post, but after all the downloads I've got for Series 1, I want people to be able to go to this forum and easily see what is next from the mind of Perversion. Thank you for your time.

    Comment


      #3
      Re: Series 2

      sounds good so far

      Comment


        #4
        Re: Series 2

        Don't forgot about the take over command. That thing can be a godsend.

        Comment


          #5
          Re: Series 2

          Originally posted by hitogoroshi
          Don't forgot about the take over command.
          Take over command? Whatever are you referring to??

          I think this command is in RPGM 1...I'm using 3 exclusively for now...until I want to invest a major chunk of time into learning RPGM2...which hasn't happened yet.

          I just realized how many ellipses I use...and how I sometimes go overboard in using them...oh, well.
          Last edited by Perversion; 07-08-2006, 08:20 AM.

          Comment


            #6
            Re: Series 2

            http://www.pavilionboards.com/forum/...ead.php?t=7646



            ?!?!?!?!?!?!

            Comment


              #7
              Re: Series 2

              By "take over" I mean "event transistion." Meaning that you can re-use the same event over and over rather then remaking the darn thing, thus making the inability to copy events far less problematic.

              Comment


                #8
                Re: Series 2

                That is quite a good idea...I never thought about doing that. Unfortunately, all of my "end of arena battle" events, although very similar in structure, will contain different details (how much STR goes up, for example, might be different from one event to the next). So I'll keep this idea in mind for other applications, but unfortunately, it does not work in this case.
                Last edited by Perversion; 07-18-2006, 09:56 PM.

                Comment


                  #9
                  Re: Series 2

                  Originally posted by Perversion
                  Perversion, please check you're PM's, I need to discuss this with you.

                  Comment


                    #10
                    Re: Series 2

                    Originally posted by Perversion
                    That is quite a good idea...I never thought about doing that. Unfortunately, all of my "end of arena battle" events, although very similar in structure, will contain different details (how much STR goes up, for example, might be different from one event to the next). So I'll keep this idea in mind for other applications, but unfortunately, it does not work in this case.
                    Oh yeah, I forgot, you can't copy events from one mode to the next. I love RPGM3, but sometimes....
                    Last edited by hitogoroshi; 07-27-2006, 05:17 PM.

                    Comment

                    Working...
                    X