The RPG Maker Resource Kit

Other Game Creation => Game Creation General Chat => Topic started by: TDS on December 01, 2011, 05:18:12 PM

Title: RPG Maker VX Ace is released! [First impressions]
Post by: TDS on December 01, 2011, 05:18:12 PM
So, VX Ace trial is out.

http://www.famitsu.com/freegame/trial/vxace_trial.html

RGSS3 confirmed to be faster than RGSS2.

There seems to be a few tutorials in the help file. Tutorials that look suspiciously familiar.

Edit: Terrain tags are back!, Lot's of things are now handled by modules.

When selecting icons it shows you their index in a little box at the bottom.

There is an option for using a console window. (No more having to use print to debug "If you want to test it out go to the option in (G) Alt + G and click on the (C) option" then put on a script call puts "text or something")

RGSS3 features so far.

The RPG::BGM and RPG::BGS modules seem to have a "play" method that allows you to select where to start playing the music if the format is ogg or wav. Audio module also has the feature to play at desire position and to get the position with Audio.bgm_pos.

There is a method to play movies. Graphics.play_movie(filename).

There's a new TestBattler module that is part of RPG::System.

Windows can now have tones which seem to be changeable at RPG::System.

A few flags such as "japanese", version_id and game_title that are also part of RPG::System.

It would seem that they "fixed" the F12 bug by using a new internal method "rgss_main { SceneManager.run }".

There is a rgss_stop method which sounds very useful to me. It stops the the process of a script and basically loops the screen.

And there seems to be quite a few new methods for the Window class.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 01, 2011, 08:27:38 PM
according to some articles I read, everything BUT the scripts will work in this new version. All your music, maps and what not will work. What I am waiting for is some to transfer over the parallax scripts so that parallax can be done like it is in VX
Title: Re: RPG Maker VX Ace is released!
Post by: Gracie on December 01, 2011, 09:11:01 PM
Going to wait for an English release to this.
Title: Re: RPG Maker VX Ace is released!
Post by: Zylos on December 01, 2011, 09:20:05 PM
Let me know if it gets confirmed that there'll be an English release, or just smack me if there already is one and I'm just being a lazyass for not bothering to look.
Title: Re: RPG Maker VX Ace is released!
Post by: modern algebra on December 01, 2011, 11:16:56 PM
4way passability is also back too. Tilesets are greatly improved - you can again set bush and table tiles manually, in addition to ladder passability so that the character is facing the right direction when climbing ladders.

Autoshadows are gone and replaced with a simple 16x16 paint tool accessible on the map itself.

I didnd't have a lot of time to look around at everything, but so far there are only improvements.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 01, 2011, 11:34:44 PM
How do you know? if I might ask?
Title: Re: RPG Maker VX Ace is released!
Post by: TDS on December 01, 2011, 11:36:13 PM
Because it's on the trial, even if you don't know Japanese most scripters can easily recognize old features and symbols because they are similar to previous iterations of the software, and as for the new ones they are pretty obvious.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 01, 2011, 11:43:38 PM
ahh understood

do we know when the English version comes out?
Title: Re: RPG Maker VX Ace is released!
Post by: TDS on December 01, 2011, 11:45:38 PM
Nope, but there is already a full translation of the the Trial software. It's not a legal one so I don't know if I'm allowed to post any links to it.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 01, 2011, 11:47:08 PM
I wouldnt. Any ways I really want the english version out soon. Wiki sais both versions go on sale december 15 (worldwide) but I have no idea if thats right...
Title: Re: RPG Maker VX Ace is released!
Post by: modern algebra on December 01, 2011, 11:49:06 PM
yeah, I don't have an english version, but as TDS says, the scripts are still in Ruby :)

The message system is way better designed too. Not only does it have better default features, like choice boxes, and key item selection, but more importantly the script itself is much better designed and far easier to alias. There is a lot more room for compatible message systems now, which means it is feasible to design them feature by feature rather than make one big script like the ATS. That would allow users to make more tailored choices about which features they want added, and you could even use message system features designed by multiple different scripters.

Also, it looks like the special codes are global by default, which means you can change colours, use icons, even make new lines anywhere - like in descriptions (help windows are now two lines, btw).


Also neat - areas aren't just rectangles any more - instead there is a paint tool that allows you to colour the area for each map, and when you select an enemy, you can either make it show up in all areas or up to three separate areas (or more, as it looks like you can simply set up two slots for the monsters).
Title: Re: RPG Maker VX Ace is released!
Post by: TDS on December 01, 2011, 11:57:41 PM
modern algebra, I thought you would be more hyped about the console window.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi.imgur.com%2Fs2To0.png&hash=933663a1a2b65d7b5a42ee831be6f4ba1a3a59db)
(How to activate the console window)

Since you can't change the scripts you can try it out using script calls (Should be on Tab 3 of event commands and the last on the right column). Pretty sure I don't need to tell you how to use it, but for everyone else who wants to try it out it just use "puts" or "print" to output the contents to the console window.
Title: Re: RPG Maker VX Ace is released!
Post by: cozziekuns on December 02, 2011, 12:00:40 AM
Yeah, after playing around with ACE a bit it seems pretty awesome. Can't wait for the full release. Anyways, IMO:

Quote
Also neat - areas aren't just rectangles any more - instead there is a paint tool that allows you to colour the area for each map, and when you select an enemy, you can either make it show up in all areas or up to three areas.

Probably the best feature. Will make things easier for scripter and non-scripter alike.
Title: Re: RPG Maker VX Ace is released!
Post by: modern algebra on December 02, 2011, 12:04:21 AM
haha, cool. I didn't even notice it. I'll try it out soon.
Title: Re: RPG Maker VX Ace is released!
Post by: Zylos on December 02, 2011, 12:12:23 AM
*whimpers and pines for an officially translated version* ;-;
Title: Re: RPG Maker VX Ace is released!
Post by: yuyu! on December 02, 2011, 12:19:12 AM
*whimpers and pines for an officially translated version* ;-;

I think I'm going to whimper, too... we english-speakers are so forgotten!! D: (not really... but, yeah...)

By the way... Sorry I made your rep 666, MA. I swear I didn't do it on purpose... I was half asleep and was like "let's give MA some rep" and then was like "wait a minute... 666... aw, snap..." :) lol
Title: Re: RPG Maker VX Ace is released!
Post by: cozziekuns on December 02, 2011, 12:37:48 AM
Videos have to be .ogv : (
Or at least it looks like it.

Fibers have been introduced for handling items through the interpreter, which is nice.
Title: Re: RPG Maker VX Ace is released!
Post by: TDS on December 02, 2011, 01:04:58 AM
Random question for any musician who might be reading. When obtaining the Midi playing position it gives me a value in increments like: 0, 33076, 66152 etc all increments of 33076. Is it that way with all midi/ogg or does the value change as part of a setting.

Trying to figure out how to get the current position of the midi playing in seconds rather than those large values so I can make a method to play at a certain second.

Also something I discovered while playing with the Audio, it would seem that you need to stop a song before playing it again. Otherwise the song wont play at the desired position.

For those who want to try it out for themselves.

Code: [Select]
filename = 'Audio/BGM/Field3'
Audio.bgm_stop
Audio.bgm_play(filename, 100, 100, 0)

prev = -1
loop do
  if Audio.bgm_pos != prev
    p "Play Pos:" + Audio.bgm_pos.to_s
    prev = Audio.bgm_pos
  end
end

It should all fit within a script call.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 02, 2011, 01:22:40 AM
I dont think many people will use this until some scripts are made.
Title: Re: RPG Maker VX Ace is released!
Post by: LoganF on December 02, 2011, 02:36:26 AM
This post now has it's own thread:

VXAce Database - Rough Translations (http://rmrk.net/index.php/topic,44421.msg503061.html#msg503061)

Check it out for a look into a (roughly) translated database.
Title: Re: RPG Maker VX Ace is released!
Post by: modern algebra on December 02, 2011, 03:45:13 AM
I dont think many people will use this until some scripts are made.

Alrighty then; challenge accepted :P

Code: [Select]
#==============================================================================
#    Geomancy [VXA]
#    Version: 1.0
#    Author: modern algebra (rmrk.net)
#    Date: December 1, 2011
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#  Description:
#
#    This script allows you to set it so that certain skills can only be used
#   on particular types of terrain.
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#  Instructions:
#
#    To set it so that a skill can only be used on particular terrain tags,
#   simply put the following code in the notebox of the skill:
#
#        \Terrains[x, y, ..., z]
#
#   where x, y, ..., z are the terrain tags you want to enable it for. If you
#   don't set this code at all, then the skill can be used on any non-excluded
#   terrains.
#
#    You can also do it backwards - if you want the skill to be usable on all
#   terrains EXCEPT specified terrains, then you use the following code:
#
#        \!Terrains[x, y, ..., z]
#
#   where x, y, ..., z are this time the tags you DON'T want to be able to use
#  the skill on.
#==============================================================================

#==============================================================================
# ** RPG::Skill
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#  Summary of Changes:
#    new method - valid_terrain?
#==============================================================================

class RPG::Skill
  #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  # * Valid Terrain?
  #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  def valid_terrain? (terrain_tag)
    if !@valid_terrains
      @valid_terrains, @invalid_terrains = [], []
  self.note.scan (/\\(!?)TERRAINS\[(.+?)\]/i) { |match|
    match[1].scan (/\d+/) { |tag|
  if match[0].empty? 
    @valid_terrains.push (tag.to_i)
  else
    @invalid_terrains.push (tag.to_i)
  end
}
  }
    end
    return false if @invalid_terrains.include?(terrain_tag)
    return true if @valid_terrains.empty? || @valid_terrains.include?(terrain_tag)
  end
end

#==============================================================================
# ** Game_BattlerBase
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#  Summary of Changes:
#    aliased method - skill_conditions_met?
#==============================================================================

class Game_BattlerBase
  #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  # * Skill Available?
  #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  alias mal_vxageo_sklconds_6gc1 skill_conditions_met?
  def skill_conditions_met? (skill, *args, &block)
    return false unless skill.nil? || skill.valid_terrain?($game_player.terrain_tag)
    return mal_vxageo_sklconds_6gc1(skill, *args, &block) # Run Original Method
  end
end

If anyone else wants to play around with writing scripts, it's not too hard but it's a pain.

The trial doesn't let you save any changes made to scripts, but you can get around it. Basically, all you need to do is create a new project in RMVX Ace. Then, go to the folder in which it is created, go into Data, and copy the Scripts.rvdata2

Create a new RMVX (Not Ace) project. Go into the Game Folder, and then go into Data. Paste the Scripts.rvdata2 into the Data folder, delete Scripts.rvdata, and rename the Scripts.rvdata2 to Scripts.rvdata.

Now, when you go into the VX project and go to the Script Editor, you will see that they are the scripts from RMVX Ace. It will obviously be totally broken if you try to play test, so you'll have to script blind. Once you write your script, save the project. Go back into the Data Folder of the RMVX project. Copy Scripts.rvdata and move it to the Data Folder of the RMVX Ace project. Delete the Scripts.rvdata2 and rename Scripts.rvdata to Scripts.rvdata2. Now playtest the RMVX Ace project. The changed script won't show up in the Script Editor (since you can't shut down without the whole project being deleted), but when you playtest, the script will be interpreted with the rest and so you can test it there.

It would be a huge pain if it was a script that needed to be tested often. Anyway, now I've written my first script for RMVX Ace :) I attached the Scripts.rvdata2 with it included if anyone wants to test it out, though it's kind of boring.

Also, that's a great idea to go through it like that LoganForrests. Thanks for doing it.
Title: Re: RPG Maker VX Ace is released!
Post by: TDS on December 02, 2011, 04:09:19 AM
Congratulations modern algebra, I think that may be the first public functional VX Ace script.
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 02, 2011, 04:19:42 AM
Speaking of not saving in a trial, hows the piracy controlls? has enterbrain decided to step it up?
Title: Re: RPG Maker VX Ace is released!
Post by: IAMFORTE on December 02, 2011, 04:27:48 AM
I've downloaded this and it looks like they've listened to everyones complaints, multi tilesets for one
Title: Re: RPG Maker VX Ace is released!
Post by: Adrien on December 02, 2011, 04:30:07 AM
Hows parallaxing?
Title: Re: RPG Maker VX Ace is released!
Post by: modern algebra on December 02, 2011, 10:17:51 PM
From what I could tell, parallaxes are identical to RMVX, with the exception that you can change the parallax of a map in-game through an event command.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Iperks on December 08, 2011, 05:07:53 AM
i played the demo with a english patch :mad: but the engine is a complete mix of rmvx and rmxp with some extra features. the Japanese version will be out December 15 and my friend is making a patch for the entire engine.... also there Facebook page posted that the english version will most likely come out but the date is unknown   :rbiggrin:
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: R.J. on December 14, 2011, 03:32:46 PM
I think we know by now that RMVX Ace is more powerful scripting wise, but what about the editor itself? How is the map editor, how do tilesets work, are there any new event commands added?

Is the editor more like RMVX or more like RMXP. How is the RTP, is it the same chibi-style RMVX has or more mature like RMXP did?

RMVX did not convince me to abandon RMXP, and so far neither has this new version.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: yuyu! on December 15, 2011, 12:28:56 AM
I think we know by now that RMVX Ace is more powerful scripting wise, but what about the editor itself? How is the map editor, how do tilesets work, are there any new event commands added?

Is the editor more like RMVX or more like RMXP. How is the RTP, is it the same chibi-style RMVX has or more mature like RMXP did?

RMVX did not convince me to abandon RMXP, and so far neither has this new version.

They added in the same tileset system as xp, where you can import and set them up like so. There are a few new commands, especially regarding the built in "follow" or "Caterpiller" party command, as well as the reserve party. The reserve party system they added looks very similar MA's Party Reserve Script to me. And the party can follow the main player around and the active player can be changed, as well via the menu. This can all be stopped with event commands, of course. It also seems there is some kind of character face & sprite generator built in the game. There's also now a "Magic Defense" attribute, which I greatly enjoy that was not in VX. I also believe there is a built-in enemy battler background system, where you can change the background to images when fighting, but I'm not totally sure. I believe you can also have random encounters when on a boat now. I think there's also a character biography system built in, as well as an overall better status screen? I think there's also an "optimize" command in the inventory, but I'm not 100% sure.

The editor seems like a perfect mix between RMVX & RMXP to me. It brings back all the good aspects of xp into vx, with some stuff added. The chibi style is still like vx. The tilesets look a little better then the old vx, as well, in little ways.

That's all I recall for now. I personally believe that Ace is worth it, and I look forward to the full release. :) Hope that was any help.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: R.J. on December 15, 2011, 05:54:17 AM
Thanks for that information. That has convinced me that it's at least worth checking out.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: EvilM00s on December 15, 2011, 06:38:04 AM
I kinda dig the layering and the tileset options. I also like the built in character generator. Of course, I got the Japanese version and I'm not that hip on kanji, so...
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: R.J. on December 15, 2011, 09:23:12 AM
Tried out the trial today. It's pretty nifty, but the character generator is pretty limited. Also I can't dig the VX-style RTP, but that's more personal taste. I don't know if I will use this often but it looks promising.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: yuyu! on December 15, 2011, 09:45:21 AM
Tried out the trial today. It's pretty nifty, but the character generator is pretty limited. Also I can't dig the VX-style RTP, but that's more personal taste. I don't know if I will use this often but it looks promising.

I heard that the generator may get more detailed in the full version. The vx-style sprites bother me a bit, too, but I think the mack ones are nice in that case ~

I kinda dig the layering and the tileset options. I also like the built in character generator. Of course, I got the Japanese version and I'm not that hip on kanji, so...

There's a fan-made translation patch that makes trying it out loads easier :). In case your interested, you can find it here (http://www.rpgmakervxace.com/index.php?start=4).
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: EvilM00s on December 15, 2011, 01:57:44 PM
I certainly am, and thank you very much!
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Ahnez67 on December 16, 2011, 07:41:28 PM
Wow...

There are a lot of new features. Interesting.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: DoctorTodd on December 16, 2011, 11:43:36 PM
I just tried it out and I think it's pretty cool, though I dealt I'll buy it.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 23, 2011, 11:37:33 PM
What waiting time do we have to expect, for the English release? Also, is it $60 like the last one?
Sincerely
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 24, 2011, 02:07:19 AM
February 90$
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 24, 2011, 01:41:18 PM
What game mechanics are affected by the new "luck" stat? Is it just there, to be used in the new damage calculations?
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 24, 2011, 02:15:50 PM
You can use it for damage calculation whenever you want, but mostly it affects status effect rates. it doesn't affect crit.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Esmeralda on December 24, 2011, 04:54:01 PM
Don't forget that with a new core "worthless" stat it opens up many new possibilities for scripting  and your own musing as to what it should or can do...
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 24, 2011, 08:12:45 PM
Will the new RPG Maker feature 3 different layers, like RPG Maker XP?
There are some indications, but I can't find a picture that proves it.

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fs7.directupload.net%2Fimages%2F111224%2F9k8kazyr.png&hash=16999bb137cf58413c24432989485306eb65529c) (http://www.directupload.net).

Some YouTube videos say, that VX Ace will only feature 2 layers.
Sincerely

Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 24, 2011, 08:48:58 PM
In a sense it does have 3 layers but you can't control it that much? It's the same as VX.
The 3rd new layer might as well be the region area :P
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Yeyinde on December 24, 2011, 08:53:24 PM
Layer 1 is for the majority of the A tileset
Layer 2 is for the A autotiles with transparent backgrounds
Layer 3 is everything in B, C, D, and E tilesets
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 24, 2011, 10:11:43 PM
Perhaps the 3rd layer might also be the layer, you can reach by using ladders?
Ladders are assigned under the tileset flag in the database and allow you to reach "higher" parts of the map.

I saw a YouTube video, where these ladders were used to reach impassable tiles on top of cliff tiles.

Anyway, I think they made a really bad decision. They should have just added 3 regular layers like in XP and everyone would have been fine.
You don't force anyone to use them, but now everyone who wants to do some simple overlapping, has to use the event layer.

This was a major issue, that kept many people from using VX over XP and they could have fixed it with little effort and no disadvantages for less advanced users.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 24, 2011, 11:45:01 PM
VXace works extremely fine to me.
Mapping isn't bad either, also the ladder, bush, counter whatever is also in XP. It's one of the tile passabilities.
Ok well Ladder isn't in XP but you get the point :P

And vxace returned a lot of things and improved anyway so  :blizj:
(Like unli tiles for your game and not single anymore, terrain tags, REGIONS, etc.)
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: CodeMaster on December 25, 2011, 03:25:03 AM
It seems good but what is the point of everything being able to copy over from VX but scripts most of my game would not work with no scripts so there would be no need to copy it over?
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 25, 2011, 04:19:21 PM
I still think they should have added a layer, that would allow users to layer B - E tiles over one another.
The simple VX system, where you can map without changing layers manually would have still been possible.
I will get VX Ace either way, but it's wasted potential imo.

What's the ingame resolution this time?

Edit: Don't mind me, I found it. It's the same as in VX.

Sincerely
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 25, 2011, 05:37:21 PM
I still think they should have added a layer, that would allow users to layer B - E tiles over one another.

Region Tiling :D
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: rofl1337 on December 25, 2011, 06:59:32 PM
I still think they should have added a layer, that would allow users to layer B - E tiles over one another.

Region Tiling :D

Now, don't get my hopes up. Care to explain it to me, using a few pictures? ;D
Sincerely
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on December 25, 2011, 08:53:26 PM
It's...better to see it for yourself :P
(seriously).
http://www.rpgmakervxace.net/index.php?/topic/236-extra-tiles-tile-layer-in-editor/unread/
http://www.rpgmakervxace.net/index.php?/topic/189-regions-are-awesome/page__hl__regions__fromsearch__1
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Wiimeiser on January 19, 2012, 12:14:28 AM
Where can I get a full copy of this?
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Countdown on January 19, 2012, 06:40:16 AM
Quote
Where can I get a full copy of this?

Wait until it comes out in the US and buy it, of course.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Nessiah on January 19, 2012, 06:44:40 AM
Mid February is the estimation.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: modern algebra on February 22, 2012, 08:04:23 PM
Release date for the English RMVXA is March 15, 2012. The price is exorbitantly high at $90, but apparently you will get a discount if you have already bought a copy of RMVX, a discount if you pre-order, and a discount if you participated in the competitions to win an advance copy; I don't know if those combine or not.

Source (http://blog.rpgmakerweb.com/announcements/rmvx-ace-release/#more-737)

Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: DoctorTodd on February 22, 2012, 08:10:45 PM
Also if you entered in the "Lets make a scene!" contest you get another 20 or 25 percent off, so I'll probably buy it.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: pacdiggity on February 22, 2012, 08:21:08 PM
Why so high? ._.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: DoctorTodd on February 22, 2012, 08:24:18 PM
I'm not high -_-
EDIT: Now I see why you said that, I seemed to pay no attention to the last part of MA's post  ???
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: EvilM00s on February 22, 2012, 09:11:22 PM
Hmmm, I dunno. I'm pretty comfortable with VX, but there ARE some really nice features in VXA. $90 is pretty salty- although I didn't read what the discounts for pre-order and owning VX will be. If that knocks it down to $60 I might do it.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Esmeralda on February 22, 2012, 10:19:05 PM
$90 is absolutely absurd, how they think to justify that price when XP and VX were cheaper and this is, more or less, a far improved VX is beyond me. Of course, sure they give a discount to VX owners but that seems like an excuse they came up with to sell this for a higher price. The worst part is that I'd probably pay $90 for this if I were still interested in making games as this is by far the best maker up to this date in my opinion... the price would be justified better if this were the first english maker to be released.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: LoganF on February 23, 2012, 02:05:58 AM
That is a little pricey at just under £60. I can't imagine the pre-order discount being enough to make it worthwhile still, but we'll see. At least it isn't as expensive as the Japanese retail version which comes out at over £100/$160.

I'll probably save up for it a little at a time. It's a nice platform and RGSS3 is much better to work with.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: modern algebra on March 02, 2012, 12:32:38 AM
It looks like the pre-order discount will only be $14.99, so the price will still be $75: http://preorder.rpgmakerweb.com/ace/

I haven't heard anything about a discount for people who already own RMVX, so that might be a false rumour.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Zylos on March 17, 2012, 04:12:33 AM
Just a "gentle" reminder:

THE OFFICIAL ENGLISH VERSION OF RPG MAKER VX ACE IS NOW AVAILABLE!



http://www.rpgmakerweb.com/download
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: yuyu! on March 17, 2012, 08:37:33 AM
YEZS!!! FINALLY!!! >:c
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Esmeralda on March 17, 2012, 09:09:47 AM
The official translation is second to the fan-made one
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Zylos on March 17, 2012, 07:44:15 PM
Is kemomonimi intentionally left in, or something that forgot to be translated?
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: TDS on March 17, 2012, 08:03:34 PM
Apparently they felt on the Japanese side that "kemomonimi" was a well known term and did not need changing.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: modern algebra on March 22, 2012, 11:44:22 AM
I split the Wiimeiser problem from this thread. It is now here (http://rmrk.net/index.php/topic,45457.0.html).
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: tSwitch on March 24, 2012, 03:05:28 PM
Just a "gentle" reminder:

THE OFFICIAL ENGLISH VERSION OF RPG MAKER VX ACE IS NOW AVAILABLE!

http://www.rpgmakerweb.com/download

I use that download and most of the text is still in japanese, has anyone gotten this issue?

Tooltips, script comments, default text...
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: modern algebra on March 24, 2012, 03:07:46 PM
No, mine was fine. However, if you are loading a game you made in the old Japanese version, then all of the Database terms will be in Japanese. But new projects should all be in English.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: tSwitch on March 24, 2012, 03:23:24 PM
Reinstalling it worked.
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: yuyu! on March 24, 2012, 08:28:33 PM
Hrrrm... well, just in case anyone needs this for any reason, anyways...

There's a database translation here (http://www.rpgmakervxace.net/topic/586-english-database-translation/) (post #7). :o
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: Wiimeiser on March 25, 2012, 02:09:38 AM
There is one untranslated "Cast a spell" text for one of the holy light spells, "rat" is spelled as "rate" and shock apparently deals ice damage...
Title: Re: RPG Maker VX Ace is released! [First impressions]
Post by: yuyu! on March 25, 2012, 03:38:38 AM
Ahhh, didn't see that. I noticed that "level" was "dagger" on mine, though. o.0

Ahhh, well. Just minor things, I think. :)