RPG Cast – Episode 668: “Nacho Chakotay”

RPG Cast – Episode 668: “Nacho Chakotay”

Tags:

You may also like…

9 Responses

  1. Although I got Sacred Stones and Shadow Dragon a few weeks apart, my first Fire Emblem that I managed to complete was Awakening and that’s what got me into the series. My rankings go Awakening, Three Houses, Engage, Echoes, Heroes, Fates, getting hit by a truck, and then Shadow Dragon.

  2. I’m going to put in a good word here for The Binding Blade, the first GBA title (which we didn’t get in the West). Is it actually better than Awakening or Three Houses? Maybe not, but I loved it. Properly old-school tough, huge maps, masses of characters and packed with secrets – it’s a brilliant SRPG.

  3. QOTW: Fire Emblem: The Sacred Stones still has a special place in my heart, as it was the first one I played thanks to the 3DS Ambassador program, and the one to get me hooked on the series going forward from there. But if I had to pick an absolute favorite, my vote goes to Awakening. Everyone’s little hoof like feet didn’t detract from what an awesome and fun game that was.
    Yay for my giant rabbit transforming waifu and our two, time traveling, future, giant rabbit transforming children 😁

  4. Have to put in a good word for The Binding Blade, the first GBA game and one which sadly hasn’t come to the West. While it may not be intrinsically better than Awakening or Three Houses, it distills the core of Fire Emblem. Masses of characters, huuuge maps, packed with secrets, hidden paths, bonus fighters and it’s hard as nails. Loved it.

  5. This might be cheating, but I can’t decide which of three Fire Emblems is my favorite: Path of Radiance, FE Echoes: Shadows of Valentia, and Three Houses. Path of Radiance was my first and I really love its maps and differing win conditions. The story and characters are great, too.

    Shadows of Valentia and Three also have great stories and characters. Both also have excellent voice acting. I find that Shadows of Valentia has the overall better soundtrack, also both games have fantastic music.

    I may need to play all three back-to-back to actually settle on one, heh.

  6. Fire Emblem has been my favorite franchise since I first played Blazing Sword on the GBA in 2003. I remember reading previews in Nintendo Power back in the day and being amazed that a game like that was making its way to North America.

    Blazing Sword will always be special given that it was my entry point, but my favorite Fire Emblem remains Radiant Dawn on Wii. The story, characters and challenge level were all fantastic. As someone who plays Fire Emblem games for map quality and strategic combat, Radiant Dawn has been a high point. Sadly, it did not achieve commercial success and many fans thought it would be the last title to come west. Thankfully, Awakening found a receptive audience in 2013 and has set the series on a new trajectory.

  7. Fire Emblem has been my favorite series since I first played Blazing Sword on the GBA in 2003. I remember reading previews in Nintendo Power and being amazed that a game like this was making its way to the west. Once I started, I was hooked and found myself going back to experience the Japan-exclusive releases.

    That said, my favorite game in the series is Radiant Dawn on Wii. The map quality, combat, narrative and level of challenge were ideal. Sadly, I also remember that game being a commercial failure at the time and many of us feared that would mark the end of Fire Emblem releases here.

    Thankfully, Awakening changed the trajectory and while I may not love all of the changes that have been introduced in recent installments, I am still grateful to have new Fire Emblem entries releasing on a regular basis.

  8. Fire Emblem has been my favorite series since I first played Blazing Sword on the GBA in 2003. I remember reading previews in Nintendo Power and being amazed that a game like this was making its way to the west. Once I started, I was hooked and found myself going back to experience the Japan-exclusive releases.

    That said, my favorite game in the series is Radiant Dawn on Wii. The map quality, combat, narrative and level of challenge were ideal. Sadly, I also remember that game being a commercial failure at the time and many of us feared that would mark the end of Fire Emblem releases here.

    Thankfully, Awakening changed the trajectory and while I may not love all of the changes that have been introduced in recent installments, I am still grateful to have new Fire Emblem entries releasing on a regular basis.

  9. Fire Emblem has been my favorite series since I first played Blazing Sword on the GBA in 2003. I remember reading previews in Nintendo Power and being amazed that a game like this was making its way to the west. Once I started, I was hooked and found myself going back to experience the Japan-exclusive releases.

    That said, my favorite game in the series is Radiant Dawn on Wii. The map quality, combat, narrative and level of challenge were ideal. Sadly, I also remember that game being a commercial failure at the time and many of us feared that would mark the end of Fire Emblem releases here.

    Thankfully, Awakening changed the trajectory and while I may not love all of the changes that have been introduced in recent installments, I am still grateful to have new Fire Emblem entries releasing on a regular basis.

Leave a Reply

You must be logged in to post a comment.

RPGamer has been covering RPGs since 1998, with the current version of the site launched in 2018. Due to the wholesale change in our back-end and systems only certain content created from 2018 onwards has been carried over to our new site. However, all of our older content can still be found at archive.rpgamer.com.

Find us on:

Featured Posts

Upcoming Games

Database Error; SQL: SELECT

DISTINCT
t.ID, `game_name_rd`.`name` AS upcoming_game_name,
`game_name_rd`.`term_id` AS upcoming_game_id,
`release_date`.`meta_value` AS upcoming_rel_date,
`game_region`.`post_title` AS upcoming_game_region_name,
COUNT(`platforms`.`slug`) AS upcoming_plat_cnt,
MAX(`platforms`.`slug`) as upcoming_plat_slug,
MAX(`platforms_platform_icon`.`guid`) AS upcoming_plat_icon

FROM `wp_posts` AS `t`

LEFT JOIN `wp_podsrel` AS `rel_game_name_rd` ON
`rel_game_name_rd`.`field_id` = 1012
AND `rel_game_name_rd`.`item_id` = `t`.`ID`

LEFT JOIN `wp_terms` AS `game_name_rd` ON
`game_name_rd`.`term_id` = `rel_game_name_rd`.`related_item_id`

LEFT JOIN `wp_postmeta` AS `release_date` ON
`release_date`.`meta_key` = ‘release_date’
AND `release_date`.`post_id` = `t`.`ID`

LEFT JOIN `wp_podsrel` AS `rel_game_region` ON
`rel_game_region`.`field_id` = 985
AND `rel_game_region`.`item_id` = `t`.`ID`

LEFT JOIN `wp_posts` AS `game_region` ON
`game_region`.`ID` = `rel_game_region`.`related_item_id`

LEFT JOIN `wp_podsrel` AS `rel_platforms` ON
`rel_platforms`.`field_id` = 984
AND `rel_platforms`.`item_id` = `t`.`ID`

LEFT JOIN `wp_terms` AS `platforms` ON
`platforms`.`term_id` = `rel_platforms`.`related_item_id`

LEFT JOIN `wp_postmeta` AS `fuzzy_date_-_month` ON
`fuzzy_date_-_month`.`meta_key` = ‘fuzzy_date_-_month’
AND `fuzzy_date_-_month`.`post_id` = `t`.`ID`

LEFT JOIN `wp_postmeta` AS `fuzzy_date_-_year` ON
`fuzzy_date_-_year`.`meta_key` = ‘fuzzy_date_-_year’
AND `fuzzy_date_-_year`.`post_id` = `t`.`ID`

WHERE ( ( `game_name_rd`.`name` IS NOT NULL AND `release_date`.`meta_value` > CURDATE() AND `game_region`.`post_title` = “US” ) AND ( `t`.`post_type` = ‘release_dates’ ) AND ( `t`.`post_status` IN ( ‘publish’ ) ) )
GROUP BY `game_name_rd`.`name`, `release_date`.`meta_value`, CONCAT(`fuzzy_date_-_month`.`meta_value`, `fuzzy_date_-_year`.`meta_value`)

ORDER BY `release_date`.`meta_value` ASC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 10; Response: Unknown column ‘platforms_platform_icon.guid’ in ‘field list’

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *