Rez HD

Edit
  • Franchise: Rez
  • Year: 2008
  • Platform: Xbox 360
  • Genres: Rail Shooter, Music, Rhythm
  • Themes: Hacking, Synesthesia, Cyberspace, AI
  • A high-definition remaster of Rez for Xbox Live Arcade. Developed by Q Entertainment and HexaDrive, it features enhanced 1080p graphics, 5.1 surround sound, and new visual effects while preserving the original gameplay. Tetsuya Mizuguchi described it as a 'pure port' that was as close as possible to his initial vision for the game.

  • Companies:
  • Credits:
debug
page-type: entity
user: Guest (not logged in)
{:etype "game",
 :doc
 {:franchise {:id "0P5jeP", :etype :franchise, :title "Rez"},
  :description
  "A high-definition remaster of Rez for Xbox Live Arcade. Developed by Q Entertainment and HexaDrive, it features enhanced 1080p graphics, 5.1 surround sound, and new visual effects while preserving the original gameplay. Tetsuya Mizuguchi described it as a 'pure port' that was as close as possible to his initial vision for the game.",
  :genres ["Rail Shooter" "Music" "Rhythm"],
  :themes ["Hacking" "Synesthesia" "Cyberspace" "AI"],
  :title "Rez HD",
  :year 2008,
  :credits
  [{:role "Producer",
    :person
    {:id "rv5Xa9", :etype :person, :title "Tetsuya Mizuguchi"}}],
  :companies
  [{:role "Developer",
    :company {:id "X3DBr6", :etype :company, :title "Q Entertainment"}}
   {:role "Co-Developer",
    :company {:id "u4bXMm", :etype :company, :title "HexaDrive"}}
   {:role "Publisher",
    :company
    {:id "LXANJi", :etype :company, :title "Microsoft Game Studios"}}],
  :platform "Xbox 360"},
 :schema
 [:map
  [:title
   [:string
    {:default "Game Title",
     :gen/fmap
     #object[faker.generate$sentence 0x57966100 "faker.generate$sentence@57966100"]}]]
  [:original-title {:optional true} [:string {:default ""}]]
  [:alt-titles {:optional true} [:vector :string]]
  [:year [:int {:default 2024, :min 1970, :max 2100}]]
  [:platform [:string {:default ""}]]
  [:genre [:string {:default ""}]]
  [:genres {:optional true} [:vector :string]]
  [:themes {:optional true} [:vector :string]]
  [:description {:optional true} [:string {:default ""}]]
  [:franchise
   {:optional true}
   [:map
    [:id :string]
    [:etype [:= :franchise]]
    [:title :string]
    [:catkey {:optional true} :keyword]]]
  [:companies
   {:optional true}
   [:vector
    [:map
     [:company
      [:map
       [:id :string]
       [:etype [:= :company]]
       [:title :string]
       [:catkey {:optional true} :keyword]]]
     [:role [:string {:default ""}]]
     [:notes {:optional true} [:string {:default ""}]]]]]
  [:credits
   {:optional true}
   [:vector
    [:map
     [:person
      [:map
       [:id :string]
       [:etype [:= :person]]
       [:title :string]
       [:catkey {:optional true} :keyword]]]
     [:role [:string {:default ""}]]
     [:notes {:optional true} [:string {:default ""}]]]]]]}