[VX]Nature's Call - Gaia's Creation

Started by Delyemerald2, July 04, 2010, 05:47:04 am

Previous topic - Next topic

Delyemerald2

July 04, 2010, 02:13:07 pm #20 Last Edit: July 04, 2010, 02:14:43 pm by Delyemerald2
Also tried, will try again...

EDIT:
Still the bug...

SBR*

July 04, 2010, 02:15:32 pm #21 Last Edit: July 04, 2010, 02:17:33 pm by SBR*
It should be this:


   def gain_item(item_id, n)
     # Update quantity data in the hash.
     if item_id > 0
       @items[item_id] = [[item_number(item_id) + n, 0].max, 99].min
     end
   end


EDIT: Add me on MSN.

Delyemerald2

D'OH! Still doesn't work! STUPID RMVX!!!

SBR*

July 04, 2010, 02:18:32 pm #23 Last Edit: July 04, 2010, 02:20:08 pm by SBR*
Oh, VX, hang on. Oh, no, wait, add me on MSN.

EDIT: Oh, wait, I can't log in on MSN... But use this:


  def gain_item(item, n, include_equip = false)
    number = item_number(item)
    case item
    when RPG::Item
      @items[item.id] = [[number + n, 0].max, 99].min
    when RPG::Weapon
      @weapons[item.id] = [[number + n, 0].max, 99].min
    when RPG::Armor
      @armors[item.id] = [[number + n, 0].max, 99].min
    end
    n += number
    if include_equip and n < 0
      for actor in members
        while n < 0 and actor.equips.include?(item)
          actor.discard_equip(item)
          n += 1
        end
      end
    end
  end

Delyemerald2

July 04, 2010, 02:21:00 pm #24 Last Edit: July 04, 2010, 02:23:21 pm by Delyemerald2
Sure thing.

EDIT: Tried it, doesn't work :S

SBR*

BTW, you said there was a problem in the Game_Actor script, it should be Game_Party. Find this in Game_Interpreter:


def command_126


It should be this:


  def command_126
    value = operate_value(@params[1], @params[2], @params[3])
    $game_party.gain_item($data_items[@params[0]], value)
    $game_map.need_refresh = true
    return true
  end

Delyemerald2


SBR*


Delyemerald2

Well if I am doomed, I am the devil himself  :evil: :naughty:
I found the problem, and it's solved! I rule  ;)

Screens are coming quickly, I only don't know when.

SBR*

What was the problem? I'm curious :D.

Delyemerald2

There was something wrong with the party changer script I used, but I don't know anything more than that. Need to find a new one...

Also lost some maps, so I will recover those before I post screens.

SBR*


Delyemerald2

October 08, 2010, 03:25:26 pm #32 Last Edit: October 09, 2010, 07:39:32 am by Delyemerald2
God, I hate myself for talking to girls too much, amen.

I'm sorry I didn't continue this topic when for about 2-3 months -.-
To sum things up, first I had to change about the whole database which took me almost a month.
Second I was going a little slow on the maps because they are seriously boring to make.
Third I was getting lost in talking to most of my friends for 'bout 2 months.

But I'm back (finally). Just a two small in-between notices, if this ever happens again PLEASE SEND ME A E-MAIL FOR STOPPING WITH THE SHIT I'M BUSY WITH, AND THAT I MUST CONTINUE ON THE PROJECT. Also, I'm working on another project in rm2k3 (a WAAAAAAAAY smaller one) which sometimes needs one of my days.
Right now, I'm replaying the game to check the database and to make screens, so I think I'll get screens up in 2 hours or something, or tomorrow (in my time, so in 10 and a half hours from now).

EDIT: Alright, got the first 3 screens. Check the first post too see them.

Delyemerald2

October 13, 2010, 02:00:55 pm #33 Last Edit: October 13, 2010, 02:15:23 pm by Delyemerald2
Well, here's the demo. Version 0.3
This demo goes from the beginning till after Tullus.
Report any bugs, or write them down in the survey. After completion of the demo, send the survey to d.dezley@hotmail.com, so I know what I need to edit/remove/add.
Have fun!
Version 0.3
Survey

Calintz

October 13, 2010, 03:43:30 pm #34 Last Edit: October 13, 2010, 04:12:24 pm by Calintz
I'm downloading it now to try it.

Edit:
Okay, so I played some of the DEMO. I am into the oasis now trying to retrieve the Sand Crystal. I have to say...this DEMO opens my eyes to RMVX. It's standard resources are beautiful and they are extremely easy on the eyes! The flow of the game so far is well, and your personal touches liven it up. I think you're doing a good job, but you could definitely work on your maps, and watch your grammar mistakes.

Also, at the end of your battle tutorial the victory window opens prematurely and shadows out the enemy's dying sequence. You should look into this.

Overall thus far: 7.5/10.
I really like this game so far.

WhiteRose

Haven't actually tried the game yet, but just a suggestion:

I haven't used VX, but I think it supports fogs. On your underwater screenshot, just changing the tone makes it look like night, not underwater. Try adding a fog layer on top that looks like ripples in order to get a better effect.

Delyemerald2

@Calintz: Ty. For the grammar mistakes, am dutch and have not yet learned all grammar  :^_^': For the maps, which things could be improved most?

@Rose: It doesn't support fogs. Only rmxp does.

Delyemerald2

October 14, 2010, 02:34:11 pm #37 Last Edit: October 14, 2010, 03:15:43 pm by Delyemerald2
=IMPORTANT=
An important note about the demo, DON'T WASTE YOUR JP ON COUNTER!!! The skills isn't done yet as it doesn't work with SBS. I will work on that. Also, healing skills don't work in battle for some reason. At least, as far as I know... The ATB bars are already to their good locations. Last, some of the skills of jobs like Sorcerer don't work because I haven't made them yet. That was all, I hope...

EDIT:
Made a banner: