<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3374072383977193353</id><updated>2026-05-26T21:05:31.803-03:00</updated><category term="Geral"/><category term="PS2"/><category term="Jogos de PS2 em Português"/><category term="Jogos de PSP em Português"/><category term="PSP"/><category term="Jogos de PS1 em Português"/><category term="PS1"/><category term="Jogos para PC Fraco"/><category term="Jogos de PS3 em Português"/><category term="PS3"/><category term="Jogos de Wii em Português"/><category term="Wii"/><category term="OPL"/><category term="Jogos de PC em Português"/><category term="Jogos de NGC em Português"/><category term="NGC"/><category term="PC"/><category term="Tutorial"/><category term="Jogos de XBOX em Português"/><category term="Tema"/><category term="XBOX"/><category term="Jogos de DC em Português"/><category term="DC"/><category term="DS"/><category term="Jogos de DS em Português"/><category term="Android"/><category term="Dreamcast"/><category term="GBA"/><category term="Jogos de Android em Português"/><category term="Jogos de GBA em Português"/><category term="Jogos de PSVita em Português"/><category term="PSVita"/><title type='text'>HNNEWGAMES</title><subtitle type='html'>Site de Traduções</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://hnnewgamesofficial.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default?start-index=26&amp;max-results=25'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>166</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-4057736296816330172</id><published>2026-05-15T11:22:53.900-03:00</published><updated>2026-05-15T11:32:58.419-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de XBOX em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="XBOX"/><title type='text'>GoldenEye: Rogue Agent V1.0 - Português Brasil - XBOX</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://i.imgur.com/cC0WlQx.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://i.imgur.com/cC0WlQx.jpeg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; GoldenEye: Rogue Agent&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; XBOX&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; N-Space, Danger Close, Savage Entertainment e EA Tiburon&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; Electronic Arts&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; FPS&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2004&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            GoldenEye: Rogue Agent é um jogo de FPS e desenvolvido pela EA Los Angeles e publicado pela Electronic Arts. O jogador assume o papel de um ex-MI6, o agente Jack Hunter, que é recrutado por Auric Goldfinger para assassinar seu rival Julius No. 
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://pt.wikipedia.org/wiki/GoldenEye:_Rogue_Agent&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES e Niccbilac&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Bruno Games BH:&lt;/span&gt; &lt;a href=&quot;https://www.youtube.com/@BrunoGamesBH&quot; target=&quot;_blank&quot;&gt;Acessar Página&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://i.imgur.com/XlbPePL.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 1&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/XlbPePL.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/CliQsyQ.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 2&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/CliQsyQ.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/htTepuK.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 3&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/htTepuK.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/3hCCSeY.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 4&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/3hCCSeY.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/HklcHV5.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 5&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/HklcHV5.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/dckrbu8.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 6&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/dckrbu8.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/CAF5OFV.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 7&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/CAF5OFV.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/X4DPNZ7.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 8&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/X4DPNZ7.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/7fyRkBQ.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 9&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/7fyRkBQ.png&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/rTZKNnjMxew?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch USA (Textos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1jtlKjd3SoZGBgoWkqGGINOiFsGtmsrHx/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;Qualquer versão&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br /&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
		
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4057736296816330172'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4057736296816330172'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/05/goldeneye-rogue-agent-v10-portugues.html' title='GoldenEye: Rogue Agent V1.0 - Português Brasil - XBOX'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/rTZKNnjMxew/default.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-2058984694869966861</id><published>2026-05-08T01:39:00.003-03:00</published><updated>2026-05-08T02:19:29.757-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Call of Duty 2: Big Red One V1.0 - Português Brasil - PS2</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://i.imgur.com/TmYkgfq.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://i.imgur.com/TmYkgfq.jpeg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; Call of Duty 2: Big Red One&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PS2&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; Treyarch&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; 	Activision&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; FPS&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2005&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            Call of Duty 2: Big Red One é um jogo eletrônico de tiro em primeira pessoa desenvolvido pela Treyarch e High Voltage Software e publicado pela Activision em novembro de 2005 para PlayStation 2, Xbox e GameCube.

Apesar do título numérico, o jogo é um spin off do jogo principal Call of Duty 2, que foi lançado para PC e Xbox 360 no mesmo ano. É o primeiro jogo da franquia a ser desenvolvido pela Treyarch, empresa que passou a desenvolver vários outros títulos posteriores da série.
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://pt.wikipedia.org/wiki/Call_of_Duty_2:_Big_Red_One&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES &amp; Niccbilac&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES &amp; Mumm-Ra (STRBrasil)&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Agradecimentos Especiais:&lt;/span&gt; HeitorSpectre, Evil Trainer &amp; OAleex&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;OAleex:&lt;/span&gt; &lt;a href=&quot;https://oaleextraducoes.com/&quot; target=&quot;_blank&quot;&gt;Acessar Site&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Mumm-Ra:&lt;/span&gt; &lt;a href=&quot;https://strbrgames.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://i.imgur.com/14fOrXE.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 1&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/14fOrXE.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/jv7yt8n.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 2&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/jv7yt8n.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/AUrNqhm.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 3&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/AUrNqhm.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/OjyIczZ.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 4&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/OjyIczZ.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/AZcB3jS.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 5&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/AZcB3jS.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/WkVzaEQ.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/WkVzaEQ.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/SCUPyf7.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/SCUPyf7.png&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/lia4HsW_DwI?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch USA (Textos e Vídeos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1PjraNd40DG85OY4hn0U8-ee1leYA0C20/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO USA (SLUS_213.18)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br /&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
		
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2058984694869966861'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2058984694869966861'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/05/call-of-duty-2-big-red-one-v10.html' title='Call of Duty 2: Big Red One V1.0 - Português Brasil - PS2'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/lia4HsW_DwI/default.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-490649602580357569</id><published>2026-05-06T20:26:00.002-03:00</published><updated>2026-05-07T01:28:30.813-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PSP em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PSP"/><title type='text'>Call of Duty: Roads to Victory V1.0 - Português Brasil - PSP</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://i.imgur.com/rC8X6cI.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://i.imgur.com/rC8X6cI.jpeg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; Call of Duty: Roads to Victory&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PSP&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; Amaze Entertainment&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; 	Activision&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; FPS&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2007&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            Call of Duty: Roads to Victory é um jogo de tiro em primeira pessoa lançado exclusivamente para PlayStation Portable. É considerado um spin-off portátil de Call of Duty 3. Foi lançado em 13 de março de 2007, desenvolvido pela Amaze Entertainment e publicado pela Activision. É o sexto jogo portátil da franquia Call of Duty.
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://pt.wikipedia.org/wiki/Call_of_Duty:_Roads_to_Victory&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://i.imgur.com/bqX98Vm.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 1&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/bqX98Vm.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/82hH1GM.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 2&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/82hH1GM.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/gRWklhk.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 3&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/gRWklhk.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/PfVFjC1.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 4&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/PfVFjC1.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/jwLMwqo.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 5&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/jwLMwqo.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/QzOmeo4.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/QzOmeo4.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/8WMLiaF.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/8WMLiaF.jpeg&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/Ld9VSVGwIPo?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch USA/EUR (Textos e Vídeos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1jHoEdszZVMCfi5B_9uQClBoDtgYca22o/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1-a6hLIjx3py_7uP39jbpMjWWhXhnZHLy/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO USA/EUR (ULUS10218) e (ULES00643)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br /&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
		
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/490649602580357569'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/490649602580357569'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/05/call-of-duty-roads-to-victory-v10.html' title='Call of Duty: Roads to Victory V1.0 - Português Brasil - PSP'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Ld9VSVGwIPo/default.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-3709305080085724546</id><published>2026-04-29T03:03:00.003-03:00</published><updated>2026-04-29T03:19:15.129-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>Ratatouille (Ratatui) V1.0 - Português Brasil - PS3</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://i.imgur.com/TNQU2XN.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;
        &lt;img alt=&quot;Capa Ratatouille PS3&quot; border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://i.imgur.com/TNQU2XN.jpeg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; Disney/Pixar Ratatouille&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PlayStation 3&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; Heavy Iron Studios&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; THQ&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; Plataforma / Aventura&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; Aventura/Plataforma&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2007&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            Ratatouille é um jogo de plataforma e aventura baseado no filme de animação da Disney/Pixar. No jogo, o jogador controla Remy em fases inspiradas nos cenários do filme, explorando ambientes, coletando itens, enfrentando desafios e cumprindo objetivos ligados à jornada do pequeno rato que sonha em se tornar um grande chef.
        &lt;/p&gt;
        &lt;p style=&quot;margin: 15px 15px 0px 15px; text-align: justify;&quot;&gt;
            A versão de PlayStation 3 foi desenvolvida pela Heavy Iron Studios e lançada em 2007. Esta postagem é dedicada ao patch de tradução para Português do Brasil, feito para tornar a experiência mais acessível aos jogadores brasileiros.
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fontes:&lt;/span&gt;
            &lt;a href=&quot;https://wiki.rpcs3.net/index.php?title=Ratatouille&quot; target=&quot;_blank&quot;&gt;RPCS3 Wiki&lt;/a&gt; /
            &lt;a href=&quot;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&quot; target=&quot;_blank&quot;&gt;Wikipédia&lt;/a&gt;
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeo&lt;/h3&gt;

        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://i.imgur.com/c4w5xqH.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 1&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/c4w5xqH.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/MqzPkFL.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 2&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/MqzPkFL.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/NivvjRP.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 3&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/NivvjRP.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/FZ14PlB.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 4&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/FZ14PlB.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/lwjUXEl.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 5&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/lwjUXEl.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/iuIgYj8.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 6&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/iuIgYj8.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/wyT8O2M.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Ratatouille PS3 - Imagem 7&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/wyT8O2M.jpeg&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/OWQo5gaU-74?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch Universal (Textos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1D80Xxz25HnFTTaO7lEKp2oHzYqbVoAjb/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch é &lt;strong&gt;Universal&lt;/strong&gt; e pode ser aplicado em qualquer versão do jogo Ratatouille de PlayStation 3. Junto à tradução, inclua um arquivo de texto explicando como aplicar o patch corretamente.&lt;br /&gt;                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/3709305080085724546'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/3709305080085724546'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/04/ratatouille-ratatui-v10-portugues.html' title='Ratatouille (Ratatui) V1.0 - Português Brasil - PS3'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/OWQo5gaU-74/default.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-858806039000250792</id><published>2026-04-23T17:58:00.000-03:00</published><updated>2026-04-23T17:58:22.222-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PSP em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PSP"/><title type='text'>SOCOM U.S. Navy SEALs: Fireteam Bravo V1.0 - Português Brasil - PSP</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiatDQTX7UR2U0gtUXX200W26TrfFFXM3c8dq2AsI-muXSs2eRkFyEB2oRWhAdNnUlPBLkWfhibBY_hLtHpn7qvWZ8SV4DVIsNefHCUwZEzeGhrqftXzOoQOodtA0dskK6hLUCSk_vQVttfxn5s6mLLuOjLVRwhISKHMWcgVbYpQ2tDWTfUi4S3J3nSmw06/s400/cover.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiatDQTX7UR2U0gtUXX200W26TrfFFXM3c8dq2AsI-muXSs2eRkFyEB2oRWhAdNnUlPBLkWfhibBY_hLtHpn7qvWZ8SV4DVIsNefHCUwZEzeGhrqftXzOoQOodtA0dskK6hLUCSk_vQVttfxn5s6mLLuOjLVRwhISKHMWcgVbYpQ2tDWTfUi4S3J3nSmw06/s400/cover.jpg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; SOCOM U.S. Navy SEALs: Fireteam Bravo&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PSP&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; Zipper Interactive&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; Sony Interactive Entertainment Europe&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; TPS&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2005&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            SOCOM US Navy SEALs: Fireteam Bravo é um videogame tático de tiro em terceira pessoa desenvolvido pela Zipper Interactive e publicado pela Sony Computer Entertainment para o PlayStation Portable. É o primeiro jogo SOCOM US Navy SEALs da série Fireteam Bravo. Possui jogo online e jogo PSP para PSP.
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://en.wikipedia.org/wiki/SOCOM_U.S._Navy_SEALs:_Fireteam_Bravo&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; HNNEWGAMES, OAleex&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;OAleex:&lt;/span&gt; &lt;a href=&quot;https://oaleextraducoes.com/&quot; target=&quot;_blank&quot;&gt;Acessar Site&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdS3qEaKZR-uxWOtI7Prl4HFVlpe6rPyQ4wKHgjdL4Ao5nbC4Ynw5DWx-pAjATHmw1bgVI3Xi8zXQh2r8_YALLXccNyPyg9PluIAT3K6lNDE5l8io5OzvaRdqoC7YZQzjdc1gR8st6jqIjy8O7bemg2PWUvpsMx5b-fMB70k407jXDAHIuVSnWtoptX8Bz/s1238/UCES00038_00006.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 1&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdS3qEaKZR-uxWOtI7Prl4HFVlpe6rPyQ4wKHgjdL4Ao5nbC4Ynw5DWx-pAjATHmw1bgVI3Xi8zXQh2r8_YALLXccNyPyg9PluIAT3K6lNDE5l8io5OzvaRdqoC7YZQzjdc1gR8st6jqIjy8O7bemg2PWUvpsMx5b-fMB70k407jXDAHIuVSnWtoptX8Bz/s1238/UCES00038_00006.jpg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC_2DKjHNF_gakj4iJH-v1gQ4Jkm-fBaLonLmrdzCPbZMsOqlPiNOp7qXmSEmo6Pzeesj24lcNZSGgzaY5i4sf8BcWo_TLGohNj3zItZrXWxB7DRBcPfmDjrcwT_4PhAZTLxIOGsPV9n09-Cw8lT_R2-U05uCjl5hmyy-E2fIp7alaR0GauKgV19iSvyyZ/s1238/UCES00038_00000.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 2&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC_2DKjHNF_gakj4iJH-v1gQ4Jkm-fBaLonLmrdzCPbZMsOqlPiNOp7qXmSEmo6Pzeesj24lcNZSGgzaY5i4sf8BcWo_TLGohNj3zItZrXWxB7DRBcPfmDjrcwT_4PhAZTLxIOGsPV9n09-Cw8lT_R2-U05uCjl5hmyy-E2fIp7alaR0GauKgV19iSvyyZ/s1238/UCES00038_00000.jpg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-CN6D1gf33izhz4Ns8PzuHa_uaB3zkvR0RDDzL-EVmboDUNEE8M336glcZP8Kzxx9vshxZzDIfB6Nsq6Nzjp3_6ZbdBAqyzBTGqsVoLKdA_kG9X2UAdz-9sjXHWtQme-XNePp9XmVzsQcLiydWk3US9ID6cBd195WSn6edY-YjGqpDZROVrIjg2Dk0eBv/s1238/UCES00038_00001.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 3&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-CN6D1gf33izhz4Ns8PzuHa_uaB3zkvR0RDDzL-EVmboDUNEE8M336glcZP8Kzxx9vshxZzDIfB6Nsq6Nzjp3_6ZbdBAqyzBTGqsVoLKdA_kG9X2UAdz-9sjXHWtQme-XNePp9XmVzsQcLiydWk3US9ID6cBd195WSn6edY-YjGqpDZROVrIjg2Dk0eBv/s1238/UCES00038_00001.jpg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEialFQbbBUCMmYf_bkUptacza6PS07ygx7oDFRgl3Ws-huc1mmfN4j5nF70pHRzKg08XVglhanVLgfWX96L4VKOxJcmW_5mJoNvlmBM8j24c-2_Xo5et_oR5AaZDmwZIaoykPC-ueXe726leCnDAE0TrWtRrgHzOiezXjFeyAphx837zBxdF19OLDeIZvib/s1238/UCES00038_00002.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 4&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEialFQbbBUCMmYf_bkUptacza6PS07ygx7oDFRgl3Ws-huc1mmfN4j5nF70pHRzKg08XVglhanVLgfWX96L4VKOxJcmW_5mJoNvlmBM8j24c-2_Xo5et_oR5AaZDmwZIaoykPC-ueXe726leCnDAE0TrWtRrgHzOiezXjFeyAphx837zBxdF19OLDeIZvib/s1238/UCES00038_00002.jpg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpxY6u88S0lG4R2Plddce6XfLc5a5Ds8DVnwJuxFPngtxqMmC692pmd8dLRDKQoWeY0fcvokCmYfUYpMY_euR6FdXwDcvNumGJXSJ7u8LZm856ygPXg6878Cs-5PlShv6cebaOcahyphenhyphenZcvPFeuSLFw_5gym3RMyDkvte6pDd0CV8XptWfjk18yTHvxbH1Sj/s1238/UCES00038_00003.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 5&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpxY6u88S0lG4R2Plddce6XfLc5a5Ds8DVnwJuxFPngtxqMmC692pmd8dLRDKQoWeY0fcvokCmYfUYpMY_euR6FdXwDcvNumGJXSJ7u8LZm856ygPXg6878Cs-5PlShv6cebaOcahyphenhyphenZcvPFeuSLFw_5gym3RMyDkvte6pDd0CV8XptWfjk18yTHvxbH1Sj/s1238/UCES00038_00003.jpg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaa7CY8DiFCr9PpbfayS6tx1co2ohkvfizkZo1JOYYxMGGmJmaHkSdnD-3g3A8Apt_qnhxkKZz_iG0jOnjIpb-Xpkm7MOPGsc7j98RpQEv5XbfaCEhRq2-rbUUu6WNRozscMhoYj_vmPrzZ2yJ4QQcMDcGfzft4xTva1S66DCBUoyh9rnBotynYdla1F8t/s1238/UCES00038_00004.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaa7CY8DiFCr9PpbfayS6tx1co2ohkvfizkZo1JOYYxMGGmJmaHkSdnD-3g3A8Apt_qnhxkKZz_iG0jOnjIpb-Xpkm7MOPGsc7j98RpQEv5XbfaCEhRq2-rbUUu6WNRozscMhoYj_vmPrzZ2yJ4QQcMDcGfzft4xTva1S66DCBUoyh9rnBotynYdla1F8t/s1238/UCES00038_00004.jpg&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/QsuY7Ul9q3o?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch EUR (Textos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1RuLVTj8luIK0bcc7rIB19njcBWxAPzVR/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO EUR (UCES00038)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br /&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
		
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/858806039000250792'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/858806039000250792'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/04/socom-us-navy-seals-fireteam-bravo-v10.html' title='SOCOM U.S. Navy SEALs: Fireteam Bravo V1.0 - Português Brasil - PSP'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiatDQTX7UR2U0gtUXX200W26TrfFFXM3c8dq2AsI-muXSs2eRkFyEB2oRWhAdNnUlPBLkWfhibBY_hLtHpn7qvWZ8SV4DVIsNefHCUwZEzeGhrqftXzOoQOodtA0dskK6hLUCSk_vQVttfxn5s6mLLuOjLVRwhISKHMWcgVbYpQ2tDWTfUi4S3J3nSmw06/s72-c/cover.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-4656009453328803189</id><published>2026-04-15T00:19:00.006-03:00</published><updated>2026-04-23T17:04:31.100-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>GoldenEye: Rogue Agent V1.0 - Português Brasil - PS2</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://i.imgur.com/opP5zi2.jpeg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://i.imgur.com/opP5zi2.jpeg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; GoldenEye: Rogue Agent&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PS2&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; N-Space, Danger Close, Savage Entertainment e EA Tiburon&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; Electronic Arts&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; FPS&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 2004&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;margin: 0px 15px; text-align: justify;&quot;&gt;
            GoldenEye: Rogue Agent é um jogo de FPS e desenvolvido pela EA Los Angeles e publicado pela Electronic Arts. O jogador assume o papel de um ex-MI6, o agente Jack Hunter, que é recrutado por Auric Goldfinger para assassinar seu rival Julius No. 
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://pt.wikipedia.org/wiki/GoldenEye:_Rogue_Agent&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe&lt;/h3&gt;
        
        &lt;p class=&quot;destaque-cargo&quot; style=&quot;font-size: 18px; margin-bottom: 10px;&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; HNNEWGAMES e Niccbilac&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; Bruno Games BH&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
        &lt;/ul&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Bruno Games BH:&lt;/span&gt; &lt;a href=&quot;https://www.youtube.com/@BrunoGamesBH&quot; target=&quot;_blank&quot;&gt;Acessar Página&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://i.imgur.com/myfMYDS.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 1&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/myfMYDS.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/1WEexer.jpeg&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 2&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/1WEexer.jpeg&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/n29ODUD.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 3&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/n29ODUD.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/ysizA98.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 4&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/ysizA98.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/OJThL5W.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Jogo 5&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/OJThL5W.png&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://i.imgur.com/8P1vdiX.png&quot; target=&quot;_blank&quot;&gt;
                &lt;img alt=&quot;Imagem Animada&quot; border=&quot;0&quot; src=&quot;https://i.imgur.com/8P1vdiX.png&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/rTZKNnjMxew?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;color: #ef4444; font-size: 18px; font-weight: 700; margin-bottom: 20px;&quot;&gt;VERSÃO 1.0&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;color: #f4f0e6; font-size: 18px; margin-top: 0px;&quot;&gt;Patch USA (Textos pt-BR)&lt;/h4&gt;
            &lt;a class=&quot;btn-download&quot; href=&quot;https://drive.google.com/file/d/1oYqR2WaKN3jpUE1C-z75--T6CYPY9NG8/view?usp=sharing&quot; target=&quot;_blank&quot;&gt;
                ⬇️ Baixar via Gdrive
            &lt;/a&gt;
            &lt;p style=&quot;color: #a39f96; font-size: 12px; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO USA (SLUS_210.64)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br /&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;https://cdromance.org/&quot; target=&quot;_blank&quot;&gt;cdromance&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
		
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4656009453328803189'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4656009453328803189'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2026/04/goldeneye-rogue-agent-v10-portugues.html' title='GoldenEye: Rogue Agent V1.0 - Português Brasil - PS2'/><author><name>HNNEWGAMESv2</name><uri>http://www.blogger.com/profile/13173491297140098480</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/rTZKNnjMxew/default.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-7871796789370327</id><published>2025-04-21T23:59:00.009-03:00</published><updated>2026-04-14T09:11:00.472-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Castlevania: Curse of Darkness Dublado e Legendado V2.3.2 - Português Brasil - PS2</title><content type='html'>&lt;style&gt;
/* Estilos modernos e adaptados para o tema &quot;Locadora&quot; */
.post-locadora {
    color: #d4cfc5;
    font-family: &#39;Poppins&#39;, sans-serif;
    line-height: 1.7;
}

.capa-jogo-post img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.8);
    border: 2px solid #222;
    max-width: 100%;
    height: auto;
}

.divisor-locadora {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #ef4444, transparent);
    margin: 30px 0;
    opacity: 0.6;
}

.titulo-secao {
    color: #f4f0e6;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #ef4444;
    display: inline-block;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

/* Links globais da postagem */
.post-locadora a {
    color: #ef4444 !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-locadora a:hover {
    color: #fca5a5 !important;
    text-decoration: underline;
}

/* Listas padronizadas */
.info-lista {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.info-lista li {
    margin-bottom: 8px;
}

.destaque-cargo {
    color: #f4f0e6;
    font-weight: 700;
}

/* Galeria de Imagens */
.galeria-locadora {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.galeria-locadora a img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #222;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.galeria-locadora a:hover img {
    border-color: #ef4444;
    transform: scale(1.03);
    z-index: 2;
}

/* Responsividade de Vídeo */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 8px;
    border: 2px solid #222;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Botões de Download */
.btn-download-container {
    text-align: center;
    margin: 30px 0;
    background: #0a0a0a;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #222;
}

.btn-download {
    display: inline-block;
    background-color: #ef4444;
    color: #050505 !important;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.btn-download:hover {
    background-color: transparent;
    color: #ef4444 !important;
    border-color: #ef4444;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
}

.btn-download i {
    margin-right: 8px;
}
&lt;/style&gt;

&lt;div class=&quot;separator capa-jogo-post&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
    &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYV3qqk1JZVq4ghoFoDK7BfYw-Z7-cMaW3Qc11pKqpwv2h354rOnuNuT8ieRDMxRxak1qDQS0VaCP9coPlSqT4csobQiAnbxJBGSkj0v6vQPdQ0PdS9bx8nJYs-LakSyhNIdyhZhtijZw/s1134/Castlevania+Curse+of+Darkness.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;
        &lt;img border=&quot;0&quot; data-original-height=&quot;1134&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYV3qqk1JZVq4ghoFoDK7BfYw-Z7-cMaW3Qc11pKqpwv2h354rOnuNuT8ieRDMxRxak1qDQS0VaCP9coPlSqT4csobQiAnbxJBGSkj0v6vQPdQ0PdS9bx8nJYs-LakSyhNIdyhZhtijZw/w452-h640/Castlevania+Curse+of+Darkness.jpg&quot; width=&quot;452&quot; /&gt;
    &lt;/a&gt;
&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;

&lt;div class=&quot;post-locadora&quot;&gt;
    
    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Informações&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Nome do jogo:&lt;/span&gt; Castlevania: Curse of Darkness&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Plataforma:&lt;/span&gt; PS2&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Desenvolvedora:&lt;/span&gt; Konami&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Publicado por:&lt;/span&gt; Konami&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gênero:&lt;/span&gt; Ação, Hack e Slash&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Data de lançamento:&lt;/span&gt; 24 de novembro, 2005&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sobre o Game&lt;/h3&gt;
        &lt;p style=&quot;text-align: justify; margin: 0 15px;&quot;&gt;
            Com Igarashi, Curse of Darkness se passa no ano de 1479, três anos após os eventos de Castlevania III: Dracula&#39;s Curse. Apesar de ter sido derrotado pelo caçador de vampiros Trevor Belmont, a maldição do Dracula continua a assombrar o lado rural europeu, espalhando pragas, doenças e violências. Entre todo este caos está Hector, mestre de uma habilidade conhecida como &quot;Forja de Demônios&quot;, que já tinha uma vez servido ao Conde Drácula mas o traiu em certo momento de Castlevania III. Sentindo-se cada vez mais enojado com os métodos brutais de Drácula, Hector deixa Castlevania e renuncia seus poderes para viver junto aos humanos. Quando a noiva de Hector é acusada de bruxaria e queimada viva, Hector toma conhecimento de que o seu assassinato foi dirigido pelo seu parceiro de Forja de Demônios, Isaac. Consumido pela vingança, Hector começa uma caçada por toda Castlevania, e retorna à sua vida demoníaca que ele planejara abandonar para sempre.
        &lt;/p&gt;
        &lt;p style=&quot;font-size: 13px; margin-top: 15px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Fonte:&lt;/span&gt; Wikipédia (&lt;a href=&quot;https://pt.wikipedia.org/wiki/Castlevania:_Curse_of_Darkness&quot; target=&quot;_blank&quot;&gt;Acessar Artigo&lt;/a&gt;)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Status da Tradução&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Acentos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Áudios:&lt;/span&gt; 100%&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; 100%&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Agradecimentos Especiais&lt;/h3&gt;
        &lt;p style=&quot;margin: 0 15px;&quot;&gt;
            Agradecimentos especiais ao &lt;strong&gt;ViT, Russo&lt;/strong&gt; que se não fosse por ele esta tradução não seria possível e também ao &lt;strong&gt;Mumm-ra da STR Brasil&lt;/strong&gt;, grande amigo que se não fosse por ele e sua habilidade com edição gráfica a tradução não estaria completamente Traduzida. Obrigado :)
        &lt;/p&gt;
        &lt;p style=&quot;margin: 15px 15px 0 15px; font-style: italic; color: #a39f96;&quot;&gt;
            Special thanks to ViT, Russo, that if it were not for him this translation would not be possible and also to Mumm-ra of STR Brasil, great friend that if it were not for him and his ability with graphic editing the translation would not be completely translated. Thank you :)
        &lt;/p&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Equipe &amp; Dublagem&lt;/h3&gt;
        
        &lt;p style=&quot;margin-bottom: 10px; font-size: 18px;&quot; class=&quot;destaque-cargo&quot;&gt;Tradução Técnica&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Textos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Gráficos:&lt;/span&gt; Mumm-ra STR Brasil&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Vídeos:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Dublagem Central:&lt;/span&gt; Dragdus&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Revisão:&lt;/span&gt; HNNEWGAMES&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Ferramentas:&lt;/span&gt; ViT, Mumm-ra STR Brasil&lt;/li&gt;
        &lt;/ul&gt;

        &lt;p style=&quot;margin-top: 30px; margin-bottom: 10px; font-size: 18px;&quot; class=&quot;destaque-cargo&quot;&gt;Elenco de Dublagem&lt;/p&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Narração:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/filipighedin/&quot; target=&quot;_blank&quot;&gt;Filipi Ghedin&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Hector:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/matth_oficial_/&quot; target=&quot;_blank&quot;&gt;Matheus Fernandes&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Issac:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/giovanigorini/&quot; target=&quot;_blank&quot;&gt;Gio Gorini&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Julia Laforeze:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/zizibszeebas/&quot; target=&quot;_blank&quot;&gt;Zizib Zeebas&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Drácula:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/kanashi_dubs/&quot; target=&quot;_blank&quot;&gt;Kanashi&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Saint Germain:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/brunow0811/&quot; target=&quot;_blank&quot;&gt;Bruno Wagner&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Trevor Belmont:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/gabelsons/&quot; target=&quot;_blank&quot;&gt;Gabriel Viana&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Zead:&lt;/span&gt; &lt;a href=&quot;https://www.instagram.com/rafaduartedub/&quot; target=&quot;_blank&quot;&gt;Rafael Duarte&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Sites Parceiros&lt;/h3&gt;
        &lt;ul class=&quot;info-lista&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;HNNEWGAMES:&lt;/span&gt; &lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Acessar Blog&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;STR Brasil:&lt;/span&gt; &lt;a href=&quot;https://www.facebook.com/strbr/&quot; target=&quot;_blank&quot;&gt;Acessar Página&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Clube dos Aristocratas:&lt;/span&gt; &lt;a href=&quot;https://www.youtube.com/@ClubedosAristocratas&quot; target=&quot;_blank&quot;&gt;Canal no YouTube&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;MATTH dubs:&lt;/span&gt; &lt;a href=&quot;https://www.youtube.com/@matthdubs9607&quot; target=&quot;_blank&quot;&gt;Canal no YouTube&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Imagens e Vídeos&lt;/h3&gt;
        
        &lt;div class=&quot;galeria-locadora&quot;&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitGF9m1poqjIhSylGdquzd9EPu_94yqVfkNHfxkgFhZH__FZhlADFRf4Yvm2uo6uhIK1ftCAU8YdaDF9Ht4F6KK9g7ZZWzakRiU6OQjoxY6cHPMyjDAhSigxCd_b7V3kUDuIrR8Qdzl9Q/s1600/pcsx2+2019-12-01+14-18-24-95.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitGF9m1poqjIhSylGdquzd9EPu_94yqVfkNHfxkgFhZH__FZhlADFRf4Yvm2uo6uhIK1ftCAU8YdaDF9Ht4F6KK9g7ZZWzakRiU6OQjoxY6cHPMyjDAhSigxCd_b7V3kUDuIrR8Qdzl9Q/w640-h369/pcsx2+2019-12-01+14-18-24-95.jpg&quot; alt=&quot;Imagem Jogo 1&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgGL4OYxO2-pcsVFWSFomAkEocw8kjzqFGUnvhnSV05CqLQDliDWLIF9BdA2EDsF21ASMpc-jdd0eqFGVYkRqhEcEJLNzXHMr2pDzA78UaXYrgvLgd99HMXYsQc-R561ySo2aZiJiTsrfdzmlo0PYztdO7scqktCXDid0Z6dCJ8hHsDdWd68--8FDaz=s630&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgGL4OYxO2-pcsVFWSFomAkEocw8kjzqFGUnvhnSV05CqLQDliDWLIF9BdA2EDsF21ASMpc-jdd0eqFGVYkRqhEcEJLNzXHMr2pDzA78UaXYrgvLgd99HMXYsQc-R561ySo2aZiJiTsrfdzmlo0PYztdO7scqktCXDid0Z6dCJ8hHsDdWd68--8FDaz=w640-h374&quot; alt=&quot;Imagem Jogo 2&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-thLv5AnbRIo-YLaycziOYYF-7tS9nkDe9-dNs-1rQo0SaSi7w9czOh2M9iL0hneZwQAcVAiVCajMi2U6E-S2SoC9u3WNGEu-GRhPGRmQzydpTeVj1CE6_P9T8VxPs6cHmRd5BNyDHXM/s1600/pcsx2+2019-12-01+14-21-26-27.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-thLv5AnbRIo-YLaycziOYYF-7tS9nkDe9-dNs-1rQo0SaSi7w9czOh2M9iL0hneZwQAcVAiVCajMi2U6E-S2SoC9u3WNGEu-GRhPGRmQzydpTeVj1CE6_P9T8VxPs6cHmRd5BNyDHXM/w640-h369/pcsx2+2019-12-01+14-21-26-27.jpg&quot; alt=&quot;Imagem Jogo 3&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDvmRoEpYBTv2p6jRvGIYjr5I2NfS5rKkgIwhVzRnIaGJ4BPHHJ5GJYHrfQ3wIQcbj_AgrLFlaEZAjqMh-Sb1co4U6Rypur3X063evVH9ZMhIPxNevC4ZruQrrii_eCf3wqCxoKzyK2wc/s1600/pcsx2+2019-12-01+14-24-33-73.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDvmRoEpYBTv2p6jRvGIYjr5I2NfS5rKkgIwhVzRnIaGJ4BPHHJ5GJYHrfQ3wIQcbj_AgrLFlaEZAjqMh-Sb1co4U6Rypur3X063evVH9ZMhIPxNevC4ZruQrrii_eCf3wqCxoKzyK2wc/w640-h369/pcsx2+2019-12-01+14-24-33-73.jpg&quot; alt=&quot;Imagem Jogo 4&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivGYQL-AK-U5ciDatZXnxAXRMRbIlv6lRasJahyphenhyphenZJXU9gfs9GJrSSL2MGbUBk7SlI6Y9N9Va53IjOhuZCoqdZ_RDIWZiYPntFOJb68-CoSWPNRYsEmNarMSxYTpDfpkrU-uXW5xKz6yUQ/s1600/pcsx2+2019-12-01+14-25-04-02.jpg&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivGYQL-AK-U5ciDatZXnxAXRMRbIlv6lRasJahyphenhyphenZJXU9gfs9GJrSSL2MGbUBk7SlI6Y9N9Va53IjOhuZCoqdZ_RDIWZiYPntFOJb68-CoSWPNRYsEmNarMSxYTpDfpkrU-uXW5xKz6yUQ/w640-h369/pcsx2+2019-12-01+14-25-04-02.jpg&quot; alt=&quot;Imagem Jogo 5&quot; /&gt;
            &lt;/a&gt;
            &lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJbfVJVQlYPOyyQ_pWHQbuNMbFipsgIOIlXRWboZPuVAa4QNHbP-eVnFqv9HzuX56JxBN3kxjCtBw84avdQPPy7FcRGxl8XeRKvTF-OSwb9coG9plE87wP8Tdy_yWLpNtUqjuh2z9QooM/s1600/CastleCOD.gif&quot; target=&quot;_blank&quot;&gt;
                &lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJbfVJVQlYPOyyQ_pWHQbuNMbFipsgIOIlXRWboZPuVAa4QNHbP-eVnFqv9HzuX56JxBN3kxjCtBw84avdQPPy7FcRGxl8XeRKvTF-OSwb9coG9plE87wP8Tdy_yWLpNtUqjuh2z9QooM/w640-h369/CastleCOD.gif&quot; alt=&quot;Imagem Animada&quot; /&gt;
            &lt;/a&gt;
        &lt;/div&gt;

        &lt;div class=&quot;video-container&quot;&gt;
            &lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/nDDegYevxyA?autoplay=0&quot;&gt;&lt;/iframe&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: center;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot;&gt;Link para Download&lt;/h3&gt;
        &lt;p style=&quot;font-size: 18px; font-weight: 700; color: #ef4444; margin-bottom: 20px;&quot;&gt;VERSÃO 2.3.2&lt;/p&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;margin-top: 0; color: #f4f0e6; font-size: 18px;&quot;&gt;Patch EUR (Textos pt-BR)&lt;/h4&gt;
            &lt;a href=&quot;https://mega.nz/file/KtZXWQiI#ffhUoznTdDKB5xxssggYIuNCMpUKbyat-iwzCmj55sA&quot; target=&quot;_blank&quot; class=&quot;btn-download&quot;&gt;
                ⬇️ Baixar via MEGA
            &lt;/a&gt;
            &lt;p style=&quot;font-size: 12px; color: #a39f96; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO EUR (SLES_537.55)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br/&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;http://fullparadise.0hi.me/2019/12/01/castlevania-curse-of-darkness-eur-ps2/&quot; target=&quot;_blank&quot;&gt;fullparadise.0hi.me&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;

        &lt;div class=&quot;btn-download-container&quot;&gt;
            &lt;h4 style=&quot;margin-top: 0; color: #f4f0e6; font-size: 18px;&quot;&gt;Patch EUR (Textos e Áudios pt-BR)&lt;/h4&gt;
            &lt;a href=&quot;https://drive.google.com/file/d/1_9VPGZXPi_Av4sHdTDCKstZmyAwjY2Au/view?usp=sharing&quot; target=&quot;_blank&quot; class=&quot;btn-download&quot;&gt;
                ⬇️ Baixar via Google Drive
            &lt;/a&gt;
            &lt;p style=&quot;font-size: 12px; color: #a39f96; margin-top: 5px;&quot;&gt;Link direto (não contém anúncio)&lt;/p&gt;
            &lt;p style=&quot;font-size: 14px; margin-top: 15px;&quot;&gt;
                O patch deve ser aplicado em um &lt;strong&gt;ISO EUR (SLES_537.55)&lt;/strong&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&lt;br/&gt;
                Recomendo baixar a ISO pelo site: &lt;a href=&quot;http://fullparadise.0hi.me/2019/12/01/castlevania-curse-of-darkness-eur-ps2/&quot; target=&quot;_blank&quot;&gt;fullparadise.0hi.me&lt;/a&gt;.
            &lt;/p&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;hr class=&quot;divisor-locadora&quot; /&gt;

    &lt;div style=&quot;text-align: left; padding: 0 15px; margin-bottom: 40px;&quot;&gt;
        &lt;h3 class=&quot;titulo-secao&quot; style=&quot;display: block; text-align: left;&quot;&gt;Notas de Atualização (Changelog)&lt;/h3&gt;
        &lt;ul style=&quot;padding-left: 20px; line-height: 1.8;&quot;&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Versão 2.0:&lt;/span&gt; Erros de tradução, português, bugs e correções de caracteres.&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Versão 2.1:&lt;/span&gt; Dois pequenos erros de tradução corrigidos (Agradecimentos: &lt;b&gt;Kane TV&lt;/b&gt;).&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Versão 2.2:&lt;/span&gt; Correção na descrição do item &#39;Diamantino&#39; que estava em espanhol. (Agradecimentos: &lt;b&gt;Biladeiro&lt;/b&gt;).&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Versão 2.3.1:&lt;/span&gt; Algumas pequenas correções. (Agradecimentos: &lt;b&gt;Jefferson&lt;/b&gt;).&lt;/li&gt;
            &lt;li&gt;&lt;span class=&quot;destaque-cargo&quot;&gt;Versão 2.3.2:&lt;/span&gt; Mais algumas pequenas correções e vídeo de abertura com nova legenda e maior qualidade.&lt;/li&gt;
        &lt;/ul&gt;
        &lt;p style=&quot;margin-top: 20px;&quot;&gt;
            &lt;span class=&quot;destaque-cargo&quot;&gt;Dublagem 100% em Português do Brasil:&lt;/span&gt; A versão 2.3.2 agora está completamente dublada em nosso idioma e dois patches nesta versão poderão ser baixados, uma com e outra sem a dublagem. (Agradecimentos: &lt;a href=&quot;https://www.youtube.com/@ClubedosAristocratas&quot; target=&quot;_blank&quot;&gt;Dragdus&lt;/a&gt; do Canal &quot;Clube dos Aristocratas&quot;).
        &lt;/p&gt;
    &lt;/div&gt;

&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7871796789370327'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7871796789370327'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2019/12/castlevania-curse-of-darkness.html' title='Castlevania: Curse of Darkness Dublado e Legendado V2.3.2 - Português Brasil - PS2'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYV3qqk1JZVq4ghoFoDK7BfYw-Z7-cMaW3Qc11pKqpwv2h354rOnuNuT8ieRDMxRxak1qDQS0VaCP9coPlSqT4csobQiAnbxJBGSkj0v6vQPdQ0PdS9bx8nJYs-LakSyhNIdyhZhtijZw/s72-w452-h640-c/Castlevania+Curse+of+Darkness.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-338702338949954237</id><published>2023-07-09T07:50:00.003-03:00</published><updated>2023-07-09T07:53:43.360-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>Uncharted 2: Among Thieves V2.0 - Português Brasil - PS3 (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOSCYorCsO0DboynA2KN_2PbdxN_frTG2T2mXIqQLF0KyWIYw45MREuxSqblz0aw_6fW0Vmr1jU0snu1wAYy7P4g16dJDVTTsui_n1FP-zEdl8w75hI9mTy1-Ud17Qk3VeEiML7QB0TNI/s1757/Uncharted2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1757&quot; data-original-width=&quot;1528&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOSCYorCsO0DboynA2KN_2PbdxN_frTG2T2mXIqQLF0KyWIYw45MREuxSqblz0aw_6fW0Vmr1jU0snu1wAYy7P4g16dJDVTTsui_n1FP-zEdl8w75hI9mTy1-Ud17Qk3VeEiML7QB0TNI/w348-h400/Uncharted2.jpg&quot; width=&quot;348&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;Port e revisão da tradução oficial em Português Brasileiro lançada exclusivamente para o Playstation 4.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------
&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Nome do jogo: Uncharted 2: Among Thieves&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Plataforma: Playstation 3&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Desenvolvedora: Naughty Dog&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Publicado por: Sony&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Gênero: Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Data de lançamento: 2009&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;Uncharted 2: Among Thieves é um jogo eletrônico de ação-aventura desenvolvido pela Naughty Dog e publicado pela Sony Computer Entertainment. É o segundo título principal da série Uncharted e foi lançado exclusivamente para PlayStation 3 em outubro de 2009. Na história, os jogadores controlam Nathan Drake, um caçador de tesouros que se alia à colega Chloe Frazer com o objetivo de encontrar a mitológica cidade perdida de Sambala. Among Thieves é jogado a partir de uma perspectiva em terceira pessoa e incorpora diversos elementos de plataforma na navegação pelos diferentes ambientes. Os jogadores usam armas de fogo, combate corpo a corpo e furtividade a fim de combaterem inimigos e solucionarem quebra-cabeças. Há também um modo multijogador online em que os jogadores podem entrar em diferentes modos de partidas cooperativas ou competitivas.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(https://pt.wikipedia.org/wiki/Uncharted_2:_Among_Thieves&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Textos: 100%&lt;/div&gt;&lt;div&gt;Making OF: 100%&lt;/div&gt;&lt;div&gt;Gráficos: 100%&lt;br /&gt;Acentos: 100%&lt;br /&gt;Vídeos: 100%&lt;/div&gt;&lt;div&gt;Áudios: 100%&lt;/div&gt;&lt;div&gt;Revisão: 100%&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Port:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (Lucaz Andrade)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;span&gt;&lt;b&gt;Port dos Áudios PT-BR: &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;text-align: center;&quot;&gt;Drymay (Heitor Alimo)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt;&amp;nbsp;Caws,&amp;nbsp;gameside&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites / Contatos&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;BIG BOSS#7105&quot; (Lucaz Andrade)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;HeitorAlimo#9903&quot; (&lt;span style=&quot;font-size: 15px; white-space-collapse: preserve;&quot;&gt;Drymay&lt;/span&gt;)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgidtnLVaQklTXnGUr1r852vhDlsI8MWsGIyuQGzD9RtmWaCGC_5rZXF-9bSfMs11LT-ujRSPHvrVEwcIOIsfTwhkxm3AMKq0xd0TIYeVbEkNlT2s6Lt8EPq5qsYg6dFim9N9xBytSQzfg/s1364/obs64+2021-07-03+12-54-34-97.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgidtnLVaQklTXnGUr1r852vhDlsI8MWsGIyuQGzD9RtmWaCGC_5rZXF-9bSfMs11LT-ujRSPHvrVEwcIOIsfTwhkxm3AMKq0xd0TIYeVbEkNlT2s6Lt8EPq5qsYg6dFim9N9xBytSQzfg/w640-h360/obs64+2021-07-03+12-54-34-97.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4s43Nllr2xmtBLTQTpF9IuqnvacnxQE8_jK-4P5NJWEVenFO75OfprB2plHXWzoZxqr8p6RACoS2yQoz9S6FRNA6DvB7s-zeObFndmbppBnuPn-VWa6ri2iJoNB38wH3XCgSb-9somdA/s1364/obs64+2021-07-03+12-54-44-06.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4s43Nllr2xmtBLTQTpF9IuqnvacnxQE8_jK-4P5NJWEVenFO75OfprB2plHXWzoZxqr8p6RACoS2yQoz9S6FRNA6DvB7s-zeObFndmbppBnuPn-VWa6ri2iJoNB38wH3XCgSb-9somdA/w640-h360/obs64+2021-07-03+12-54-44-06.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDofFlDkQJelGZii9VIXkIGk8aburX0MG3g4fwH919fSQXWrLvVAlh7MAIKiNozkrSv140NeuDVE9qBZ0Av2NKzoyY8kSSWewWJkF68cOuD3THFFwHGEZQinOfyTjfXsccKZzxNnZidh4/s1364/obs64+2021-07-03+12-55-37-38.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDofFlDkQJelGZii9VIXkIGk8aburX0MG3g4fwH919fSQXWrLvVAlh7MAIKiNozkrSv140NeuDVE9qBZ0Av2NKzoyY8kSSWewWJkF68cOuD3THFFwHGEZQinOfyTjfXsccKZzxNnZidh4/w640-h360/obs64+2021-07-03+12-55-37-38.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZnRLEwYuVE3jxIcZVzN4SAewJEljTNP8diRMpImwK9lr2JyRTempLuWRwl9lDlLBiuZYt4u2CE9XQbsKNdWwvtBVTUtBqDbUrtC2PNKBMZrL5_yOHdvICqGBSDMFFCCrB7kN7JgoCheM/s1364/obs64+2021-07-03+12-56-10-83.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZnRLEwYuVE3jxIcZVzN4SAewJEljTNP8diRMpImwK9lr2JyRTempLuWRwl9lDlLBiuZYt4u2CE9XQbsKNdWwvtBVTUtBqDbUrtC2PNKBMZrL5_yOHdvICqGBSDMFFCCrB7kN7JgoCheM/w640-h360/obs64+2021-07-03+12-56-10-83.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkEQWdzQAVxHKjI1OU_Ac0nialZrxtwvvE8RRdP4ECN3ZB5HIZSZ-wwtCnuSRLO9gfo8DLbnDbGBUayn3lvOqDL5jt0IJd8lXU3758vhkRP_rWLh2PpQw85sKU1w9M89DP9M3C2NRfEjY/s1364/obs64+2021-07-03+12-56-31-15.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkEQWdzQAVxHKjI1OU_Ac0nialZrxtwvvE8RRdP4ECN3ZB5HIZSZ-wwtCnuSRLO9gfo8DLbnDbGBUayn3lvOqDL5jt0IJd8lXU3758vhkRP_rWLh2PpQw85sKU1w9M89DP9M3C2NRfEjY/w640-h360/obs64+2021-07-03+12-56-31-15.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4a2fY1ifJcbnc-KuwmLo_7qzT4I8ZGjRo3X3lIwJjXp_QxivDwhnlzQY5FuhysCUgf3cWib0KsSDWODaAAiqY52F3cy0xBTD0n9BP6ziri8FGctDrsT2Of-TPvPFjwzyLasMjcLQiEN4/s1200/U2.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;676&quot; data-original-width=&quot;1200&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4a2fY1ifJcbnc-KuwmLo_7qzT4I8ZGjRo3X3lIwJjXp_QxivDwhnlzQY5FuhysCUgf3cWib0KsSDWODaAAiqY52F3cy0xBTD0n9BP6ziri8FGctDrsT2Of-TPvPFjwzyLasMjcLQiEN4/w640-h360/U2.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/wGEedWSfxvY?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA/EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://anotepad.com/notes/f67nhtnr&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;background-color: black; color: #fcff01; font-size: 14px; text-align: right;&quot;&gt;SENHA: HNNEWGAMES&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i style=&quot;background-color: black; color: #fcff01; font-size: 14px; text-align: right;&quot;&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA/EUR (BCES00757 /&amp;nbsp;&lt;/i&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&lt;i&gt;BCUS98123&lt;/i&gt;&lt;/span&gt;&lt;i&gt;)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/338702338949954237'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/338702338949954237'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/07/uncharted-among-thieves-portugues.html' title='Uncharted 2: Among Thieves V2.0 - Português Brasil - PS3 (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOSCYorCsO0DboynA2KN_2PbdxN_frTG2T2mXIqQLF0KyWIYw45MREuxSqblz0aw_6fW0Vmr1jU0snu1wAYy7P4g16dJDVTTsui_n1FP-zEdl8w75hI9mTy1-Ud17Qk3VeEiML7QB0TNI/s72-w348-h400-c/Uncharted2.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-979297884112844640</id><published>2022-07-03T17:14:00.007-03:00</published><updated>2022-07-05T12:37:00.450-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Prince of Persia: The Two Thrones V1.1  - Português Brasil - PS2</title><content type='html'>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIhllQox4e7dXf2bQj1Dyg7gGxUe334TMSPNg_tnJC2JaG6UE01U8M7BPEwdeFWXAoYK7r6KmEKFs6Eqpr1FAp1IqCFT00cuvNQZtdApzc1HQyX9r74dseoq4hIvZCBK-py1kwhLB-dwXFvyqmX2-KDxmaxBpQtDAE-V8xVVvi7XDEZoavpSr2Oyem/s1114/Cover01.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1114&quot; data-original-width=&quot;800&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIhllQox4e7dXf2bQj1Dyg7gGxUe334TMSPNg_tnJC2JaG6UE01U8M7BPEwdeFWXAoYK7r6KmEKFs6Eqpr1FAp1IqCFT00cuvNQZtdApzc1HQyX9r74dseoq4hIvZCBK-py1kwhLB-dwXFvyqmX2-KDxmaxBpQtDAE-V8xVVvi7XDEZoavpSr2Oyem/w460-h640/Cover01.jpg&quot; width=&quot;460&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Nome do jogo:&lt;/b&gt;&amp;nbsp;Prince of Persia: The Two Thrones&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Plataforma:&amp;nbsp;&lt;/b&gt;Playstation 2&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Desenvolvedora:&lt;/b&gt;&amp;nbsp;Ubisoft Montreal&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Publicado por:&lt;/b&gt;&amp;nbsp;Ubisoft&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Gênero:&lt;/b&gt;&amp;nbsp;Aventura&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Data de lançamento:&lt;/b&gt;&amp;nbsp;2005&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family: times;&quot;&gt;O Príncipe da Pérsia, um experiente guerreiro, retorna da Ilha do Tempo para a Babilônia com seu amor, Kaileena. Mas, em vez da paz que ele anseia, ele encontra sua pátria devastada pela guerra e o reino se volta contra ele. O Príncipe é rapidamente capturado e Kaileena não tem outra escolha a não ser sacrificar-se e libertar as Areias do Tempo, a fim de salvá-lo. Agora expulso nas ruas e caçado como um fugitivo, o Príncipe logo descobre que batalhas do passado deram origem a um mortal Príncipe Negro, cujo espírito gradualmente o possui...&lt;/span&gt;&lt;/div&gt;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Fonte:&lt;/b&gt;&amp;nbsp;Steam (&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;https://store.steampowered.com/app/13530/Prince_of_Persia_The_Two_Thrones)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Gráficos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Administrador:&lt;/b&gt;&amp;nbsp;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;OAleex, Big Boss, HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Vídeos:&amp;nbsp;&lt;/b&gt;OAleex, Gustavo Predador&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Gráficos:&amp;nbsp;&lt;/b&gt;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Ferramenta:&lt;/b&gt;&amp;nbsp;Mumm-Ra - STR Brasil&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão/Testes:&lt;/b&gt;&amp;nbsp;OAleex, HNNEWGAMES&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;/div&gt;--------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;STRBrasil:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;http://strbrgames.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Big Boss:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;https://www.youtube.com/channel/UCJLe1Rm4JPCM2XJB7cC8tUQ&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Gustavo Predador:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;https://www.youtube.com/c/GUSTAVOPREDADOR&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV98SGkILwx1PVDtv_zfkIgF6rt-QphCUgAcTS3AhSygncHXfOnMORnEC32xTszpjDjXyoAk1yoeTXahVoMYX4qJn5NWAZdJQARrTQret07tMsuY0zpeatjEW6NsIIk-fNu0_TOzWSzyhEfXNOY-XDlg759J_eYYqCeKZO9yyk54LOrvA71XcGhiYr/s1365/Ps2_Pop_01.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjV98SGkILwx1PVDtv_zfkIgF6rt-QphCUgAcTS3AhSygncHXfOnMORnEC32xTszpjDjXyoAk1yoeTXahVoMYX4qJn5NWAZdJQARrTQret07tMsuY0zpeatjEW6NsIIk-fNu0_TOzWSzyhEfXNOY-XDlg759J_eYYqCeKZO9yyk54LOrvA71XcGhiYr/w640-h360/Ps2_Pop_01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMIzhfQlkk76crwtpD8XbHlj4KvRaZ0cF5WScP8Mayj0FomphO5T0sys9_Oo2kcXE3Pe6GGNK9UV4ab6zsRnhd9JeMu1i9m1U9GWvPLQu4CKOJqwAWv0K7l3sBXCSjMNnR6wC0aP0422eR4TTYRvF28d9KUdM7qnIfWBiufAoR0Aqy_etHAVizQog3/s1365/Ps2_Pop_02.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMIzhfQlkk76crwtpD8XbHlj4KvRaZ0cF5WScP8Mayj0FomphO5T0sys9_Oo2kcXE3Pe6GGNK9UV4ab6zsRnhd9JeMu1i9m1U9GWvPLQu4CKOJqwAWv0K7l3sBXCSjMNnR6wC0aP0422eR4TTYRvF28d9KUdM7qnIfWBiufAoR0Aqy_etHAVizQog3/w640-h360/Ps2_Pop_02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCVbiXNHZtOUHV9TgE6oWbeJ9B5YwEGDiHpo_AhYS6nwara81g8v7jhd7N8REa_lxRrrDaxbTy-eDe0pxjSVkk_0OYX9_HxageRarqG07M1O5Hq-XMx8xJWoJGpbYCM5DwmfzSt6VwCVv07qaUtxXiNfZNJuP6PFUT2TEUx4xEj_6_OA7tntsCkNiA/s1365/Ps2_Pop_03.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCVbiXNHZtOUHV9TgE6oWbeJ9B5YwEGDiHpo_AhYS6nwara81g8v7jhd7N8REa_lxRrrDaxbTy-eDe0pxjSVkk_0OYX9_HxageRarqG07M1O5Hq-XMx8xJWoJGpbYCM5DwmfzSt6VwCVv07qaUtxXiNfZNJuP6PFUT2TEUx4xEj_6_OA7tntsCkNiA/w640-h360/Ps2_Pop_03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj425FSGrJcja2t0jwIBWFV2MVlIQ1Ud11YizsoD1yBJOfa81kWfNGvQKvEnlvuqmcUHnx6b1KyoRKYv8Mfq80zT5RHXh4gF-fVseOjwz1wbKUI6RCosIkBaQPQIzRrYLa0tNBRlrttsCuFg5BsGWNq3S0_QfEmZoW6L999Rd96CjOa93gU-LJLSjFC/s1365/Ps2_Pop_04.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj425FSGrJcja2t0jwIBWFV2MVlIQ1Ud11YizsoD1yBJOfa81kWfNGvQKvEnlvuqmcUHnx6b1KyoRKYv8Mfq80zT5RHXh4gF-fVseOjwz1wbKUI6RCosIkBaQPQIzRrYLa0tNBRlrttsCuFg5BsGWNq3S0_QfEmZoW6L999Rd96CjOa93gU-LJLSjFC/w640-h360/Ps2_Pop_04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br style=&quot;font-family: arial;&quot; /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9E5kI07zsgnOsii8vqcO4c0rKpwgg2UrSnF3dhNyjLDixilNIPhwZTXRgsrDvuqdPSfv-aPpcCdMnmL9mcRiO5w7j_AYRdeUXTLyFH-pw-WZAuyyYrAuURhKFU9OWlBUUiAnBKycGGLLPcn1gJ0TyhmQPS-aQsYFKHQsjDq3YuLKI-90pyk47vDvV/s1365/Ps2_Pop_05.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9E5kI07zsgnOsii8vqcO4c0rKpwgg2UrSnF3dhNyjLDixilNIPhwZTXRgsrDvuqdPSfv-aPpcCdMnmL9mcRiO5w7j_AYRdeUXTLyFH-pw-WZAuyyYrAuURhKFU9OWlBUUiAnBKycGGLLPcn1gJ0TyhmQPS-aQsYFKHQsjDq3YuLKI-90pyk47vDvV/w640-h360/Ps2_Pop_05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSFYxR8YIB7baBWZcK8GppLREqRKjg05WrFIfGPA4GTABJJmJIaDU92lNYqtwtOH_9bWqFIiG9B-85lwHeqzdBKp2OaAVBlX7NKnOjI8HyZb3kU9_GVkODG5EPJmmYlliddOqRjsHFdKUVV0-x2JMGIYbUtJYULu8-IfJ3XgLmLL7dcCQ6TPKCtBh1/s1365/Ps2_Pop_06.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSFYxR8YIB7baBWZcK8GppLREqRKjg05WrFIfGPA4GTABJJmJIaDU92lNYqtwtOH_9bWqFIiG9B-85lwHeqzdBKp2OaAVBlX7NKnOjI8HyZb3kU9_GVkODG5EPJmmYlliddOqRjsHFdKUVV0-x2JMGIYbUtJYULu8-IfJ3XgLmLL7dcCQ6TPKCtBh1/w640-h360/Ps2_Pop_06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;BLOG_video_class&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/eyEYtnpCncQ&quot; width=&quot;602&quot; youtube-src-id=&quot;eyEYtnpCncQ&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://sharemods.com/1zc9msvql4f2/[1.1-PS2]-POP-T2T.rar.html&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Senha:&amp;nbsp;&lt;/b&gt;oaleex&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA (&lt;/i&gt;&lt;i&gt;SLUS_210.22)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;OBSERVAÇÃO:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Se o jogo estiver passando problemas como tela preta ou travamentos, é problema relacionado ao OPL atual. Use a versão 9.3 com a opção 2,3 e 6 de compatibilidade ativada.&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Tutorial de como passar pelo encurtador&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/979297884112844640'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/979297884112844640'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/07/prince-of-persia-two-thrones-v10_3.html' title='Prince of Persia: The Two Thrones V1.1  - Português Brasil - PS2'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIhllQox4e7dXf2bQj1Dyg7gGxUe334TMSPNg_tnJC2JaG6UE01U8M7BPEwdeFWXAoYK7r6KmEKFs6Eqpr1FAp1IqCFT00cuvNQZtdApzc1HQyX9r74dseoq4hIvZCBK-py1kwhLB-dwXFvyqmX2-KDxmaxBpQtDAE-V8xVVvi7XDEZoavpSr2Oyem/s72-w460-h640-c/Cover01.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-1999090545850284722</id><published>2022-07-03T17:14:00.004-03:00</published><updated>2022-07-03T17:15:13.517-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PC em Português"/><title type='text'>Prince of Persia: The Two Thrones V1.0  - Português Brasil - PC</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrRpwnpikxn7ii1S98N2nuatD68C_LA6VOIw3Q9h6ZDFtCWqspzs2mw1HwBp14lCtUpA74uZDBmojAhmibQL-_P6UnYFdbuE-RRQt_b9sNqCNR6D2BZG-rcZmOjNQ82oirBakabqsuL8XTvjNTQLx_lk43GZVSiULc4B1rNQ7VjfJBw2yi87SFWSlA_g/s447/Pc_cover.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;447&quot; data-original-width=&quot;341&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrRpwnpikxn7ii1S98N2nuatD68C_LA6VOIw3Q9h6ZDFtCWqspzs2mw1HwBp14lCtUpA74uZDBmojAhmibQL-_P6UnYFdbuE-RRQt_b9sNqCNR6D2BZG-rcZmOjNQ82oirBakabqsuL8XTvjNTQLx_lk43GZVSiULc4B1rNQ7VjfJBw2yi87SFWSlA_g/w488-h640/Pc_cover.jpg&quot; width=&quot;488&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Nome do jogo:&lt;/b&gt;&amp;nbsp;Prince of Persia: The Two Thrones&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Plataforma:&amp;nbsp;&lt;/b&gt;PC&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Desenvolvedora:&lt;/b&gt;&amp;nbsp;Ubisoft Montreal&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Publicado por:&lt;/b&gt;&amp;nbsp;Ubisoft&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Gênero:&lt;/b&gt;&amp;nbsp;Aventura&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Data de lançamento:&lt;/b&gt;&amp;nbsp;2005&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-family: times;&quot;&gt;O&amp;nbsp;Príncipe da Pérsia, um experiente guerreiro, retorna da Ilha do Tempo para a Babilônia com seu amor, Kaileena. Mas, em vez da paz que ele anseia, ele encontra sua pátria devastada pela guerra e o reino se volta contra ele. O Príncipe é rapidamente capturado e Kaileena não tem outra escolha a não ser sacrificar-se e libertar as Areias do Tempo, a fim de salvá-lo. Agora expulso nas ruas e caçado como um fugitivo, o Príncipe logo descobre que batalhas do passado deram origem a um mortal Príncipe Negro, cujo espírito gradualmente o possui...&lt;/span&gt;&lt;/div&gt;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Fonte:&lt;/b&gt;&amp;nbsp;Steam (&lt;span style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;https://store.steampowered.com/app/13530/Prince_of_Persia_The_Two_Thrones)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Gráficos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Administrador:&lt;/b&gt;&amp;nbsp;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;OAleex, Big Boss, HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Vídeos:&amp;nbsp;&lt;/b&gt;OAleex, Gustavo Predador&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Gráficos:&amp;nbsp;&lt;/b&gt;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Ferramenta:&lt;/b&gt;&amp;nbsp;Mumm-Ra - STR Brasil&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão/Testes:&lt;/b&gt;&amp;nbsp;OAleex, HNNEWGAMES&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;/div&gt;--------------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;STRBrasil:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;http://strbrgames.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Big Boss:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;https://www.youtube.com/channel/UCJLe1Rm4JPCM2XJB7cC8tUQ&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Gustavo Predador:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;https://www.youtube.com/c/GUSTAVOPREDADOR&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicRSaDptX8GP8UQn9yYWDKMeYgyCp2PMuH_eJyaP9qjkXLWZqsR_5MbWgq817PPSB1TS4tHgTgmeEmPxHMkBrmXaVzwrRkTzeaUf8HEgfq5l_LsEP1X4n78jwgdPID7smtefOzWhpw-pX6SpAMx1oeBGN-JHI5gmhIL2aoQoxbuzNZHar3jb_YfbVXLg/s800/PC_Pop_01.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;600&quot; data-original-width=&quot;800&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicRSaDptX8GP8UQn9yYWDKMeYgyCp2PMuH_eJyaP9qjkXLWZqsR_5MbWgq817PPSB1TS4tHgTgmeEmPxHMkBrmXaVzwrRkTzeaUf8HEgfq5l_LsEP1X4n78jwgdPID7smtefOzWhpw-pX6SpAMx1oeBGN-JHI5gmhIL2aoQoxbuzNZHar3jb_YfbVXLg/w640-h480/PC_Pop_01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-UTow4CswGvGCDkO3L1IaELrkLpnZUjDVF323sJF_-eOh3K6AXJgGLmHPJKIVckKZEhmS-aBIPJsNW4-q515rnGV-p-xmCQJBy_zJv_Wb93rX-3Wt_e86UBtthEtD9PK07oLmeKcfVNVAylet_c49GHGdzOzeta4V2C9cjHC-Jsfb6kMeoqn_q6_1bw/s800/PC_Pop_02.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;600&quot; data-original-width=&quot;800&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-UTow4CswGvGCDkO3L1IaELrkLpnZUjDVF323sJF_-eOh3K6AXJgGLmHPJKIVckKZEhmS-aBIPJsNW4-q515rnGV-p-xmCQJBy_zJv_Wb93rX-3Wt_e86UBtthEtD9PK07oLmeKcfVNVAylet_c49GHGdzOzeta4V2C9cjHC-Jsfb6kMeoqn_q6_1bw/w640-h480/PC_Pop_02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO6wMdSQGKVeSqxCWLguPxxvIzU1AqmlUPtKTB0okfF4gD7HAySP3nOA3DMstglEXDbRD964Sc1JKVYr_0ELNMBxk2pIRBneax0SwsUyTeEq0iRuis_Xv7a8Xmhj3xgUvqJhywtbVwwvOqJhr09sWDfrLwPuXj843rbwfUENBz1aaCdQV2ES5vaNJ3Uw/s800/PC_Pop_03.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;600&quot; data-original-width=&quot;800&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO6wMdSQGKVeSqxCWLguPxxvIzU1AqmlUPtKTB0okfF4gD7HAySP3nOA3DMstglEXDbRD964Sc1JKVYr_0ELNMBxk2pIRBneax0SwsUyTeEq0iRuis_Xv7a8Xmhj3xgUvqJhywtbVwwvOqJhr09sWDfrLwPuXj843rbwfUENBz1aaCdQV2ES5vaNJ3Uw/w640-h480/PC_Pop_03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRcQ9uXplp03sBBSIHxuVxsDCh11bs7GFvDzsO8UMd-yWoocmUNrv-jWtzqSLWWAeQwb-Ijg5t6iFj4rSO8fK0izS5HmT0t354D_m157h8YaCe8eCpOIplB34W47ukF4h0J0xQpk1I9Z7GQ3j4yBDmPSP_bhY7Sh_HNFkfk6gWZSPIrqXFHEzI3udo7A/s800/PC_Pop_05.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;600&quot; data-original-width=&quot;800&quot; height=&quot;480&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRcQ9uXplp03sBBSIHxuVxsDCh11bs7GFvDzsO8UMd-yWoocmUNrv-jWtzqSLWWAeQwb-Ijg5t6iFj4rSO8fK0izS5HmT0t354D_m157h8YaCe8eCpOIplB34W47ukF4h0J0xQpk1I9Z7GQ3j4yBDmPSP_bhY7Sh_HNFkfk6gWZSPIrqXFHEzI3udo7A/w640-h480/PC_Pop_05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjph5lt_RF9XVOQ0lShVYK_X25Bk14jUHVup90zGa54xmtSpxYfPxiksK4VQN5yA0BO5kpAMTNyp89Co8i0ktyH_LDeg3IyNcFv2Gh-uyzULXTLT5bd_FGpRIczTKrockPLRLSrpbLAguP2bedphR-0U3_Bzdsq6g2uJMg0pCigakfcs41uMHW6QZy_Rg/s782/PC_Pop_06.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;782&quot; height=&quot;484&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjph5lt_RF9XVOQ0lShVYK_X25Bk14jUHVup90zGa54xmtSpxYfPxiksK4VQN5yA0BO5kpAMTNyp89Co8i0ktyH_LDeg3IyNcFv2Gh-uyzULXTLT5bd_FGpRIczTKrockPLRLSrpbLAguP2bedphR-0U3_Bzdsq6g2uJMg0pCigakfcs41uMHW6QZy_Rg/w640-h484/PC_Pop_06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: arial;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://sharemods.com/bn7xkbgxuo82/[1.0-PC]-POP-T2T.rar.html&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Senha:&amp;nbsp;&lt;/b&gt;oaleex&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA (&lt;/i&gt;&lt;i&gt;SLUS_210.22)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;OBSERVAÇÃO:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Se o jogo estiver passando problemas como tela preta ou travamentos, é problema relacionado ao OPL atual. Use a versão 9.3 com a opção 2,3 e 6 de compatibilidade ativada.&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Tutorial de como passar pelo encurtador&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/1999090545850284722'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/1999090545850284722'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/07/prince-of-persia-two-thrones-v10.html' title='Prince of Persia: The Two Thrones V1.0  - Português Brasil - PC'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrRpwnpikxn7ii1S98N2nuatD68C_LA6VOIw3Q9h6ZDFtCWqspzs2mw1HwBp14lCtUpA74uZDBmojAhmibQL-_P6UnYFdbuE-RRQt_b9sNqCNR6D2BZG-rcZmOjNQ82oirBakabqsuL8XTvjNTQLx_lk43GZVSiULc4B1rNQ7VjfJBw2yi87SFWSlA_g/s72-w488-h640-c/Pc_cover.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-7771374532336006145</id><published>2022-05-02T09:47:00.007-03:00</published><updated>2022-06-09T10:54:28.941-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Crash of the Titans V3.0 - Português Brasil - PS2</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXrDSK37yLYjEs0Q-Ga6mF55Ve1HeFnAgAGwPk2fPwNMGs8LQlnhdLVgmMhSxDdr7Ht6VknNuhipWC8sNFa4lQWBGDwrJxJ7mSFqb67Tpi-VedfyPbX3hSlMRpM346RwkBgpxaFjeF-Y0eIItTjpznFvVsfV4AAkbFdm5dnlCS4hl9hfYzxYh_Xr_H/s2155/Cover1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2155&quot; data-original-width=&quot;1523&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXrDSK37yLYjEs0Q-Ga6mF55Ve1HeFnAgAGwPk2fPwNMGs8LQlnhdLVgmMhSxDdr7Ht6VknNuhipWC8sNFa4lQWBGDwrJxJ7mSFqb67Tpi-VedfyPbX3hSlMRpM346RwkBgpxaFjeF-Y0eIItTjpznFvVsfV4AAkbFdm5dnlCS4hl9hfYzxYh_Xr_H/w452-h640/Cover1.png&quot; width=&quot;452&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Crash of the Titans&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Playstation 2&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora:&lt;/b&gt; SuperVillain Studios&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt;&amp;nbsp;Vivendi Games&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt;&amp;nbsp;Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2007&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Crash of the Titans é jogo de plataforma / beat &#39;em up de 2007 desenvolvido pela Radical Entertainment e publicado pela Vivendi Games para o PlayStation 2, PlayStation Portable (portado pela SuperVillain Studios), Wii e Xbox 360. As versões Game Boy Advance e Nintendo DS do jogo foram desenvolvidas pela Amaze Entertainment. O jogo foi lançado pela primeira vez na América do Norte em 4 de outubro de 2007, na Europa em 12 de outubro de 2007 e na Austrália em 18 de outubro de 2007. É o primeiro jogo da série Crash Bandicoot a não ter um lançamento japonês. Foi o último jogo a ser publicado pela Vivendi antes da Activision se fundir com a empresa no ano seguinte.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Crash_of_the_Titans&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Crash_of_the_Titans&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;HNNEWGAMES, OAleex&lt;b&gt;&lt;br /&gt;Gráficos:&amp;nbsp;&lt;/b&gt;HNNEWGAMES, OAleex&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES, OAleex&lt;br /&gt;&lt;b&gt;Port: &lt;/b&gt;HNNEWGAMES, OAleex, Bruno Games BH&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Bruno Games BH:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/c/BrunoGamesBH&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/c/BrunoGamesBH&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO4sPIRZJBcoHtg1sd4OlsUBvwVDAbvRa4z5HuEmmnSCctQ_jcdXxKD-SAm9prDF6PHN_qrSzO24HsJYfJcGJVqzMUA-DQrUtDQ23Bmh0l0iZ9cUsbPCSvUxCGNES9hl2LHVtqGjt_vBO-E-jrbRrffdXDyguJZyub2cXf_xDYZU2vD3TEmc-S-sFN/s1365/COTT_01.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhO4sPIRZJBcoHtg1sd4OlsUBvwVDAbvRa4z5HuEmmnSCctQ_jcdXxKD-SAm9prDF6PHN_qrSzO24HsJYfJcGJVqzMUA-DQrUtDQ23Bmh0l0iZ9cUsbPCSvUxCGNES9hl2LHVtqGjt_vBO-E-jrbRrffdXDyguJZyub2cXf_xDYZU2vD3TEmc-S-sFN/w640-h360/COTT_01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwAO1vWbW6J9ihjfdrljJmHIf88pE635HdUOW2qBncIPh30vomKdql1fwLMLwy25DjZKlzipBRb58OUw3ljqRWSokACp92hrhC2_UpZ4ECzzPwJVrO7_fehk3Jo9xxoq3MiLRvjt56ICnzCTufFO6bT4XLtorSwHSC-ljprCfzbvfpkVRO-ZaoeMuq/s1365/COTT_02.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwAO1vWbW6J9ihjfdrljJmHIf88pE635HdUOW2qBncIPh30vomKdql1fwLMLwy25DjZKlzipBRb58OUw3ljqRWSokACp92hrhC2_UpZ4ECzzPwJVrO7_fehk3Jo9xxoq3MiLRvjt56ICnzCTufFO6bT4XLtorSwHSC-ljprCfzbvfpkVRO-ZaoeMuq/w640-h360/COTT_02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwP-2pfeBHEcS95gtdOid1OMA5MP4xLwD4eUp4cQsgDyay7jKpOCzwB6DT9umSWHHKFC2NGgfxBZyGQPozZhzo7uVt6SC5OOSIxKMCrLfx_OXNBqr40NThOzfDxEHKMQK6Fb8uG-D3N7NXeoeK9211CgMmdKp6Jbl3DdEeIGmX4KBuMgO1rf0i4cgs/s1365/COTT_03.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwP-2pfeBHEcS95gtdOid1OMA5MP4xLwD4eUp4cQsgDyay7jKpOCzwB6DT9umSWHHKFC2NGgfxBZyGQPozZhzo7uVt6SC5OOSIxKMCrLfx_OXNBqr40NThOzfDxEHKMQK6Fb8uG-D3N7NXeoeK9211CgMmdKp6Jbl3DdEeIGmX4KBuMgO1rf0i4cgs/w640-h360/COTT_03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQXLtvSXKQYFAvfX0p1I3ZwdfQkttGALkFNTRnPFONL8bgHrdAU1lk9ND02opvOkLOW3q4FBoKqolFLhSn5lGQKW2Mj9XQxMwCJryKNE6NiIN4RxpzJmNLjscHU739u52v-qTVsjDddb8OI_6kpxPu-1GhH0gs1MUfmFKx71Tvav-uSzEn70ZH2YH/s1365/COTT_04.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQXLtvSXKQYFAvfX0p1I3ZwdfQkttGALkFNTRnPFONL8bgHrdAU1lk9ND02opvOkLOW3q4FBoKqolFLhSn5lGQKW2Mj9XQxMwCJryKNE6NiIN4RxpzJmNLjscHU739u52v-qTVsjDddb8OI_6kpxPu-1GhH0gs1MUfmFKx71Tvav-uSzEn70ZH2YH/w640-h360/COTT_04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhfz83wPUS1dDASFZzccs6nXG4mC2Bak25EnfeH9jnVYKV4-3r33HFtrJIv091dCkO_-nVqGWr0Weqqg-c8x-LgbEgA_P5G1Sb0CXRpW3Q3iLOVwmQ2kDYFdv05ep3D6eXnV2r7b0DFYiaZNgcbKAltKtFErO4ArO-6NGmW3tf9u0O7lOhi1jUOrX6/s1365/COTT_05.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhfz83wPUS1dDASFZzccs6nXG4mC2Bak25EnfeH9jnVYKV4-3r33HFtrJIv091dCkO_-nVqGWr0Weqqg-c8x-LgbEgA_P5G1Sb0CXRpW3Q3iLOVwmQ2kDYFdv05ep3D6eXnV2r7b0DFYiaZNgcbKAltKtFErO4ArO-6NGmW3tf9u0O7lOhi1jUOrX6/w640-h360/COTT_05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeEF7dX8cudf1Rhsi75hlEdxP6EDeWxj0Rn793B_v6zt_LlF5eIfiOLdK2UXMIbBnCz3aAuMS7P72Smay4NJmJ6-BPmdOog0sW2DKvYu3emogTzyk5lv6doXwAWfpSxwtOigYuwS4_M20lT1fCmoxLYyWI1eq5rX-pMK09i1pc54aNO7qRFjyEisMU/s1365/COTT_06.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeEF7dX8cudf1Rhsi75hlEdxP6EDeWxj0Rn793B_v6zt_LlF5eIfiOLdK2UXMIbBnCz3aAuMS7P72Smay4NJmJ6-BPmdOog0sW2DKvYu3emogTzyk5lv6doXwAWfpSxwtOigYuwS4_M20lT1fCmoxLYyWI1eq5rX-pMK09i1pc54aNO7qRFjyEisMU/w640-h360/COTT_06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/gGi5xqVs_gU?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.5&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://sharemods.com/5jf63rz2jyea/[3.0]-[PS2]-COT-(BR).rar.html&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b style=&quot;font-size: x-large;&quot;&gt;Senha:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;oaleex&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA (S&lt;/i&gt;&lt;i&gt;LUS_215.22)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7771374532336006145'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7771374532336006145'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/05/crash-of-titans-v15-portugues-brasil-ps2.html' title='Crash of the Titans V3.0 - Português Brasil - PS2'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXrDSK37yLYjEs0Q-Ga6mF55Ve1HeFnAgAGwPk2fPwNMGs8LQlnhdLVgmMhSxDdr7Ht6VknNuhipWC8sNFa4lQWBGDwrJxJ7mSFqb67Tpi-VedfyPbX3hSlMRpM346RwkBgpxaFjeF-Y0eIItTjpznFvVsfV4AAkbFdm5dnlCS4hl9hfYzxYh_Xr_H/s72-w452-h640-c/Cover1.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-874390585124237566</id><published>2022-05-02T09:47:00.005-03:00</published><updated>2022-05-03T13:47:30.730-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Prince of Persia: Warrior Within V1.0  - Português Brasil - PS2</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4YWz5XbaGBHRg3cpFVlaXaS5ra7hOU7IxQgrqvy5fiGZ8wUPvAqw2CepOQLwgRihKeIHLFlPFKtQEsK8IxA3b__ho1VENvkicwFLzhvOwQcF62F3koZF-KUSdKgkAcAxJDJMbyLSSOwcXD-YjEwzZPwoEKoEYHNZ0ch58vz8TM0rQaiWEK_YOmHfG/s2150/ps2_princeofpersiawarriorwithin.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2150&quot; data-original-width=&quot;1523&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4YWz5XbaGBHRg3cpFVlaXaS5ra7hOU7IxQgrqvy5fiGZ8wUPvAqw2CepOQLwgRihKeIHLFlPFKtQEsK8IxA3b__ho1VENvkicwFLzhvOwQcF62F3koZF-KUSdKgkAcAxJDJMbyLSSOwcXD-YjEwzZPwoEKoEYHNZ0ch58vz8TM0rQaiWEK_YOmHfG/w454-h640/ps2_princeofpersiawarriorwithin.jpg&quot; width=&quot;454&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Prince of Persia: Warrior Within&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Playstation 2&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora:&lt;/b&gt; Ubisoft Montreal&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt;&amp;nbsp;Ubisoft&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt;&amp;nbsp;Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2004&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&quot;O Velho disse ao Príncipe: &quot;Seu destino foi escrito. Você vai morrer.&quot; Entre no submundo sombrio de Prince of Persia 2, a sequência de espadas do aclamado Prince of Persia: The Sands of Time. Caçado por Dahaka, uma encarnação imortal do Destino em busca de retribuição divina, o príncipe embarca um caminho de carnificina e mistério para desafiar sua morte predeterminada. Sua jornada leva ao núcleo infernal de uma ilha amaldiçoada que abriga os maiores medos da humanidade. Somente através de uma determinação sombria, desafio amargo e o domínio de novas artes de combate mortais, o príncipe pode subir para um novo nível de guerreiro - e emergir desta prova final com sua vida.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Fandom&amp;nbsp;&lt;span&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://princeofpersia.fandom.com/wiki/Prince_of_Persia:_Warrior_Within&quot; target=&quot;_blank&quot;&gt;https://princeofpersia.fandom.com/wiki/Prince_of_Persia:_Warrior_Within&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Administrador:&lt;/b&gt; OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&lt;/b&gt; OAleex, HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Vídeos: &lt;/b&gt;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Gráficos: &lt;/b&gt;OAleex&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Ferramenta:&lt;/b&gt; Master Luc, OAleex, Mumm-Ra - STR Brasil&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão/Testes:&lt;/b&gt; OAleex, HNNEWGAMES&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;STRBrasil:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://strbrgames.blogspot.com&quot;&gt;http://strbrgames.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheVNgtloM8YsuhLAh2v_C1e0pN7nChkFK9iTJn9YKwwWp8VmM86d_E7eScVZH6nC4WIQN5sz4HeL9N6rD85G_1h2szAhvvKVoWFBioFtnTgjY4U0_tmwzHe5AvCCilOygKv3O4uZPAMMhr_YAuxrGkuZFn87YM_yIJ5Wdkhb6Ql8o2tLeoMfMLZZge/s1365/POP_01.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheVNgtloM8YsuhLAh2v_C1e0pN7nChkFK9iTJn9YKwwWp8VmM86d_E7eScVZH6nC4WIQN5sz4HeL9N6rD85G_1h2szAhvvKVoWFBioFtnTgjY4U0_tmwzHe5AvCCilOygKv3O4uZPAMMhr_YAuxrGkuZFn87YM_yIJ5Wdkhb6Ql8o2tLeoMfMLZZge/w640-h360/POP_01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxywlCuJjPDy71Jd2zsYim3dlJjK05Bzy0H3daQhGf61569Bk0QgXnzJi6gcZXwZucLHbo7nFS_VhJGupiBKtkoQnIT_g_iSOQ1T9fZEYZ90_h7Oh9OIlKj_PftKnGbnXCC9ix6nBfOtJFIYSa_bJTW7NE7ozLVD80uQ1R-iC3wInLC5vExZ36fGXr/s1365/POP_02.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxywlCuJjPDy71Jd2zsYim3dlJjK05Bzy0H3daQhGf61569Bk0QgXnzJi6gcZXwZucLHbo7nFS_VhJGupiBKtkoQnIT_g_iSOQ1T9fZEYZ90_h7Oh9OIlKj_PftKnGbnXCC9ix6nBfOtJFIYSa_bJTW7NE7ozLVD80uQ1R-iC3wInLC5vExZ36fGXr/w640-h360/POP_02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC1ij-5fU6sv7pNDciCh3LaVhwyxiUX5Q1pbQCJGjB6TmpHSsHqwQxUE9ATNHjWqDIWeFqDf5LEfeTgzsJ9kifUBqVFyAe4A3ROZyt6UGzdlHD3bpt7B8fdq8Cp-gbRe2xwwgDOHH9JQz2N2M9ZOil4p1L_HICWJWqm0KmxzPd5BSgkXuC5QXjFxB_/s1365/POP_03.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC1ij-5fU6sv7pNDciCh3LaVhwyxiUX5Q1pbQCJGjB6TmpHSsHqwQxUE9ATNHjWqDIWeFqDf5LEfeTgzsJ9kifUBqVFyAe4A3ROZyt6UGzdlHD3bpt7B8fdq8Cp-gbRe2xwwgDOHH9JQz2N2M9ZOil4p1L_HICWJWqm0KmxzPd5BSgkXuC5QXjFxB_/w640-h360/POP_03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie22yGgQ-HYIo3nz8cs2ZkZyz6nP3Um-fybH2dCpgIvCPZ2Q2COEkRUCOlHQSLLGSHEM06J3rKFkwajPKXFPyOUykz2NtQbWZdRYsfGCN-wp4hbn2zrPr2RXi1Zea-d5BpkyLGHMe7dSKvhVE7_Qb6zron07FKVnuG1_X7Eo76ws9AxcR9ORig0qCM/s1365/POP_04.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEie22yGgQ-HYIo3nz8cs2ZkZyz6nP3Um-fybH2dCpgIvCPZ2Q2COEkRUCOlHQSLLGSHEM06J3rKFkwajPKXFPyOUykz2NtQbWZdRYsfGCN-wp4hbn2zrPr2RXi1Zea-d5BpkyLGHMe7dSKvhVE7_Qb6zron07FKVnuG1_X7Eo76ws9AxcR9ORig0qCM/w640-h360/POP_04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Fo6RAlvBglpnOS-cQIZumDkfpz2Vmq3qArk4D5c102Ktfj4fb7Du20925XFcQNlKnbCIDIDtUzNDGJKc0NnT1Whqs4q0R9Kv8Og99BKEXCHNL1E_QXJrDqD9BKxjVlS0poZK7OCnzinwrJqJigenOpZXb79e-orfMk808b7x1PwDC-2_5UAzS1Gs/s1365/POP_05.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5Fo6RAlvBglpnOS-cQIZumDkfpz2Vmq3qArk4D5c102Ktfj4fb7Du20925XFcQNlKnbCIDIDtUzNDGJKc0NnT1Whqs4q0R9Kv8Og99BKEXCHNL1E_QXJrDqD9BKxjVlS0poZK7OCnzinwrJqJigenOpZXb79e-orfMk808b7x1PwDC-2_5UAzS1Gs/w640-h360/POP_05.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/LTHl22P7wlU?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://sharemods.com/2bwr2n02jg02/[1.0-PS2]-POP-WW.rar.html&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Senha:&amp;nbsp;&lt;/b&gt;oaleex&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA (&lt;/i&gt;&lt;i&gt;SLUS_210.22)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;OBSERVAÇÃO:&lt;/b&gt;&lt;br /&gt;&lt;i&gt;Se o jogo estiver passando problemas como tela preta ou travamentos, é problema relacionado ao OPL atual. Use a versão 9.3 com a opção 2,3 e 6 de compatibilidade ativada.&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/874390585124237566'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/874390585124237566'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/05/prince-of-persia-warrior-within-.html' title='Prince of Persia: Warrior Within V1.0  - Português Brasil - PS2'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4YWz5XbaGBHRg3cpFVlaXaS5ra7hOU7IxQgrqvy5fiGZ8wUPvAqw2CepOQLwgRihKeIHLFlPFKtQEsK8IxA3b__ho1VENvkicwFLzhvOwQcF62F3koZF-KUSdKgkAcAxJDJMbyLSSOwcXD-YjEwzZPwoEKoEYHNZ0ch58vz8TM0rQaiWEK_YOmHfG/s72-w454-h640-c/ps2_princeofpersiawarriorwithin.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-3646279623410319896</id><published>2022-02-15T20:10:00.004-03:00</published><updated>2022-02-16T13:18:50.376-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PSP em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PSP"/><title type='text'>Crash of the Titans V1.0 - Português Brasil - PSP</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjwrgEWgg2KL88f9NWAB8AI9u3CdAcwmfM3TNtRTZ6lzXWuBBhmC5qw5ET3B3BdccXfd-nLTawvKYt5IK7AS35Os1Kb-ollubQUGzDE1OAIcupwAI8m0VOa9nGYgoFAodVxuApsUPIXOvR-lXBxH79T-R5IIStfZI5_wQ1Te8fYCkziPYxJSFtqM1bd=s630&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;630&quot; data-original-width=&quot;369&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjwrgEWgg2KL88f9NWAB8AI9u3CdAcwmfM3TNtRTZ6lzXWuBBhmC5qw5ET3B3BdccXfd-nLTawvKYt5IK7AS35Os1Kb-ollubQUGzDE1OAIcupwAI8m0VOa9nGYgoFAodVxuApsUPIXOvR-lXBxH79T-R5IIStfZI5_wQ1Te8fYCkziPYxJSFtqM1bd=w374-h640&quot; width=&quot;374&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Crash of the Titans&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Playstation Portable&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora:&lt;/b&gt; SuperVillain Studios&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt;&amp;nbsp;Vivendi Games&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt;&amp;nbsp;Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2007&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Crash of the Titans é jogo de plataforma / beat &#39;em up de 2007 desenvolvido pela Radical Entertainment e publicado pela Vivendi Games para o PlayStation 2, PlayStation Portable (portado pela SuperVillain Studios), Wii e Xbox 360. As versões Game Boy Advance e Nintendo DS do jogo foram desenvolvidas pela Amaze Entertainment. O jogo foi lançado pela primeira vez na América do Norte em 4 de outubro de 2007, na Europa em 12 de outubro de 2007 e na Austrália em 18 de outubro de 2007. É o primeiro jogo da série Crash Bandicoot a não ter um lançamento japonês. Foi o último jogo a ser publicado pela Vivendi antes da Activision se fundir com a empresa no ano seguinte.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Crash_of_the_Titans&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Crash_of_the_Titans&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;HNNEWGAMES, OAleex&lt;b&gt;&lt;br /&gt;Gráficos:&amp;nbsp;&lt;/b&gt;HNNEWGAMES, OAleex&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES, OAleex&lt;br /&gt;&lt;b&gt;Port: &lt;/b&gt;HNNEWGAMES, OAleex, Bruno Games BH&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Bruno Games BH:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/c/BrunoGamesBH&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/c/BrunoGamesBH&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg3tVtuf7BoC5RGsdqiRrLCSGulCEFvrQjgxoA1xFNcsbgF63lgcFZazV9e4glM5sumQtffwLh5SbUeMCvw3OsoJYFdZR0M3ZKMMpDKU3xL5NGjDqwN7Gnt2dlaY6qhkH7SIHGxXeu1fwz1ChENFEI4raGypjmdfYrkelbUPKVgSuUGClXTQ5Oy6imn=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg3tVtuf7BoC5RGsdqiRrLCSGulCEFvrQjgxoA1xFNcsbgF63lgcFZazV9e4glM5sumQtffwLh5SbUeMCvw3OsoJYFdZR0M3ZKMMpDKU3xL5NGjDqwN7Gnt2dlaY6qhkH7SIHGxXeu1fwz1ChENFEI4raGypjmdfYrkelbUPKVgSuUGClXTQ5Oy6imn=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiDryHtnaZdPm1ZNdFV3zvBG0UZfHQ3429LAOESfhg5lhZOPlk1CgLPIJUAtiQTgRosQzHrJKRIkStWsqJN6aP1jo8ryTjW83AFGhZy8eTxCe_umNlyXS_MWEHmX6GnMRbjnngFKvkzSy7kZl6mRPEWsyhFfPkwfIPT0ayFV4N0Q4KPgcTifWjVmEFi=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiDryHtnaZdPm1ZNdFV3zvBG0UZfHQ3429LAOESfhg5lhZOPlk1CgLPIJUAtiQTgRosQzHrJKRIkStWsqJN6aP1jo8ryTjW83AFGhZy8eTxCe_umNlyXS_MWEHmX6GnMRbjnngFKvkzSy7kZl6mRPEWsyhFfPkwfIPT0ayFV4N0Q4KPgcTifWjVmEFi=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiq1uhbrLzYVHZB8AT-b-pTXFz-T4dNzPKBAfnFQIzWFIplPa32YmribhJplYg4LAkzwwuT-f3_1JMItwpXd6FzQKeGksnT0M0_kORLv1MV5EK-mUdYLgTfNVf8twnX-2Kws0oQwp5UHDHfEl4sjBQoP0p3rL8KMCkzizKdK9vhD1S6V65vabCrO3u_=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiq1uhbrLzYVHZB8AT-b-pTXFz-T4dNzPKBAfnFQIzWFIplPa32YmribhJplYg4LAkzwwuT-f3_1JMItwpXd6FzQKeGksnT0M0_kORLv1MV5EK-mUdYLgTfNVf8twnX-2Kws0oQwp5UHDHfEl4sjBQoP0p3rL8KMCkzizKdK9vhD1S6V65vabCrO3u_=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhcpC6TvjiECSq9W5-HOrHYiZlQngKjNq6jK3LyAOOpzt7Ju71tvnFi2VypcwIXl1SWpEhwTcWELKBD1PF11hQj94_1SDDOorCx5NH10jMojTl5TqnhiIwDngMXZdhq_YTSqbAIX4z1HjXJnzS7gqisVccFx6gC4x-KMGXVExtUyzBBqrupXkTTA-_p=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhcpC6TvjiECSq9W5-HOrHYiZlQngKjNq6jK3LyAOOpzt7Ju71tvnFi2VypcwIXl1SWpEhwTcWELKBD1PF11hQj94_1SDDOorCx5NH10jMojTl5TqnhiIwDngMXZdhq_YTSqbAIX4z1HjXJnzS7gqisVccFx6gC4x-KMGXVExtUyzBBqrupXkTTA-_p=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjXP2Un5Oa_1XN9bxMZPCqvVwWaObl6x_jOeKyff66q8zGebrHSfbJMmcSpN5HsfGKQWW16GbsDKcA2YQGIN-sCmJejf3rYbhEAyCPD5IhevFmnOcclz3jBMaJ9VSJZ6-L8QZo5HEHfBDQ1dwytqI9aPY6nq6Gz6njhW51UjqSIStZUf1Z0dNMaQ8Gy=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjXP2Un5Oa_1XN9bxMZPCqvVwWaObl6x_jOeKyff66q8zGebrHSfbJMmcSpN5HsfGKQWW16GbsDKcA2YQGIN-sCmJejf3rYbhEAyCPD5IhevFmnOcclz3jBMaJ9VSJZ6-L8QZo5HEHfBDQ1dwytqI9aPY6nq6Gz6njhW51UjqSIStZUf1Z0dNMaQ8Gy=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/CFKswtuA44Y?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/8IPxeBx&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA (&lt;/i&gt;&lt;i&gt;ULUS10304)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/3646279623410319896'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/3646279623410319896'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/02/crash-of-titans-v10-portugues-brasil-psp.html' title='Crash of the Titans V1.0 - Português Brasil - PSP'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjwrgEWgg2KL88f9NWAB8AI9u3CdAcwmfM3TNtRTZ6lzXWuBBhmC5qw5ET3B3BdccXfd-nLTawvKYt5IK7AS35Os1Kb-ollubQUGzDE1OAIcupwAI8m0VOa9nGYgoFAodVxuApsUPIXOvR-lXBxH79T-R5IIStfZI5_wQ1Te8fYCkziPYxJSFtqM1bd=s72-w374-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-2362033010893662946</id><published>2022-02-08T21:52:00.009-03:00</published><updated>2022-02-16T13:18:16.307-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Altered Beast V1.0 - Português Brasil - PS2</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgiiJg9Dz8TBXkFChK6BlGzqQ6TwyftepQglXVRbEPQQkSdmCKyYmDZg8ZFNfiCBaRtvnEpFudham4BeUsF_EM1JDvEXlSllQIFVTorAoNnDmRjr8Ythpr2rf3HpdLevhwrv2acrSEQPyDEISfvyLhWaGuaRLeqcvNI-Ai6tSUx4KfYJnGogvgDb3eM=s631&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;631&quot; data-original-width=&quot;448&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgiiJg9Dz8TBXkFChK6BlGzqQ6TwyftepQglXVRbEPQQkSdmCKyYmDZg8ZFNfiCBaRtvnEpFudham4BeUsF_EM1JDvEXlSllQIFVTorAoNnDmRjr8Ythpr2rf3HpdLevhwrv2acrSEQPyDEISfvyLhWaGuaRLeqcvNI-Ai6tSUx4KfYJnGogvgDb3eM=w454-h640&quot; width=&quot;454&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&lt;b&gt;OAleex:&lt;/b&gt;&amp;nbsp;&quot;&lt;a href=&quot;https://www.youtube.com/watch?v=AnmjSa4clFw&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;Um projeto idealizado em 2018&lt;/span&gt;&lt;/a&gt;&amp;nbsp;por&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;Bruno Games BH&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;, na mesma época, eu me juntei com ele na tradução do jogo, tivemos muitos empecilhos nesse tempo, como limitações e falta de conhecimento. O problema central eram os gráficos, tinha uma variação muito grande, assim, fazendo o projeto ficar no freezer por um bom tempo, até que, em meados de junho de 2021, o projeto retomou novamente, pedimos um apoio nos gráficos com o&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;Mumm-Ra&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;, o mesmo, passou a base do gráfico e a ferramenta, porém, como dito, os gráficos tinham uma variação enorme, eu me encarreguei de acolher a dica do colega e resolvi estudar, foram 6 meses de estudo, consegui um progresso na extração dos gráficos no dia 30 de dezembro do mesmo ano.&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;text-align: start;&quot;&gt;Com tudo estudado e extraído, resolvemos retraduzir tudo do zero e repaginar como uma tradução definitiva, e com isso,&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;Bruno&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;passou o projeto encarecidamente para&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;administração&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&amp;nbsp;minha. Nessa confirmação definitiva, o&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;HNNEWGAMES&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;se juntou a traduzir com a gente, só tenho que agradecer a ele pela paciência e dedicação, os&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;&amp;nbsp;textos principais&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;&amp;nbsp;são muito delicados em comparação com os textos dos&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-align: start;&quot;&gt;vídeos.&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;text-align: start;&quot;&gt;Contudo, peço desculpas ao pessoal que estava ansioso pela tradução ser lançada desde 2018, enfim, desfrutem dessa maravilha de jogo. Abraços.&quot;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Altered Beast&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Playstation 2&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora:&lt;/b&gt; SEGA&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt;&amp;nbsp;SEGA&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt; Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2005&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;div&gt;Altered Beast, lançado como Jūōki: Project Altered Beast (獣王記 Project Altered Beast) no Japão, é um jogo de ação e aventura beat &#39;em up de 2005 para o PlayStation 2. O jogo é um remake do jogo de arcade de 1988 Altered Beast . Embora a jogabilidade ainda envolva o personagem principal se transformando em diferentes tipos de feras, como no original, a história, os personagens e o cenário são completamente diferentes, juntamente com notáveis adições de jogabilidade. O jogo foi lançado na Europa e no Japão em 2005, mas foi cancelado na América do Norte.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ao contrário do Altered Beast original que se passa na Grécia Antiga, o jogo apresenta um cenário moderno desconectado das parcelas anteriores.&lt;/div&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Altered_Beast_(2005_video_game)&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://en.wikipedia.org/wiki/Altered_Beast_(2005_video_game&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Vídeos: &lt;/b&gt;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;OAleex, HNNEWGAMES&lt;b&gt;&lt;br /&gt;Gráficos: &lt;/b&gt;OAleex&lt;b&gt;&lt;br /&gt;Vídeos:&amp;nbsp;&lt;/b&gt;OAleex, Bruno Games BH&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;OAleex, Bruno Games BH&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt; Mumm-Ra STR Brasil, HNNEWGAMES, OAleex&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://hnnewgamesofficial.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;OAleex:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://oaleextraducoes.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://oaleextraducoes.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Bruno Games BH:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/c/BrunoGamesBH&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/c/BrunoGamesBH&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Mumm-Ra STR Brasil:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://strbrgames.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://strbrgames.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEisV847Z6-PIJk37_Jy2kKG_iRMFEpIha79zKpnsTPh0mRuINL7rlaSPqVIJddw4LoaaOt60DAWI372KEunkXvoKi4l29ONxXxaFMxGsEc_ccHGsnGlbeD4q2zQ3hIXisCgFD6Mwsc_oTGIRrBDg3QpaNFl-VrDNV0V5AiEbWVwIDaY3a2TJAuIbxGM=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEisV847Z6-PIJk37_Jy2kKG_iRMFEpIha79zKpnsTPh0mRuINL7rlaSPqVIJddw4LoaaOt60DAWI372KEunkXvoKi4l29ONxXxaFMxGsEc_ccHGsnGlbeD4q2zQ3hIXisCgFD6Mwsc_oTGIRrBDg3QpaNFl-VrDNV0V5AiEbWVwIDaY3a2TJAuIbxGM=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiXE6sAYuFxM6h36_SZKWxiTXXtb0DZsDm-31vL7L2zpX3FKEoSfvPGObo5WmvqnNx39yapLr9w9fZbcqvkmV1aXLW7CV0J4LN3cSYaYhyIzQoiCTJW7QraH3O_KbgLZx6jyt5oNe02Dq2h-X5kAdDCXEhMm-XNMqRpZ1U_SIjKBRZT0UuMpL6ijhgT=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiXE6sAYuFxM6h36_SZKWxiTXXtb0DZsDm-31vL7L2zpX3FKEoSfvPGObo5WmvqnNx39yapLr9w9fZbcqvkmV1aXLW7CV0J4LN3cSYaYhyIzQoiCTJW7QraH3O_KbgLZx6jyt5oNe02Dq2h-X5kAdDCXEhMm-XNMqRpZ1U_SIjKBRZT0UuMpL6ijhgT=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh_68wuTSDttDUWbRj2iMub0g017h1asV2sgv4TNzYf5xftqPlM5HNsG5Ov7iu-ms22GI2lpSmNk5t28sky94JqJFuS0PnahX1ClKiQS1QMkz5G9DOSWjcpyA0uyB-7bbeAl39XJ124DN2OUi9BP7G7R9nK13Ss30quHkasXexuz-1-N5UBDk_lwMLz=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh_68wuTSDttDUWbRj2iMub0g017h1asV2sgv4TNzYf5xftqPlM5HNsG5Ov7iu-ms22GI2lpSmNk5t28sky94JqJFuS0PnahX1ClKiQS1QMkz5G9DOSWjcpyA0uyB-7bbeAl39XJ124DN2OUi9BP7G7R9nK13Ss30quHkasXexuz-1-N5UBDk_lwMLz=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh0FTksFOV-QPtU8EBB5IINaO5-Lk3rw9rHFqjLFM96UmFoLo1JtXPypsOGPzRCpeuyBuphr-Gs19SunQjyk68n7AOeSDkt3__wE5k1IjgkxgcXST6ihCg_4-JSEeBNIBentw1TAPlXq79SJJt3l0WDImSJeMLMb2tM-Mc3yWmpgVZp8AoeltSs91Jt=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh0FTksFOV-QPtU8EBB5IINaO5-Lk3rw9rHFqjLFM96UmFoLo1JtXPypsOGPzRCpeuyBuphr-Gs19SunQjyk68n7AOeSDkt3__wE5k1IjgkxgcXST6ihCg_4-JSEeBNIBentw1TAPlXq79SJJt3l0WDImSJeMLMb2tM-Mc3yWmpgVZp8AoeltSs91Jt=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgzwXMJTTiDcC6MMYZ1zA6U9cTKjINi8RLzOE7xVCOAhR_5iFEXhFN_JAsTnSyeNf_US8sMUG294te69JRhbn3uMjQTmKnruh2ItV-VzhcmRR4vjyYeDNdXeq5_I_EUSou5k0gGYgfE-lZO6ECB1uWlfqKYcfHgepIGxidkqcigNfKe24hA3f4xu61-=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgzwXMJTTiDcC6MMYZ1zA6U9cTKjINi8RLzOE7xVCOAhR_5iFEXhFN_JAsTnSyeNf_US8sMUG294te69JRhbn3uMjQTmKnruh2ItV-VzhcmRR4vjyYeDNdXeq5_I_EUSou5k0gGYgfE-lZO6ECB1uWlfqKYcfHgepIGxidkqcigNfKe24hA3f4xu61-=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgBt2ljFbK26oyoyLHmCtO0eLsHRCwqWtNnXlLawZibQTGs5P2v0qxdh4B0VwDocDgqLk930Ti6rRMZ6OTDvngnrPeMpNEDkn--rkvLc3Gj5Qf5BUnYet63hkX5pX_nYRWWR_u0MuLHe3T5cUsyJjowXM_W25d75xYG-pP4WzdibtDaQgA_HDhn0BWY=s1365&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;767&quot; data-original-width=&quot;1365&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgBt2ljFbK26oyoyLHmCtO0eLsHRCwqWtNnXlLawZibQTGs5P2v0qxdh4B0VwDocDgqLk930Ti6rRMZ6OTDvngnrPeMpNEDkn--rkvLc3Gj5Qf5BUnYet63hkX5pX_nYRWWR_u0MuLHe3T5cUsyJjowXM_W25d75xYG-pP4WzdibtDaQgA_HDhn0BWY=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/yngkS03XaLU?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/JOkkVUp&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões EUR (&lt;/i&gt;&lt;i&gt;SLES_530.24)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2362033010893662946'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2362033010893662946'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/02/altered-beast-portugues-brasil-ps2.html' title='Altered Beast V1.0 - Português Brasil - PS2'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgiiJg9Dz8TBXkFChK6BlGzqQ6TwyftepQglXVRbEPQQkSdmCKyYmDZg8ZFNfiCBaRtvnEpFudham4BeUsF_EM1JDvEXlSllQIFVTorAoNnDmRjr8Ythpr2rf3HpdLevhwrv2acrSEQPyDEISfvyLhWaGuaRLeqcvNI-Ai6tSUx4KfYJnGogvgDb3eM=s72-w454-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-5312785431350319383</id><published>2022-02-08T14:59:00.000-03:00</published><updated>2022-02-08T14:59:07.837-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>Darksiders V1.0 - Português Brasil - PS3</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhc93jhu9G9aLO-pmi-KreiQgMIMh-rH5cczXawFYVeduC6mZJaLPKZxZNaty02Wf8l1rLFi2F9RnYQ7Hrs4DylOnF-0CEj5eQsTRmzSbwCYERq6RHgoUBamlY6wrUtt7N3hnAvEUZSJ5sonMHaYJRS5Gn8Np8zS_f6DKMyzgAixqawlTAGVf_KKMUi=s405&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;405&quot; data-original-width=&quot;351&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhc93jhu9G9aLO-pmi-KreiQgMIMh-rH5cczXawFYVeduC6mZJaLPKZxZNaty02Wf8l1rLFi2F9RnYQ7Hrs4DylOnF-0CEj5eQsTRmzSbwCYERq6RHgoUBamlY6wrUtt7N3hnAvEUZSJ5sonMHaYJRS5Gn8Np8zS_f6DKMyzgAixqawlTAGVf_KKMUi=w346-h400&quot; width=&quot;346&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Este é um porte da Localização Oficial da versão&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Darksiders Warmastered (PlayStation®4) para versão Darksiders (PlayStation®3).&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------
&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Darksiders&amp;nbsp;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Playstation 3&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora:&lt;/b&gt; Vigil Games&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt; THQ&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt; Hack and slash&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2010&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Darksiders é uma franquia de ação e aventura hack and slash criada pela Vigil Games, agora desenvolvida pela Gunfire Games, que consiste em alguns dos membros originais da Vigil. A série se passa em uma Terra pós-apocalíptica, onde a humanidade enfrenta a quase extinção e os anjos lutam uma batalha perdida contra as hordas de demônios pelo controle do mundo. Entre eles estão os Quatro Cavaleiros do Apocalipse, os últimos Nephilim que têm a tarefa de trazer equilíbrio ao universo.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Darksiders&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Darksiders&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Vídeos: &lt;/b&gt;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Port:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt; Delutto&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;BIG BOSS#7105&quot; (Lucaz Andrade)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhIKpdr_AzcXN4Z9hlZa4zLJK9RC8e51OzL0KlxlD-TioVkpc15AdqrejmXVlp4M5LSqr-BV6ftL76ho_W3sZdHFQvNcR55X19STYDLEJKZZ4PZbpDyqqiH_Z9XIWMBGZ6Haxf9FpBsCa5aHUXqwkx4B4W5s27LXzXMZitpr0dbTpum3vKiKeiakW0m=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhIKpdr_AzcXN4Z9hlZa4zLJK9RC8e51OzL0KlxlD-TioVkpc15AdqrejmXVlp4M5LSqr-BV6ftL76ho_W3sZdHFQvNcR55X19STYDLEJKZZ4PZbpDyqqiH_Z9XIWMBGZ6Haxf9FpBsCa5aHUXqwkx4B4W5s27LXzXMZitpr0dbTpum3vKiKeiakW0m=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhulsRFAciWBtCCd4ou4PYEwWjWseoJEbmdIs8priMa57fJRgfZMBbKSxjv2kKcadaS4ZIv1Iul8D2bdVah_gMXVwqqtwS4T129FlCBpEzZcPHuIEI-nA5q3aoC9s8bCWLZTpI37LO-C_QuI07_vgHOeFOuXp4NrIulPE52jM9NM1U0405kMCkb2gUv=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhulsRFAciWBtCCd4ou4PYEwWjWseoJEbmdIs8priMa57fJRgfZMBbKSxjv2kKcadaS4ZIv1Iul8D2bdVah_gMXVwqqtwS4T129FlCBpEzZcPHuIEI-nA5q3aoC9s8bCWLZTpI37LO-C_QuI07_vgHOeFOuXp4NrIulPE52jM9NM1U0405kMCkb2gUv=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg6efWXatDJ581nu_XubN_ptuFZn_3ogVvt7l4dpiRe_WqTZHWu9O1hKvApRyvHQm_i9WqObPoETzUfUeNrKQZum6NoGwpRysR6xx3EnuN3sfHQrTSk0TCa0iB2UTOTFZKAAVIumnscGvMkF826SExM5qVAEHtYOQqGsVguUu9zqBYQ2yOYgg6j-k6E=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg6efWXatDJ581nu_XubN_ptuFZn_3ogVvt7l4dpiRe_WqTZHWu9O1hKvApRyvHQm_i9WqObPoETzUfUeNrKQZum6NoGwpRysR6xx3EnuN3sfHQrTSk0TCa0iB2UTOTFZKAAVIumnscGvMkF826SExM5qVAEHtYOQqGsVguUu9zqBYQ2yOYgg6j-k6E=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh7yI3jOMvMZxsHRuC00QAt5fbc3CYCaIYNd9v3KHubbeoyqklx9zYrQh61MAA2FPbYTsSOiIxOme7KOK7SnirRhmnitpGSv957-qAxYzDbcfCQyZZUmwM5zJUk_wgqRcof6km7eBfsBFJ0ySO71GgytiWjqhO8Xu0EDmeM9CewxkcOPOw_pKzttylC=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh7yI3jOMvMZxsHRuC00QAt5fbc3CYCaIYNd9v3KHubbeoyqklx9zYrQh61MAA2FPbYTsSOiIxOme7KOK7SnirRhmnitpGSv957-qAxYzDbcfCQyZZUmwM5zJUk_wgqRcof6km7eBfsBFJ0ySO71GgytiWjqhO8Xu0EDmeM9CewxkcOPOw_pKzttylC=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjOB-D3fJUGZyESsML7TGa8tH3gGXoEd4uwxNbgAs8INVqptUFY79ylhZzDoiz17-tAIBMoh9T9FsGqDdlLQ8_iLkygweNNa0s9OyA569BT3SyRvgwExxi3sAYV2hiCWKpjiVhFRNaDcO_QFQNWody1ZmfEUlTcbdVLdF3-5tLMHgQ8AT2JB73X4ZS-=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjOB-D3fJUGZyESsML7TGa8tH3gGXoEd4uwxNbgAs8INVqptUFY79ylhZzDoiz17-tAIBMoh9T9FsGqDdlLQ8_iLkygweNNa0s9OyA569BT3SyRvgwExxi3sAYV2hiCWKpjiVhFRNaDcO_QFQNWody1ZmfEUlTcbdVLdF3-5tLMHgQ8AT2JB73X4ZS-=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiguIrDn61ER9fzVJR2I71NIH_NTzzTg41CTzLbISeNCL9_9gzdVATRRhMPQ6HCFDjpu_iS-0v7HLAt_2dkqOb0F2pu1SR6FTMKuHqmfRXMRaylLT737r7e3qj6DTvvnD0RDXEcivKdv_ntqUWegDfZGAcxTjlV5WGgZs_Ig1UD-giYrPLAtEhaMjhJ=s1280&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiguIrDn61ER9fzVJR2I71NIH_NTzzTg41CTzLbISeNCL9_9gzdVATRRhMPQ6HCFDjpu_iS-0v7HLAt_2dkqOb0F2pu1SR6FTMKuHqmfRXMRaylLT737r7e3qj6DTvvnD0RDXEcivKdv_ntqUWegDfZGAcxTjlV5WGgZs_Ig1UD-giYrPLAtEhaMjhJ=w640-h360&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/kLIwOW1GLJs?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA/EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://archive.org/download/darksiders-localizacao-ptbr-ps-3_202202/Darksiders_Localizacao_PTBR_PS3.zip&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA/EUR (BLUS30320 /&amp;nbsp;&lt;/i&gt;&lt;i&gt;BLES00705)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5312785431350319383'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5312785431350319383'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/02/darksiders-v10-portugues-brasil-ps3.html' title='Darksiders V1.0 - Português Brasil - PS3'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEhc93jhu9G9aLO-pmi-KreiQgMIMh-rH5cczXawFYVeduC6mZJaLPKZxZNaty02Wf8l1rLFi2F9RnYQ7Hrs4DylOnF-0CEj5eQsTRmzSbwCYERq6RHgoUBamlY6wrUtt7N3hnAvEUZSJ5sonMHaYJRS5Gn8Np8zS_f6DKMyzgAixqawlTAGVf_KKMUi=s72-w346-h400-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-4534171817660021462</id><published>2022-01-24T22:45:00.009-03:00</published><updated>2022-02-05T18:59:50.244-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de XBOX em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="XBOX"/><title type='text'>Castlevania: Curse of Darkness V0.9 - Português Brasil - XBOX</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh8VU_4STcaiDKI7kHwoRFBzdw1aeofVNBaa02zg1Pt6dnc9KGLYDfdWTaBxigsi8VtbMdjecT4VKYZZRXZvz7z5qvlDQhkdeODqqrFEDnPimhp7Ho1giHzKXSZxVV52Pkw2QW4ww5jZmrqDBQkTzJWlflSwvkCG94KXmq2xplgSglHV_XL90voClye=s500&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;500&quot; data-original-width=&quot;351&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh8VU_4STcaiDKI7kHwoRFBzdw1aeofVNBaa02zg1Pt6dnc9KGLYDfdWTaBxigsi8VtbMdjecT4VKYZZRXZvz7z5qvlDQhkdeODqqrFEDnPimhp7Ho1giHzKXSZxVV52Pkw2QW4ww5jZmrqDBQkTzJWlflSwvkCG94KXmq2xplgSglHV_XL90voClye=w450-h640&quot; width=&quot;450&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; Castlevania: Curse of Darkness&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma: &lt;/b&gt;Xbox&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora: &lt;/b&gt;Konami&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por:&lt;/b&gt; Konami&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero: &lt;/b&gt;Ação, hack e slash&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento: &lt;/b&gt;24 de novembro, 2005&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
com Igarashi, Curse of Darkness se passa no ano de 1479, três anos após os eventos de Castlevania III: Dracula&#39;s Curse. Apesar de ter sido derrotado pelo caçador de vampiros Trevor Belmont, a maldição do Dracula continua a assombrar o lado rural europeu, espalhando pragas, doenças e violências. Entre todo este caos está Hector, mestre de uma habilidade conhecida como &quot;Forja de Demônios&quot;, que já tinha uma vez servido ao Conde Drácula mas o traiu em certo momento de Castlevania III. Sentindo-se cada vez mais enojado com os métodos brutais de Drácula, Hector deixa Castlevania e renuncia seus poderes para viver junto aos humanos. Quando a noiva de Hector é acusada de bruxaria e queimada viva, Hector toma conhecimento de que o seu assassinato foi dirigido pelo seu parceiro de Forja de Demônios, Isaac. Consumido pela vingança, Hector começa uma caçada por toda Castlevania, e retorna à sua vida demoníaca que ele planejara abandonar para sempre.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia &lt;a href=&quot;https://en.wikipedia.org/wiki/Ghost_Rider_(video_game)&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;a href=&quot;https://pt.wikipedia.org/wiki/Castlevania:_Curse_of_Darkness&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;https://pt.wikipedia.org/wiki/Castlevania:_Curse_of_Darkness&lt;/span&gt;&lt;/a&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 0% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;
Vídeos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;
Revisão: &lt;/b&gt;100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Agradecimentos Especiais /&amp;nbsp;Special Thanks&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Agradecimentos especiais ao ViT, Russo que se não fosse por ele esta tradução não seria possível e também ao Mumm-ra da STR Brasil, grande amigo que se não fosse por ele e sua habilidade com edição gráfica a tradução não estaria completamente Traduzida. Obrigado :)&lt;br /&gt;
----&lt;span style=&quot;color: red;&quot;&gt;--&lt;/span&gt;----&lt;br /&gt;
Special thanks to ViT, Russo, that if it were not for him this translation would not be possible and also to Mumm-ra of STR Brasil, great friend that if it were not for him and his ability with graphic editing the translation would not be completely translated. Thank you :)&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Textos: &lt;/b&gt;HNNEWGAMES&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Vídeos:&lt;/b&gt; HNNEWGAMES&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt; HNNEWGAMES&lt;/div&gt;
&lt;b&gt;Ferramentas:&lt;/b&gt; ViT, Mumm-ra STR Brasil&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;b&gt;HNNEWGAMES: &lt;/b&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;http://hnnewgamesofficial.blogspot.com/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;STR Brasil:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.facebook.com/strbr/&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;https://www.facebook.com/strbr/&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgSUJ24xH2rdhupYgONvrnjjx6I8KDc3IlbwFgwaTjWZqjz2MMcsEWmnqxIf_BU--9qKXZK0mYgMlJ5F8CcbKuVJ_X7qTbB5ZsdlNgO59lI5Rfiuy99OlUDEhwFuAdRIGj7sFsQhcHbvRGgboc5kSRJZzYohl3h_CN0nRzoCPutx3QG6aemIa1FZHzk=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgSUJ24xH2rdhupYgONvrnjjx6I8KDc3IlbwFgwaTjWZqjz2MMcsEWmnqxIf_BU--9qKXZK0mYgMlJ5F8CcbKuVJ_X7qTbB5ZsdlNgO59lI5Rfiuy99OlUDEhwFuAdRIGj7sFsQhcHbvRGgboc5kSRJZzYohl3h_CN0nRzoCPutx3QG6aemIa1FZHzk=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEge3b9duLmMkaxct0rS7oVxTAD9U_gOgFswp4xOrztJO38aOmQri1mreovRI9TcITw7U2rpNdE5MpkxSgwC3Q4yQDYgZLE4k_qJ0sKEoGu4wi88BZ1gkq9ss_lPIto72KdQ-15JhbEYum4yOanazN5qUjIcqeQsJIHTbWXvryf8dbpNC5KdI7vcaWW3=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEge3b9duLmMkaxct0rS7oVxTAD9U_gOgFswp4xOrztJO38aOmQri1mreovRI9TcITw7U2rpNdE5MpkxSgwC3Q4yQDYgZLE4k_qJ0sKEoGu4wi88BZ1gkq9ss_lPIto72KdQ-15JhbEYum4yOanazN5qUjIcqeQsJIHTbWXvryf8dbpNC5KdI7vcaWW3=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjZSfDIa11iDWFVoLgfGnBkZkFJ0rPR7UePk_fhRY_l5r9zxYv8Dxkk69tfxWa01_oPGDj0clK2DV8bqJ4TsKTyawINPNiK93IpB3KcZhlVgYWbB_5H7ATaawPq_-5rg1Rp8a0FMQZLwOT3dlZUY0Whg6ZLHEKDiyRFnw_lZhvxP43yAe50LM4Vx3Ev=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjZSfDIa11iDWFVoLgfGnBkZkFJ0rPR7UePk_fhRY_l5r9zxYv8Dxkk69tfxWa01_oPGDj0clK2DV8bqJ4TsKTyawINPNiK93IpB3KcZhlVgYWbB_5H7ATaawPq_-5rg1Rp8a0FMQZLwOT3dlZUY0Whg6ZLHEKDiyRFnw_lZhvxP43yAe50LM4Vx3Ev=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZ_rivgVG2KPdvpo3c98Rw2jzhWK2x_p7aF94istGoKWkWSNzMMnhEookkFa9zDNcKMhWqQ7xssUcThrVzicdlyxeyDEyCdsioUqCh5A5NUrlI63gurO6Y9Wnd9AZdB1E8auDEq3J0V2hv3FsLHUI-KThhB8STJuzQVfLHk7QF2yzvYWDagYR-CWEo=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZ_rivgVG2KPdvpo3c98Rw2jzhWK2x_p7aF94istGoKWkWSNzMMnhEookkFa9zDNcKMhWqQ7xssUcThrVzicdlyxeyDEyCdsioUqCh5A5NUrlI63gurO6Y9Wnd9AZdB1E8auDEq3J0V2hv3FsLHUI-KThhB8STJuzQVfLHk7QF2yzvYWDagYR-CWEo=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg74jaDYIHhJMmC4NUrSSCyCAW2JoKuRlfjfkPHFO3fxRjbnadsp-n8l7U_AV259PPswy-8CQwRW8u-wboTY206BQ5s5B5OtZHA-lg1ZOLCX2s4O25zgbL0HoSKAugiGZySzwb1B9dG7Fw2MUONUW9zlmI4Uln91BXy7jaDxC1rXYZQ7-fIJ9Hg6eCx=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg74jaDYIHhJMmC4NUrSSCyCAW2JoKuRlfjfkPHFO3fxRjbnadsp-n8l7U_AV259PPswy-8CQwRW8u-wboTY206BQ5s5B5OtZHA-lg1ZOLCX2s4O25zgbL0HoSKAugiGZySzwb1B9dG7Fw2MUONUW9zlmI4Uln91BXy7jaDxC1rXYZQ7-fIJ9Hg6eCx=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjLLtpGKbMpnkZkW-AIO3K_D2PSVyzNt2L0p_s2fr5LvqTTETlM1X57r-ktZ1Dil86TN9FP8gg_QWxT6YpY4xNIFVrIAttI8YDbyqKDb23ZLjLTP626OOUFF-TaZBW0UgZNlm7DDWFqSd4JVQ14z6emUPsYoRI8Ay3GouTHJuXl0bYRsDKhRYkso1zF=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjLLtpGKbMpnkZkW-AIO3K_D2PSVyzNt2L0p_s2fr5LvqTTETlM1X57r-ktZ1Dil86TN9FP8gg_QWxT6YpY4xNIFVrIAttI8YDbyqKDb23ZLjLTP626OOUFF-TaZBW0UgZNlm7DDWFqSd4JVQ14z6emUPsYoRI8Ay3GouTHJuXl0bYRsDKhRYkso1zF=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 0.9&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;h3 style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/XLz3A&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Media Fire (contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;O patch deve ser aplicado em um ISO USA (KN-045)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2019/12/01/castlevania-curse-of-darkness-eur-ps2/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;br /&gt;&lt;div&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4534171817660021462'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/4534171817660021462'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/01/castlevania-curse-of-darkness-v09.html' title='Castlevania: Curse of Darkness V0.9 - Português Brasil - XBOX'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEh8VU_4STcaiDKI7kHwoRFBzdw1aeofVNBaa02zg1Pt6dnc9KGLYDfdWTaBxigsi8VtbMdjecT4VKYZZRXZvz7z5qvlDQhkdeODqqrFEDnPimhp7Ho1giHzKXSZxVV52Pkw2QW4ww5jZmrqDBQkTzJWlflSwvkCG94KXmq2xplgSglHV_XL90voClye=s72-w450-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-2270112617515780992</id><published>2022-01-24T22:13:00.004-03:00</published><updated>2022-02-05T18:59:49.106-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de XBOX em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="XBOX"/><title type='text'>Ratatouille V1.0 - Português Brasil - XBOX (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjR5XC_EcltPWJaal0QWt923-Q_-g5iDu0N3Lbl2LV_Njr5_9a1ZCSPCS-tYC3UNzcKQhjqVAKRQ8S5lmrb4p1zpTf7y6013FiFH8isBuY2NPCPbQeI02y6Y0c_b1gxzTRyzHf96ZTxen5Q80K_3307AAVS2S4CNe27SNDdu2fZ_b_Pq2jgxM9g02xF=s640&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;448&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjR5XC_EcltPWJaal0QWt923-Q_-g5iDu0N3Lbl2LV_Njr5_9a1ZCSPCS-tYC3UNzcKQhjqVAKRQ8S5lmrb4p1zpTf7y6013FiFH8isBuY2NPCPbQeI02y6Y0c_b1gxzTRyzHf96ZTxen5Q80K_3307AAVS2S4CNe27SNDdu2fZ_b_Pq2jgxM9g02xF=w448-h640&quot; width=&quot;448&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Nome do jogo: Ratatouille&lt;/div&gt;&lt;div&gt;Plataforma: Xbox&lt;/div&gt;&lt;div&gt;Desenvolvedora: Heavy Iron Studios&lt;/div&gt;&lt;div&gt;Publicado por: THQ&lt;/div&gt;&lt;div&gt;Gênero: Ação e Aventura&lt;/div&gt;&lt;div&gt;Data de lançamento: 2007&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Semelhante ao enredo do filme, o jogo começa em uma fazenda. Remy sai com seu irmão Emile para recuperar núcleos de maçã para seu pai. Na viagem, ele aprende as habilidades básicas que precisa saber para que possa passar o que vai enfrentar mais tarde. Após a tarefa, a senhora que mora na fazenda captura Remy e Emile, alertando a colônia, forçando-os a fugir.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Áudios:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gráficos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Vídeos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Áudios:&lt;/b&gt; Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Vídeos:&lt;/b&gt; HNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Port para Xbox:&amp;nbsp;&lt;/b&gt;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Agradecimentos:&lt;/b&gt;&amp;nbsp;rubinho146,&amp;nbsp;jairisongs&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/user/rubinho146&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/user/rubinho146&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg3F93SqzUaaZLgoRTJySxTjmtQS4Xutk7WVrOqqFRbDxSPeLwpGd1qnQNnfof2X20OW432jwqVKZs_u7BfX_KvP7jW9pDilyqP7rF0_ToeMdbUf_rbSoEfvOIrh_FhoxtSuPsh7_ynXDYqLGpvqDL5G456lc7xWmILL2B2wBrYauruf3AtobdtN-N8=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg3F93SqzUaaZLgoRTJySxTjmtQS4Xutk7WVrOqqFRbDxSPeLwpGd1qnQNnfof2X20OW432jwqVKZs_u7BfX_KvP7jW9pDilyqP7rF0_ToeMdbUf_rbSoEfvOIrh_FhoxtSuPsh7_ynXDYqLGpvqDL5G456lc7xWmILL2B2wBrYauruf3AtobdtN-N8=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjBeMviumTpy4eGb0qY-LQILTr9LkYZXotwrR8kfgfL95nTY3I_0JlS73Gj2igwsvYyFsnBkOO3Ls30cYrXG05VWYIMBpNvJZeInF76Y6GZqQMhjVwUt32qwlUr7XRzVGRZRBVuClubE2omhxdndBNy--xZ0OrEr11ZQHq905Kp9nNccjIEHEaHALpx=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjBeMviumTpy4eGb0qY-LQILTr9LkYZXotwrR8kfgfL95nTY3I_0JlS73Gj2igwsvYyFsnBkOO3Ls30cYrXG05VWYIMBpNvJZeInF76Y6GZqQMhjVwUt32qwlUr7XRzVGRZRBVuClubE2omhxdndBNy--xZ0OrEr11ZQHq905Kp9nNccjIEHEaHALpx=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj-zPBHLZF7BNWQTd4aT4itEZxDdFHcZit6NFFRpCo251Q_eL64feM1hzb8xgCZOnPvlPdF95TZIFHyNJCE7UInn880FwVdzzE87p7mhH8wPl7YGBOAP4ePlmfeYsluLHCMxcU3ULHXqDufWKA8UphXELTrZBYcVgRDZu-zg1aPpuolgnWEPf11X8ei=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEj-zPBHLZF7BNWQTd4aT4itEZxDdFHcZit6NFFRpCo251Q_eL64feM1hzb8xgCZOnPvlPdF95TZIFHyNJCE7UInn880FwVdzzE87p7mhH8wPl7YGBOAP4ePlmfeYsluLHCMxcU3ULHXqDufWKA8UphXELTrZBYcVgRDZu-zg1aPpuolgnWEPf11X8ei=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhw6hrWMTxZGsp6LtsQ2V2-n334EASa_MHpmR6ZRVlZRp1fKv7792IYIS1fOOR2ZvnYnt87O1GQUhhDcu1_nPJWnPReYVN20yH5uI-_dEKNu9SfABbHhg30Pe89jmMHjPoWwwtceZcU91nMrYpIqc-2dGd8aIFGrCVWCWgTwsJiAnOavrd7gl4-k9nK=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhw6hrWMTxZGsp6LtsQ2V2-n334EASa_MHpmR6ZRVlZRp1fKv7792IYIS1fOOR2ZvnYnt87O1GQUhhDcu1_nPJWnPReYVN20yH5uI-_dEKNu9SfABbHhg30Pe89jmMHjPoWwwtceZcU91nMrYpIqc-2dGd8aIFGrCVWCWgTwsJiAnOavrd7gl4-k9nK=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgeDc-Gam56tc1RL73-RCNAcE9mGEeQ-kPJVfGAgaE_ps48mfYqbQgwcSH-DupqTAkylHEllWFlF4CIIAns-CXHmj3iGcnblj0nIhZaUGN2mxSUJY1pn_tf2OjjSa2eV5r3A9Hq3AfrDk49ljQO9xX0uaEgRZcllcriGzLL457rJ3Fm9lcvdX12S_Fi=s611&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;332&quot; data-original-width=&quot;611&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgeDc-Gam56tc1RL73-RCNAcE9mGEeQ-kPJVfGAgaE_ps48mfYqbQgwcSH-DupqTAkylHEllWFlF4CIIAns-CXHmj3iGcnblj0nIhZaUGN2mxSUJY1pn_tf2OjjSa2eV5r3A9Hq3AfrDk49ljQO9xX0uaEgRZcllcriGzLL457rJ3Fm9lcvdX12S_Fi=w640-h348&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/xSewcXXnk&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;Link Direto (contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch deve ser aplicado em um ISO USA (TQ-265)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2270112617515780992'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/2270112617515780992'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/01/ratatouille-v20-portugues-brasil-xbox.html' title='Ratatouille V1.0 - Português Brasil - XBOX (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjR5XC_EcltPWJaal0QWt923-Q_-g5iDu0N3Lbl2LV_Njr5_9a1ZCSPCS-tYC3UNzcKQhjqVAKRQ8S5lmrb4p1zpTf7y6013FiFH8isBuY2NPCPbQeI02y6Y0c_b1gxzTRyzHf96ZTxen5Q80K_3307AAVS2S4CNe27SNDdu2fZ_b_Pq2jgxM9g02xF=s72-w448-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-5380601250485260562</id><published>2022-01-19T12:27:00.011-03:00</published><updated>2022-02-05T18:59:48.104-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de Wii em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="Wii"/><title type='text'>Ratatouille V2.0 - Português Brasil - Wii (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0JKAEtj7WTRfxx7-dqiA17eMqvEwttnGxTuFvjaFIjDn_Rx33AG_mi5E092ZgmR-yTkp5zWY0T2FW78KHtAxMU9Y3wwR47iJ3FKAFqfNIT_tbUF-7-ruFN6SOAljievgu1DSrM0AuUSI/s2048/wii_ratatouille.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;2048&quot; data-original-width=&quot;1446&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0JKAEtj7WTRfxx7-dqiA17eMqvEwttnGxTuFvjaFIjDn_Rx33AG_mi5E092ZgmR-yTkp5zWY0T2FW78KHtAxMU9Y3wwR47iJ3FKAFqfNIT_tbUF-7-ruFN6SOAljievgu1DSrM0AuUSI/w453-h640/wii_ratatouille.jpg&quot; width=&quot;453&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Nome do jogo: Ratatouille&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Plataforma: Nintendo Wii&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Desenvolvedora: Heavy Iron Studios&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Publicado por: THQ&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Gênero: Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Data de lançamento: 2007&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Semelhante ao enredo do filme, o jogo começa em uma fazenda. Remy sai com seu irmão Emile para recuperar núcleos de maçã para seu pai. Na viagem, ele aprende as habilidades básicas que precisa saber para que possa passar o que vai enfrentar mais tarde. Após a tarefa, a senhora que mora na fazenda captura Remy e Emile, alertando a colônia, forçando-os a fugir. Embora Remy tenha conseguido escapar da mulher empunhando a espingarda, ele se perde nas corredeiras dos esgotos e acorda em frente ao restaurante de Gusteau, onde o rato observa o menino do lixo, Linguini, tentar consertar a sopa que acidentalmente arruinou jogando em um monte de ingredientes aleatórios. Remy entra apressado e prepara a sopa, mas Linguini o vê, iniciando uma perseguição do lado de fora com Linguini em sua perseguição. Depois disso, Remy torna-se amigo de Linguini e o ajuda no que ele é forçado a fazer por Skinner, o chef principal. No dia seguinte, Remy ajuda Linguini a cozinhar a comida para os clientes, enquanto também ajuda sua colônia com a qual ele se reuniu roubando a comida da cozinha. Skinner pega Remy, e outra perseguição começa, terminando com Remy descobrindo uma carta que prova o direito de Linguini de herdar o restaurante, levando à demissão de Skinner.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Áudios:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gráficos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Vídeos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Áudios:&lt;/b&gt; Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Vídeos:&lt;/b&gt; HNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Port para Wii:&amp;nbsp;&lt;/b&gt;HNNEWGAMES&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Agradecimentos:&lt;/b&gt;&amp;nbsp;rubinho146&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b style=&quot;color: black;&quot;&gt;HNNEWGAMES: &lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/user/rubinho146&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/user/rubinho146&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcuvLK0sfUctlG2XFVCQEvPzME9oAb4NmSU3-3a4YeqrgsaKoeYUIAfQFwfSjVTRORhKlp-T3g7xQkhRpQ42CGPe8G15eFddkbJ0P7GBSNwTVRY44ZmXvtl-FVFN-z2RXTLSFs0A8g7sA/s1140/Dolphin+2021-02-10+17-50-48-66.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhcuvLK0sfUctlG2XFVCQEvPzME9oAb4NmSU3-3a4YeqrgsaKoeYUIAfQFwfSjVTRORhKlp-T3g7xQkhRpQ42CGPe8G15eFddkbJ0P7GBSNwTVRY44ZmXvtl-FVFN-z2RXTLSFs0A8g7sA/w640-h332/Dolphin+2021-02-10+17-50-48-66.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJAW4KPtDoPu5bWEk3ZXuDXK-YUt5aDtCSTzf5Uj3SPC6tGRIbTi3arZQ5PccHI04zq0bR_zOA7FauVDw7RUfTa6RYgrzBYL1OzCbO0ABZk49YlCAfhH-SGd4kleslrD6WkW7VunG-SYI/s1140/Dolphin+2021-02-10+17-51-12-43.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJAW4KPtDoPu5bWEk3ZXuDXK-YUt5aDtCSTzf5Uj3SPC6tGRIbTi3arZQ5PccHI04zq0bR_zOA7FauVDw7RUfTa6RYgrzBYL1OzCbO0ABZk49YlCAfhH-SGd4kleslrD6WkW7VunG-SYI/w640-h332/Dolphin+2021-02-10+17-51-12-43.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcKtXiWseQI3wif87OEFFLoYTxazBZ8TXuyARccgpmhUc1jz3HDotDNe4XxYqzLN9K-LieXwubF2feywejT7wlZmXXjZJzsx4ZL10fH59cu9wXuxyI6M3uPMdKLBLv_W1YohyphenhyphenfG7PRbpk/s1140/Dolphin+2021-02-10+17-51-23-59.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcKtXiWseQI3wif87OEFFLoYTxazBZ8TXuyARccgpmhUc1jz3HDotDNe4XxYqzLN9K-LieXwubF2feywejT7wlZmXXjZJzsx4ZL10fH59cu9wXuxyI6M3uPMdKLBLv_W1YohyphenhyphenfG7PRbpk/w640-h333/Dolphin+2021-02-10+17-51-23-59.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn9SuIvezjovvHoMV8rYGyP4zosGv5P6TT-3hX2jxiG2a6B-mPoEvm2PtuLTXXCi6h8yH20EX7OWHmTzcVUYE061oupxFgS7pkZ7vgrKaURRmc7lBO38phYob4eYmpb_EBv5-4X9ge5iQ/s1140/Dolphin+2021-02-10+17-52-03-07.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn9SuIvezjovvHoMV8rYGyP4zosGv5P6TT-3hX2jxiG2a6B-mPoEvm2PtuLTXXCi6h8yH20EX7OWHmTzcVUYE061oupxFgS7pkZ7vgrKaURRmc7lBO38phYob4eYmpb_EBv5-4X9ge5iQ/w640-h332/Dolphin+2021-02-10+17-52-03-07.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1QOfSlHjUNHbR4IzhLRhAEyJ3v71wDJfLR2tsvRjImDlPc_GJ8Afd2kv-9F27WIMRP_rju6lxWusdEx9WrVLrpS4NCxXRrdIJddRxvV59BTfqgWRmx5oXSEc6PsdYs9908aKzTij8wEU/s1140/Dolphin+2021-02-10+17-52-05-18.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1QOfSlHjUNHbR4IzhLRhAEyJ3v71wDJfLR2tsvRjImDlPc_GJ8Afd2kv-9F27WIMRP_rju6lxWusdEx9WrVLrpS4NCxXRrdIJddRxvV59BTfqgWRmx5oXSEc6PsdYs9908aKzTij8wEU/w640-h332/Dolphin+2021-02-10+17-52-05-18.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLXurw97wQHGrhOTJ8N9CGkiutbq9yeZOayu5RudHSdN5qtJeAhZIUN1_BWIwgv7IrXxqTQLLqqJJe2PHE-i6sP0xmmO0cEo2oCRqd3rjCkKRAqBB-BzkeigKNydwrY4OwXvgbs3JixB0/s1140/Dolphin+2021-02-10+17-52-13-01.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;333&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLXurw97wQHGrhOTJ8N9CGkiutbq9yeZOayu5RudHSdN5qtJeAhZIUN1_BWIwgv7IrXxqTQLLqqJJe2PHE-i6sP0xmmO0cEo2oCRqd3rjCkKRAqBB-BzkeigKNydwrY4OwXvgbs3JixB0/w640-h333/Dolphin+2021-02-10+17-52-13-01.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTmxzR7gPBFdCAcobCei3uLyNsyw6EA-vcI9qL6KpBtrx8M3WOyyEl8740pFCXJqHGwUkG8GIyu5w22JLeWGQ590aUWjuImewHiZCu-UqG_RXlvUGCdFsWe4K2XemGQvfqDIB7XpBUqVE/s1140/Ratatouille-Wii.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTmxzR7gPBFdCAcobCei3uLyNsyw6EA-vcI9qL6KpBtrx8M3WOyyEl8740pFCXJqHGwUkG8GIyu5w22JLeWGQ590aUWjuImewHiZCu-UqG_RXlvUGCdFsWe4K2XemGQvfqDIB7XpBUqVE/w640-h332/Ratatouille-Wii.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/lzTvCQFtJVo?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 2.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/HUWDfA2&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link MediaFire (contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;O patch deve ser aplicado em um ISO USA (RLWE78)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5380601250485260562'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5380601250485260562'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/01/ratatouille-v10-portugues-brasil-wii.html' title='Ratatouille V2.0 - Português Brasil - Wii (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0JKAEtj7WTRfxx7-dqiA17eMqvEwttnGxTuFvjaFIjDn_Rx33AG_mi5E092ZgmR-yTkp5zWY0T2FW78KHtAxMU9Y3wwR47iJ3FKAFqfNIT_tbUF-7-ruFN6SOAljievgu1DSrM0AuUSI/s72-w453-h640-c/wii_ratatouille.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-8176132192502415064</id><published>2022-01-19T12:27:00.010-03:00</published><updated>2022-02-05T18:59:47.054-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Ratatouille V2.0 - Português Brasil - PS2 (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgUIQpaU-2d6ziyZAFYIYDa5PzSs3pVbL9hzlxpEeSlCumexG_RtK6aEdiK0EO4rwmyUCdbfX08KjyWfdsITHF5tZSc5qbHFemqrVWupHRVKChWEDsBY20GhaT7n0iQ5GY7MUcIx_634E/s640/SLUS-21541-F-2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;448&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgUIQpaU-2d6ziyZAFYIYDa5PzSs3pVbL9hzlxpEeSlCumexG_RtK6aEdiK0EO4rwmyUCdbfX08KjyWfdsITHF5tZSc5qbHFemqrVWupHRVKChWEDsBY20GhaT7n0iQ5GY7MUcIx_634E/w448-h640/SLUS-21541-F-2.jpg&quot; width=&quot;448&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;Nome do jogo: Ratatouille&lt;/div&gt;&lt;div&gt;Plataforma: Playstation 2&lt;/div&gt;&lt;div&gt;Desenvolvedora: Heavy Iron Studios&lt;/div&gt;&lt;div&gt;Publicado por: THQ&lt;/div&gt;&lt;div&gt;Gênero: Ação e Aventura&lt;/div&gt;&lt;div&gt;Data de lançamento: 2007&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Semelhante ao enredo do filme, o jogo começa em uma fazenda. Remy sai com seu irmão Emile para recuperar núcleos de maçã para seu pai. Na viagem, ele aprende as habilidades básicas que precisa saber para que possa passar o que vai enfrentar mais tarde. Após a tarefa, a senhora que mora na fazenda captura Remy e Emile, alertando a colônia, forçando-os a fugir.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;b&gt;Textos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Áudios:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gráficos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt;&amp;nbsp;100%&lt;br /&gt;&lt;b&gt;Vídeos:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;100%&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Áudios:&lt;/b&gt; Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Vídeos:&lt;/b&gt; HNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Port para PS2:&amp;nbsp;&lt;/b&gt;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Agradecimentos:&lt;/b&gt;&amp;nbsp;rubinho146&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/user/rubinho146&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/user/rubinho146&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijLOSWkKS4ib9Y-epCYty1Ifw6rzCTayEFJbIFxN1advlIDkxFHP5LM0aP33tyNuMQvgTBfuGIWPsVFYk2ySq7ayUbM0cyC-MTa9Y05aW4FDkb6hLmsX9QZIYnukGUdMhtTTm8fw6oWbE/s640/1.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;347&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijLOSWkKS4ib9Y-epCYty1Ifw6rzCTayEFJbIFxN1advlIDkxFHP5LM0aP33tyNuMQvgTBfuGIWPsVFYk2ySq7ayUbM0cyC-MTa9Y05aW4FDkb6hLmsX9QZIYnukGUdMhtTTm8fw6oWbE/w640-h347/1.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggjKUPdzeBYSGUcYqmAS1JeM2jCdYSSd8CBt4Nv7A2FC5qMFdq9PyL8z14XXznTVT4XezFUhoc_GNrC1UAjMzn0d-J9VEovO7rOvazgdfYnOwg1dYuwTT20-h93EDTo5ryY7CathBQ6O8/s640/2.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggjKUPdzeBYSGUcYqmAS1JeM2jCdYSSd8CBt4Nv7A2FC5qMFdq9PyL8z14XXznTVT4XezFUhoc_GNrC1UAjMzn0d-J9VEovO7rOvazgdfYnOwg1dYuwTT20-h93EDTo5ryY7CathBQ6O8/w640-h348/2.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbXK5XjOCudRTlkz0YBHh6N4aBNyHE9TbiW8vGCaCOBL1kiZRBOzgN4c7Of1IM9siL9-vXdPgePReQlTXItxrN9j1eWD_E9QwzdiQrIJYDRCbVQsvMaKEFMLl9llMc-fPo8rtTB0pQ0RI/s640/3.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbXK5XjOCudRTlkz0YBHh6N4aBNyHE9TbiW8vGCaCOBL1kiZRBOzgN4c7Of1IM9siL9-vXdPgePReQlTXItxrN9j1eWD_E9QwzdiQrIJYDRCbVQsvMaKEFMLl9llMc-fPo8rtTB0pQ0RI/w640-h348/3.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsJz4uvN5XiNvz6CzUHIUdlXfjQH0zs4ArM8XC6L6KtiATUYI5hLFcrBtcdyYWySGvsSqvN_8zSrwRI06JrGGKYK3CnbNOVz-AfIf9NyPCgHDg9pJjPmISwIQ63n-nBNuqWy_mGFuGrwk/s640/4.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsJz4uvN5XiNvz6CzUHIUdlXfjQH0zs4ArM8XC6L6KtiATUYI5hLFcrBtcdyYWySGvsSqvN_8zSrwRI06JrGGKYK3CnbNOVz-AfIf9NyPCgHDg9pJjPmISwIQ63n-nBNuqWy_mGFuGrwk/w640-h348/4.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr5zyNrOIhIrmmzB7vj4_IBRzqnqEJzyKJI5LbRcwE1fNWeVQUleAmUFEubscaEF7WU8nGZ0dY3b3CR4MAxcoalZ6v4XPS5qHsTWDj7wQ068QnXm29L2_4_xJdPdDzEAnZyM8Pvl7Fds8/s640/5.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr5zyNrOIhIrmmzB7vj4_IBRzqnqEJzyKJI5LbRcwE1fNWeVQUleAmUFEubscaEF7WU8nGZ0dY3b3CR4MAxcoalZ6v4XPS5qHsTWDj7wQ068QnXm29L2_4_xJdPdDzEAnZyM8Pvl7Fds8/w640-h348/5.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC5QhPWHWR4zbkvr8KN2hyt356hDDV8u3kJQFyE3jKGkz6h8wJvflng1CPStRcms1LaWdni9Fii7mo130iD_mU40LxwRl1R4yKM9ACaPadhk8JGKhKWBL5hFK_BsIhV_ot7bp4AN6rGUA/s640/6.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC5QhPWHWR4zbkvr8KN2hyt356hDDV8u3kJQFyE3jKGkz6h8wJvflng1CPStRcms1LaWdni9Fii7mo130iD_mU40LxwRl1R4yKM9ACaPadhk8JGKhKWBL5hFK_BsIhV_ot7bp4AN6rGUA/w640-h348/6.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivw_Aa5T8fpkOJBvToNt4e9qjwn8FiKCFAvaGPJxKMQfCFc_pHPrqVk20x7OYxIkhwXcReBWMM-hPSFyEWxZPIjTGVedPnMfptGBPqvEUlwsEdZZPyDY4N9e2lrtw-GNp5LD0aBVBfF2E/s640/7.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;348&quot; data-original-width=&quot;640&quot; height=&quot;348&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivw_Aa5T8fpkOJBvToNt4e9qjwn8FiKCFAvaGPJxKMQfCFc_pHPrqVk20x7OYxIkhwXcReBWMM-hPSFyEWxZPIjTGVedPnMfptGBPqvEUlwsEdZZPyDY4N9e2lrtw-GNp5LD0aBVBfF2E/w640-h348/7.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/JGbrcA13OvY?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 2.0&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/jDJZpm&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;Link Direto (contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch deve ser aplicado em um ISO USA (SLUS_215.41)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/8176132192502415064'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/8176132192502415064'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/11/ratatouille-v10-portugues-brasil-ps2.html' title='Ratatouille V2.0 - Português Brasil - PS2 (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgUIQpaU-2d6ziyZAFYIYDa5PzSs3pVbL9hzlxpEeSlCumexG_RtK6aEdiK0EO4rwmyUCdbfX08KjyWfdsITHF5tZSc5qbHFemqrVWupHRVKChWEDsBY20GhaT7n0iQ5GY7MUcIx_634E/s72-w448-h640-c/SLUS-21541-F-2.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-6437543277435894737</id><published>2022-01-19T12:27:00.009-03:00</published><updated>2022-02-05T18:59:46.137-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de NGC em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="NGC"/><title type='text'>Ratatouille V2.0 - Português Brasil - NGC (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh00ld862t0vZ0EX8u2upJTTvuHt9mzwRephIAA2UzPvdaQpXAg7f3y_H67Ply5rTG8Ga3vqiAtz9ugYduqx1AMhmG6XtYl_U32qCuS_LljlWrMExWfEE7_sJXb4rZeo053fH6QmclOCjU/s679/GLLE78.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;679&quot; data-original-width=&quot;489&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh00ld862t0vZ0EX8u2upJTTvuHt9mzwRephIAA2UzPvdaQpXAg7f3y_H67Ply5rTG8Ga3vqiAtz9ugYduqx1AMhmG6XtYl_U32qCuS_LljlWrMExWfEE7_sJXb4rZeo053fH6QmclOCjU/w461-h640/GLLE78.png&quot; width=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Nome do jogo: Ratatouille&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Plataforma: GameCube&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Desenvolvedora: Heavy Iron Studios&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Publicado por: THQ&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Gênero: Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Data de lançamento: 2007&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Semelhante ao enredo do filme, o jogo começa em uma fazenda. Remy sai com seu irmão Emile para recuperar núcleos de maçã para seu pai. Na viagem, ele aprende as habilidades básicas que precisa saber para que possa passar o que vai enfrentar mais tarde. Após a tarefa, a senhora que mora na fazenda captura Remy e Emile, alertando a colônia, forçando-os a fugir. Embora Remy tenha conseguido escapar da mulher empunhando a espingarda, ele se perde nas corredeiras dos esgotos e acorda em frente ao restaurante de Gusteau, onde o rato observa o menino do lixo, Linguini, tentar consertar a sopa que acidentalmente arruinou jogando em um monte de ingredientes aleatórios. Remy entra apressado e prepara a sopa, mas Linguini o vê, iniciando uma perseguição do lado de fora com Linguini em sua perseguição. Depois disso, Remy torna-se amigo de Linguini e o ajuda no que ele é forçado a fazer por Skinner, o chef principal. No dia seguinte, Remy ajuda Linguini a cozinhar a comida para os clientes, enquanto também ajuda sua colônia com a qual ele se reuniu roubando a comida da cozinha. Skinner pega Remy, e outra perseguição começa, terminando com Remy descobrindo uma carta que prova o direito de Linguini de herdar o restaurante, levando à demissão de Skinner.&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/Ratatouille_(video_game)&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Áudios:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Vídeos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Textos:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Áudios:&lt;/b&gt; Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Vídeos:&lt;/b&gt; HNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Port para GameCube:&amp;nbsp;&lt;/b&gt;HNNEWGAMES&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Agradecimentos:&lt;/b&gt; rubinho146&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b style=&quot;color: black;&quot;&gt;HNNEWGAMES: &lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://www.youtube.com/user/rubinho146&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://www.youtube.com/user/rubinho146&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPYdrPrvWRH-N8BQxCsWspnhI_g-NOyIzGW_oPNjMzHeeZEKld7H1q9ja4B_1dgAkwaeOQU7lNlM1FyVpzzUFfEFnbqoFG5CdnJPALN0GNmxLiwCg5_tLZgTgPPj5xzAWCQMgdon6M6W4/s1140/Dolphin+2021-02-10+17-57-18-41.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPYdrPrvWRH-N8BQxCsWspnhI_g-NOyIzGW_oPNjMzHeeZEKld7H1q9ja4B_1dgAkwaeOQU7lNlM1FyVpzzUFfEFnbqoFG5CdnJPALN0GNmxLiwCg5_tLZgTgPPj5xzAWCQMgdon6M6W4/w640-h332/Dolphin+2021-02-10+17-57-18-41.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0hCMEs75_ueqEanDCAEslrFWxdS26GlRJC9X65eGHnF0rIhvqVYQTclPWABGmrubdcWlUnbV1QKpUMr98CCTWR6NHcRObPjnvMr_7HNQDylbRIHieUJ-cDSoDPK19nlnSg5Z2xaULPf8/s1140/Dolphin+2021-02-10+17-57-26-32.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0hCMEs75_ueqEanDCAEslrFWxdS26GlRJC9X65eGHnF0rIhvqVYQTclPWABGmrubdcWlUnbV1QKpUMr98CCTWR6NHcRObPjnvMr_7HNQDylbRIHieUJ-cDSoDPK19nlnSg5Z2xaULPf8/w640-h332/Dolphin+2021-02-10+17-57-26-32.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdKJAPrd8cQPA_5FCVYjzVX7hadEwfv1rSou_73Kwz0kCTqH_obCYOmZ9iGlHp_27GpLvj5bKlleCHwkH6LZlwpgc251WrHWoRSQPjMYoJuq0ZG7QAuE4Y1Yb2l_sJPKq5EqpvO16sXTA/s1140/Dolphin+2021-02-10+17-57-52-05.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdKJAPrd8cQPA_5FCVYjzVX7hadEwfv1rSou_73Kwz0kCTqH_obCYOmZ9iGlHp_27GpLvj5bKlleCHwkH6LZlwpgc251WrHWoRSQPjMYoJuq0ZG7QAuE4Y1Yb2l_sJPKq5EqpvO16sXTA/w640-h332/Dolphin+2021-02-10+17-57-52-05.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPkstossRQK1eN24uWoziKujd_R9Zb-K7tIcic8Mz7A9IS10weVj7VlepDWZhAXh8JCis5hiMl74OkCf7LLJ3LDgJ04Hie1l-aT1JuEcYNe3Ys4kCoNrc6Guvm5gm1Ba9JgC1bT65pU3w/s1140/Dolphin+2021-02-10+17-58-04-12.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPkstossRQK1eN24uWoziKujd_R9Zb-K7tIcic8Mz7A9IS10weVj7VlepDWZhAXh8JCis5hiMl74OkCf7LLJ3LDgJ04Hie1l-aT1JuEcYNe3Ys4kCoNrc6Guvm5gm1Ba9JgC1bT65pU3w/w640-h332/Dolphin+2021-02-10+17-58-04-12.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUmMCVTjqpRJyjJ1lqLW4-OinHdCpRLJucZh_MuErK6MTFA0POGIJbPDKCFCF5ArDjtfe99wFIiYW-7OQEbQ__ReFHex7Prmj9P0EHnrqgzPk28WSkQB7f2yvRxkOXI1Ioy5AXVG-f82M/s1140/Dolphin+2021-02-10+17-58-06-30.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUmMCVTjqpRJyjJ1lqLW4-OinHdCpRLJucZh_MuErK6MTFA0POGIJbPDKCFCF5ArDjtfe99wFIiYW-7OQEbQ__ReFHex7Prmj9P0EHnrqgzPk28WSkQB7f2yvRxkOXI1Ioy5AXVG-f82M/w640-h332/Dolphin+2021-02-10+17-58-06-30.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx6MqalfrywS0TsmJLZEp8NZe0Jdk6qmghWweWzFEeb_gLi-DlWutgjw_ZZj2b2uPsXu3CPPwDN17053wAErCC-09a1StRaPQzsCT5ARMA8b0MfCqS-90HoHqIrA9IOKPUrcnnAUptmD4/s1140/Dolphin+2021-02-10+17-59-02-48.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjx6MqalfrywS0TsmJLZEp8NZe0Jdk6qmghWweWzFEeb_gLi-DlWutgjw_ZZj2b2uPsXu3CPPwDN17053wAErCC-09a1StRaPQzsCT5ARMA8b0MfCqS-90HoHqIrA9IOKPUrcnnAUptmD4/w640-h332/Dolphin+2021-02-10+17-59-02-48.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbJeatp1SQJVnQbQ00hcKfpAF4_fvyp1pdp0yjayzYqtFDf0nXiz7Ad-ukRMnRShMNsWbUuPMpGRAo0kkW4WJ1jUiZ64wQdGHN-MISerLPOp1bvR6rN98r_10AxPnUZvo35XgvYSXW0sY/s1140/Ratatouille-GC.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;592&quot; data-original-width=&quot;1140&quot; height=&quot;332&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbJeatp1SQJVnQbQ00hcKfpAF4_fvyp1pdp0yjayzYqtFDf0nXiz7Ad-ukRMnRShMNsWbUuPMpGRAo0kkW4WJ1jUiZ64wQdGHN-MISerLPOp1bvR6rN98r_10AxPnUZvo35XgvYSXW0sY/w640-h332/Ratatouille-GC.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/km9lUuYSfXU?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 2.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://stfly.me/xTSK&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link&amp;nbsp;&lt;/i&gt;&lt;i&gt;MediaFire&amp;nbsp;&lt;/i&gt;&lt;i&gt;(contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;O patch deve ser aplicado em um ISO USA (GLLE78)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/6437543277435894737'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/6437543277435894737'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/01/ratatouille-v10-portugues-brasil-ngc.html' title='Ratatouille V2.0 - Português Brasil - NGC (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh00ld862t0vZ0EX8u2upJTTvuHt9mzwRephIAA2UzPvdaQpXAg7f3y_H67Ply5rTG8Ga3vqiAtz9ugYduqx1AMhmG6XtYl_U32qCuS_LljlWrMExWfEE7_sJXb4rZeo053fH6QmclOCjU/s72-w461-h640-c/GLLE78.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-805108739262702459</id><published>2022-01-05T14:18:00.007-03:00</published><updated>2022-02-05T19:00:39.291-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>Ultimate Spider-Man: Limited Edition V1.1 - Português Brasil - PS2</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgALc2FHKktZp0TbGhs-M9ni_38HUnvL9ghYelB2WtELj6eAe-i2Xb6jb2hRpfTidgGH5xBxOy_695RD3kAOIwzCsWRWjkI7bgYBn8eZ6Qv1fXhLg3pTlIgX9uWiMoBtuOAnjgT572TKtYh02vrxzUb3qQI7b2RMmmQ4pvxlE3FSAgHRuDHYqAzZ95u=s640&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;448&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgALc2FHKktZp0TbGhs-M9ni_38HUnvL9ghYelB2WtELj6eAe-i2Xb6jb2hRpfTidgGH5xBxOy_695RD3kAOIwzCsWRWjkI7bgYBn8eZ6Qv1fXhLg3pTlIgX9uWiMoBtuOAnjgT572TKtYh02vrxzUb3qQI7b2RMmmQ4pvxlE3FSAgHRuDHYqAzZ95u=w448-h640&quot; width=&quot;448&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Nome do jogo: &lt;/b&gt;Ultimate Spider-Man: Limited Edition&lt;/div&gt;&lt;div&gt;&lt;b&gt;Plataforma:&lt;/b&gt; Playstation 2&lt;/div&gt;&lt;div&gt;&lt;b&gt;Desenvolvedora: &lt;/b&gt;Treyarch&lt;/div&gt;&lt;div&gt;&lt;b&gt;Publicado por: &lt;/b&gt;Activision&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gênero: &lt;/b&gt;Ação e Aventura&lt;/div&gt;&lt;div&gt;&lt;b&gt;Data de lançamento: &lt;/b&gt;2005&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Ultimate Spider-Man é um jogo de ação e aventura de 2005 baseado no personagem Homem-Aranha da Marvel Comics e na história em quadrinhos de mesmo nome. O jogo foi publicado pela Activision para PlayStation 2 , Xbox , Microsoft Windows , Game Boy Advance , GameCube e Nintendo DS em setembro de 2005. As versões para PlayStation 2 e Xbox foram desenvolvidas pela Treyarch e são drasticamente diferentes das versões portáteis desenvolvidas pela Vicarious Visions.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span&gt;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;/span&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Ultimate_Spider-Man_(video_game)&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://en.wikipedia.org/wiki/Ultimate_Spider-Man_(video_game)&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;b&gt;Textos: &lt;/b&gt;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Acentos: &lt;/b&gt;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Menus e Itens:&lt;/b&gt; 100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gráficos: &lt;/b&gt;100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Vídeos: &lt;/b&gt;100%&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;Observações:&lt;/b&gt;&amp;nbsp;Cutscenes que não são pré-renderizadas, não receberam legendas.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Responsável &amp;amp; Romhacker:&lt;/b&gt; Sora Leon&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Ferramentas &amp;amp; ajuda:&lt;/b&gt; Mumm-ra STR BRASIL&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Auxílio:&lt;/b&gt; OmbraRD &amp;amp; Bit.Raiden (Raiden)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Ferramenta de Aúdio:&lt;/b&gt; Master Luc (Luke)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Tradutores:&lt;/b&gt; Sora Leon, Mumm-Ra, ALAN, AffzMaster &amp;amp; HNNEWGAMES&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;DIGI-TRANSLATORS:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://digi-translations.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://digi-translations.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;STR Brasil:&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://strbrgames.blogspot.com&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;https://strbrgames.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgkGdtX5maA5Z4U5ieb4JpQD82OJGmmIaMJslliZjkl5QHgD2xtrvJgaD4o0HfkUk_4uGzBtcI8AvqO1qPQIII9qfRzCemmuFXRcEZxP-LU1iEMsRFTtTMJc0HFntb3QJvKbjbVbVUesATp5qzkmpgGxkISfTDFk9O6ifMRZkVYnfwIFRo8kLNAEH2Q=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgkGdtX5maA5Z4U5ieb4JpQD82OJGmmIaMJslliZjkl5QHgD2xtrvJgaD4o0HfkUk_4uGzBtcI8AvqO1qPQIII9qfRzCemmuFXRcEZxP-LU1iEMsRFTtTMJc0HFntb3QJvKbjbVbVUesATp5qzkmpgGxkISfTDFk9O6ifMRZkVYnfwIFRo8kLNAEH2Q=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhRflfT8tt0Ze3Kh9LRcewXoeJFx9m7e1WVaVDIh6mpcdnPj8oV9wHhU_7JMc7Qbaz1JYfoEBHm70ubrx5pUdXMXGm3CtbY9TfY7f53F6xVxAT1j5mQksVKQBUUqssaO3IWxM_rSfiB6fDpFnEv0UFEg__3bR9yqcgHjeK0sIPXhMv_qUObOeXp-KEK=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhRflfT8tt0Ze3Kh9LRcewXoeJFx9m7e1WVaVDIh6mpcdnPj8oV9wHhU_7JMc7Qbaz1JYfoEBHm70ubrx5pUdXMXGm3CtbY9TfY7f53F6xVxAT1j5mQksVKQBUUqssaO3IWxM_rSfiB6fDpFnEv0UFEg__3bR9yqcgHjeK0sIPXhMv_qUObOeXp-KEK=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjjDC6yH_JMpzG1VZNAxmtOPojHQA7ddent9-niMGypTwAcr0pgYlMO082yqBuC4zMSDuLyujGA5NGSq7JWavBWsSaq5FIyAxST5mGY5Jpu3nE0FAD5QIOunCSSHsop9vm1j7LY7c4Ttl0LOezZ4LcfkNMVTLxR1ZkURO2JZL6o7Cnf83IoFTWmIWZ_=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjjDC6yH_JMpzG1VZNAxmtOPojHQA7ddent9-niMGypTwAcr0pgYlMO082yqBuC4zMSDuLyujGA5NGSq7JWavBWsSaq5FIyAxST5mGY5Jpu3nE0FAD5QIOunCSSHsop9vm1j7LY7c4Ttl0LOezZ4LcfkNMVTLxR1ZkURO2JZL6o7Cnf83IoFTWmIWZ_=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiBnDTWU_Iu0msqbneynzf2RgmdZcfIgMAaC4pk1rbb8R1Gf9eJDEnK6VxEfmdaCBAwLf2ThiDrjIvHxoXj93nzP6c_t-YbTLdWburiBH0Fu0wBrC463ONbAIkjnNQ1l4yQvm3TQ1TDoReCQtpvck2h-UJhTSCfMAi54kuIGVFhFsWFH3KxIKe-R3rX=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiBnDTWU_Iu0msqbneynzf2RgmdZcfIgMAaC4pk1rbb8R1Gf9eJDEnK6VxEfmdaCBAwLf2ThiDrjIvHxoXj93nzP6c_t-YbTLdWburiBH0Fu0wBrC463ONbAIkjnNQ1l4yQvm3TQ1TDoReCQtpvck2h-UJhTSCfMAi54kuIGVFhFsWFH3KxIKe-R3rX=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiHjy30JIOSiuccgGk7eyEDp0zIQW_6_3rBhr5xEq69c7m0Gc4yVcB3QHPeJj_fgRI6LiHzSzyjozSUp9v2K5VWHnYWpXbw8N4SoA4NGytcDXKmAaqxSWoCtBrySp82qlRcWSraZSMocWdu9CqY92J3IVpka1ng70BO7LjpjyYSWxtP0ksbJlCEFutQ=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiHjy30JIOSiuccgGk7eyEDp0zIQW_6_3rBhr5xEq69c7m0Gc4yVcB3QHPeJj_fgRI6LiHzSzyjozSUp9v2K5VWHnYWpXbw8N4SoA4NGytcDXKmAaqxSWoCtBrySp82qlRcWSraZSMocWdu9CqY92J3IVpka1ng70BO7LjpjyYSWxtP0ksbJlCEFutQ=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEitK_RxJv6jGUN1oDsVTlKWXmRlYMUVGfBexA9rxlhPOgRdfu9SejOKZUlWRuMdbjaL8Y_H5a95vmm_3oE68DcEL51iZlAWjaS2R5GMtn_ad8PWo_Zm_SxoXesUenSEVbtuJegUMWj-abDNJEKGZtdoQERJ24w_EtKSfy_cNrT1PeBwNupAuiSot5be=s1364&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;736&quot; data-original-width=&quot;1364&quot; height=&quot;346&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEitK_RxJv6jGUN1oDsVTlKWXmRlYMUVGfBexA9rxlhPOgRdfu9SejOKZUlWRuMdbjaL8Y_H5a95vmm_3oE68DcEL51iZlAWjaS2R5GMtn_ad8PWo_Zm_SxoXesUenSEVbtuJegUMWj-abDNJEKGZtdoQERJ24w_EtKSfy_cNrT1PeBwNupAuiSot5be=w640-h346&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/zT0mGhJEsFY?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.1&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://mega.nz/file/AyIiCbbT#ocBovSHYQp79nHOlFNYkmNcjXYCvG0cu47qNOhADne8&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;MEGA (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch deve ser aplicado em um ISO USA (SLUS_212.85)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/805108739262702459'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/805108739262702459'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/01/ultimate-spider-man-limited-edition.html' title='Ultimate Spider-Man: Limited Edition V1.1 - Português Brasil - PS2'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgALc2FHKktZp0TbGhs-M9ni_38HUnvL9ghYelB2WtELj6eAe-i2Xb6jb2hRpfTidgGH5xBxOy_695RD3kAOIwzCsWRWjkI7bgYBn8eZ6Qv1fXhLg3pTlIgX9uWiMoBtuOAnjgT572TKtYh02vrxzUb3qQI7b2RMmmQ4pvxlE3FSAgHRuDHYqAzZ95u=s72-w448-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-6698284652209648354</id><published>2022-01-05T11:44:00.014-03:00</published><updated>2022-02-05T19:00:37.577-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS2 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS2"/><title type='text'>WALL-E V1.0 - Português Brasil - PS2 (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEi8k-ayPNSFDmM62S2gg12sAxJ59vlNpIsjoWO55qTthkPjIDvtpRnJCMVUvIm1F_dGDx0JWevHsHTP_PQ98qiJ09_lUGguey-URiEc2DwWnyOtzJJroN98w9xSUj2bmg8rngkK2hnPro70V5qa0P16uB0-1IF_1FsLMRpaYg83jmxRe8d7pTY6CUL0=s640&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;640&quot; data-original-width=&quot;448&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEi8k-ayPNSFDmM62S2gg12sAxJ59vlNpIsjoWO55qTthkPjIDvtpRnJCMVUvIm1F_dGDx0JWevHsHTP_PQ98qiJ09_lUGguey-URiEc2DwWnyOtzJJroN98w9xSUj2bmg8rngkK2hnPro70V5qa0P16uB0-1IF_1FsLMRpaYg83jmxRe8d7pTY6CUL0=w448-h640&quot; width=&quot;448&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;Tradução Oficial em Português do Brasil portada da versão PC&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
Nome do jogo:&lt;/b&gt; WALL-E&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Plataforma:&lt;/b&gt; Playstation 2&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Desenvolvedora: &lt;/b&gt;Heavy Iron Studios&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Publicado por: &lt;/b&gt;THQ&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gênero:&lt;/b&gt; Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Data de lançamento:&lt;/b&gt; 2008&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;div&gt;WALL-E é um jogo de ação e aventura desenvolvido pela Heavy Iron Studios, Asobo Studio, Helixe e Savage Entertainment e publicado pela THQ. É baseado no filme de mesmo nome de 2008.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;WALL-E recebeu críticas mistas gerais dos críticos. A versão melhor analisada do jogo foi a versão para PlayStation 2, que pontuou 67 de 100 na escala Metacritic. Embora a versão para PlayStation Portable tenha sido altamente criticada, IGN elogiou a adaptação como &quot;... um dos filmes mais sólidos para adaptações de jogos que vimos em algum tempo.&quot;&lt;/div&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/WALL-E_(video_game)&quot; target=&quot;_blank&quot;&gt;https://en.wikipedia.org/wiki/WALL-E_(video_game)&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Gráficos:&lt;/b&gt; 100% &lt;br /&gt;&lt;b&gt;
Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Vídeos: &lt;/b&gt;100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Textos e Dublagem:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;Oficial&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Port Textos PS2&lt;/b&gt;&lt;b&gt;:&lt;/b&gt; Mumm-ra STRBrasil&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Port Dublagem:&lt;/b&gt; rubinho146&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;HNNEWGAMES:&lt;/b&gt;&amp;nbsp;Inspiração e ajuda no projeto&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
--------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://www.youtube.com/user/rubinho146&quot;&gt;https://www.youtube.com/user/rubinho146&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;STRBrasil:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://strbrgames.blogspot.com/&quot;&gt;https://strbrgames.blogspot.com/&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950708976123924/pcsx2_2021-03-01_14-13-49-12.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950708976123924/pcsx2_2021-03-01_14-13-49-12.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950833308925962/pcsx2_2021-03-01_14-13-57-47.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950833308925962/pcsx2_2021-03-01_14-13-57-47.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950838148497448/pcsx2_2021-03-01_14-14-05-91.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950838148497448/pcsx2_2021-03-01_14-14-05-91.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950843618263090/pcsx2_2021-03-01_14-14-20-86.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950843618263090/pcsx2_2021-03-01_14-14-20-86.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950846264475738/pcsx2_2021-03-01_14-15-12-56.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950846264475738/pcsx2_2021-03-01_14-15-12-56.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950848546439208/pcsx2_2021-03-01_14-16-09-42.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;492&quot; data-original-width=&quot;656&quot; height=&quot;480&quot; src=&quot;https://cdn.discordapp.com/attachments/721801221027135578/815950848546439208/pcsx2_2021-03-01_14-16-09-42.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/I1Ik1hzLXo8?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 1.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;http://www.mediafire.com/file/s7nnmgzp8jna8ww/PS2_WALL-E_PT-BR.xdelta/file&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;i&gt;O patch deve ser aplicado em um ISO USA (SLUS-21736)&lt;/i&gt;&lt;i&gt;, junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/6698284652209648354'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/6698284652209648354'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2022/01/wall-e-portugues-brasil-ps2.html' title='WALL-E V1.0 - Português Brasil - PS2 (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEi8k-ayPNSFDmM62S2gg12sAxJ59vlNpIsjoWO55qTthkPjIDvtpRnJCMVUvIm1F_dGDx0JWevHsHTP_PQ98qiJ09_lUGguey-URiEc2DwWnyOtzJJroN98w9xSUj2bmg8rngkK2hnPro70V5qa0P16uB0-1IF_1FsLMRpaYg83jmxRe8d7pTY6CUL0=s72-w448-h640-c" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-7999278877199320670</id><published>2021-11-01T14:03:00.011-03:00</published><updated>2022-01-19T12:52:23.691-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>Shadow of the Colossus HD V4.0 - Português Brasil - PS3 (REUP)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtYTjeaZa7n2XFq9GcjHwofbyr8R6KGG1VX6Ob5SMcdU7HmvmCEWRcX9HHSqFxNBxrfMK8CezcZoRJ0-a8oHnsIKgruUKH7ItuZG9uG4Vggs0BM19rie8AXSLjWRV-fHdpzkGsbwYIrHw/s1759/123.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1759&quot; data-original-width=&quot;1531&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtYTjeaZa7n2XFq9GcjHwofbyr8R6KGG1VX6Ob5SMcdU7HmvmCEWRcX9HHSqFxNBxrfMK8CezcZoRJ0-a8oHnsIKgruUKH7ItuZG9uG4Vggs0BM19rie8AXSLjWRV-fHdpzkGsbwYIrHw/w349-h400/123.jpg&quot; width=&quot;349&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Nome do jogo:&lt;/b&gt; Shadow of the Colossus&lt;/div&gt;&lt;div&gt;&lt;b&gt;Plataforma:&lt;/b&gt; Playstation 3&lt;/div&gt;&lt;div&gt;&lt;b&gt;Desenvolvedora:&lt;/b&gt; Bluepoint Games&lt;/div&gt;&lt;div&gt;&lt;b&gt;Publicado por:&lt;/b&gt; Sony&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gênero: &lt;/b&gt;Aventura&lt;/div&gt;&lt;div&gt;&lt;b&gt;Data de lançamento:&lt;/b&gt; 2011&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;div&gt;Shadow of the Colossus, lançado no Japão como Wander e os Colossos (ワンダと巨像 Wanda to Kyozõ) é o segundo jogo da Team Ico. Foi lançado em outubro de 2005 na América do Norte e Japão e, em seguida, em fevereiro de 2006 na Europa e Áustrália.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Embora o jogo compartilhe muitos elementos estilísticos, estéticos e atmosféricos com Ico, a essência do gameplay de Shadow of the Colossus é bastante diferente. O jogo foca em um jovem, conhecido por nós como Wander (ou &quot;Viajante&quot;), que é encarregado de encontrar e matar dezesseis colossos que residem em uma vasta e desolada extensão de terra, na esperança de ressuscitar uma garota chamada Mono.&lt;/div&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;
Fonte:&lt;/b&gt; Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://shadowofthecolossus.fandom.com/pt-br/wiki/Wiki_Shadow_of_the_Colossus&quot; target=&quot;_blank&quot;&gt;https://shadowofthecolossus.fandom.com/pt-br/wiki/Wiki_Shadow_of_the_Colossus&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;b&gt;Textos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Gráficos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Acentos:&lt;/b&gt; 100%&lt;br /&gt;&lt;b&gt;Vídeos:&lt;/b&gt; 100%&lt;/div&gt;&lt;div&gt;&lt;b&gt;Revisão:&lt;/b&gt; 100%&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Tradução:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Agradecimentos: &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;LeonamMiiller, rubinho146, HNNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;HNNEWGAMES:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com/p/rubinho146-lista-de-traducoes.html&quot; target=&quot;_blank&quot;&gt;Traduções&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;BIG BOSS#7105&quot; (Lucaz Andrade)&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb0UoxauLJ_xXIfLU9D67YY49PtMXX1PjhGk2FVPBnNkSDVuZSVA8QNq1LdECvzGkYNK3SJHsj-4f_gPCSAEOCM6xaoI4oqthvSb5UHd1rlTqelGLMb78d3FlRPrx1UT7eZHJhT0yVAkA/s640/1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgb0UoxauLJ_xXIfLU9D67YY49PtMXX1PjhGk2FVPBnNkSDVuZSVA8QNq1LdECvzGkYNK3SJHsj-4f_gPCSAEOCM6xaoI4oqthvSb5UHd1rlTqelGLMb78d3FlRPrx1UT7eZHJhT0yVAkA/w640-h360/1.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjbU5_d64zk25QkCe8PKiLkDgxwYK6NlWzPk2WjntDMK6TpCzngpN72l7hC1xaGB7RDRx0mrsTbiB14uHe8UIBELfsl4jQmT6_GucQwSM1aF4g5lFqnE2wbMSPKlf98yxA-whwH0M8LqM/s640/2.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjbU5_d64zk25QkCe8PKiLkDgxwYK6NlWzPk2WjntDMK6TpCzngpN72l7hC1xaGB7RDRx0mrsTbiB14uHe8UIBELfsl4jQmT6_GucQwSM1aF4g5lFqnE2wbMSPKlf98yxA-whwH0M8LqM/w640-h360/2.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilerNoRjLsFgMOUQ7BBpS1z8tHVQbOFW33pt_fsP1zoKc1xVs0L2Tg5kpyjxS4wc53feTielKXQ_h1eW7ZzOCUUIDtf_rYhoV7O0jq6YgHzC0SsBRZ_e3US_sGqqG5uYgU7IHkeTND-sE/s640/3.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilerNoRjLsFgMOUQ7BBpS1z8tHVQbOFW33pt_fsP1zoKc1xVs0L2Tg5kpyjxS4wc53feTielKXQ_h1eW7ZzOCUUIDtf_rYhoV7O0jq6YgHzC0SsBRZ_e3US_sGqqG5uYgU7IHkeTND-sE/w640-h360/3.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBMQ4ofTuo6GhI7ZM78f0_hiI8MiNvyqxQD2nZBM9m7f9Xb76S2r81AhmDShEOuqKAMZjJo229H6zQ9nDZLMlc5XpRI20P89z32h_p6BhPw5atq8WTLxDUCWH93m_PnraW80u9k7qsveo/s640/5.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBMQ4ofTuo6GhI7ZM78f0_hiI8MiNvyqxQD2nZBM9m7f9Xb76S2r81AhmDShEOuqKAMZjJo229H6zQ9nDZLMlc5XpRI20P89z32h_p6BhPw5atq8WTLxDUCWH93m_PnraW80u9k7qsveo/w640-h360/5.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyXQpkCe_UlNLUdZm2k9mRE8FeQSBm2MGGRlY3ecCY7TsV6TyXka1hUqRu1p-2zGVT8yBcM2NztOHCsbFaR4GlgyTShF4l7RBVI79f_Dhx0IYPvbpqJpuwVje_2OeqX8QN1mTXy8F451o/s640/6.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyXQpkCe_UlNLUdZm2k9mRE8FeQSBm2MGGRlY3ecCY7TsV6TyXka1hUqRu1p-2zGVT8yBcM2NztOHCsbFaR4GlgyTShF4l7RBVI79f_Dhx0IYPvbpqJpuwVje_2OeqX8QN1mTXy8F451o/w640-h360/6.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIiGuyAf5_dS5i-Mfg2ikjBxKji71rcgQ4lLTqE6K1bYWh2LGgg7urUO-3QZ3oDQU8-xiJ6oYOohOFsNoA4dxl8CJDD8dJYjIRGP5iziLjFaAbmQvX7rXwW_TKf3pKO-AmTE7x5AFVccE/s640/7.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;360&quot; data-original-width=&quot;640&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIiGuyAf5_dS5i-Mfg2ikjBxKji71rcgQ4lLTqE6K1bYWh2LGgg7urUO-3QZ3oDQU8-xiJ6oYOohOFsNoA4dxl8CJDD8dJYjIRGP5iziLjFaAbmQvX7rXwW_TKf3pKO-AmTE7x5AFVccE/w640-h360/7.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/D02uMMG1_ws?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 4.0&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; text-align: right;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;-----&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;Novidades!&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;text-align: center;&quot;&gt;ATUALIZAÇÃO SHADOW OF THE COLOSSUS 4.0:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;font-size: medium; font-weight: 400; text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;A estilização ficou completamente idêntica 100%, tanto opacidade, quanto cores;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;font-size: medium; font-weight: 400; text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;No REMAKE, o Modo Time Attack foi traduzido para Ataque Cronometrado, nas outras versões desta tradução, o autor até deixou assim, mas pelo que foi visto na Fandom do jogo, e nos outros idiomas contidos no jogo, nesta versão o correto é se utilizar Time Attack!, o mesmo pode se dizer do Modo Reminiscência, que no REMAKE ficou: Modo Recordação, que aqui foi optado por Modo Reminiscência, pelo mesmo motivo citado antes.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;color: red; font-size: medium; text-align: center;&quot;&gt;-----&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;color: red; font-size: medium; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: large; font-weight: 400; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;ATUALIZAÇÃO SHADOW OF THE COLOSSUS 2.0:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: large; font-weight: 400; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-weight: 400;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px; text-align: right;&quot;&gt;&lt;b&gt;Melhoria na estrutura de alguns textos dos tutoriais;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px; font-weight: 400;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;Melhoria no menu de morte dos modos Ataque Cronometrado e Recordação.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: medium; font-weight: 400; text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;-----&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA/EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://archive.org/download/shadow-v-4.00/SHADOW-v4.00.zip&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;i&gt;archive.org&amp;nbsp;(não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA/EUR (BCUS98259 / BCES01097 / NPEA00280 / NPUA80677),&amp;nbsp;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar.&amp;nbsp;&lt;/i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7999278877199320670'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/7999278877199320670'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/11/shadow-of-colossus-hd-v2-portugues.html' title='Shadow of the Colossus HD V4.0 - Português Brasil - PS3 (REUP)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtYTjeaZa7n2XFq9GcjHwofbyr8R6KGG1VX6Ob5SMcdU7HmvmCEWRcX9HHSqFxNBxrfMK8CezcZoRJ0-a8oHnsIKgruUKH7ItuZG9uG4Vggs0BM19rie8AXSLjWRV-fHdpzkGsbwYIrHw/s72-w349-h400-c/123.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-5586245666927138690</id><published>2021-08-01T12:18:00.004-03:00</published><updated>2022-01-19T13:04:16.311-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>ICO HD V3.0 - Português Brasil - PS3</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLT1jOn8HGVznC9t-t5CwYPmKoDyc0HxN-q8As207y82YcHHhbCo6WtuUV2cf-hxity7JMtCbFLl3EngntsXThrRfS0bQcUMvkurmXMxh5ZF2b8EJFDdh3sqIQaiKR51X_Xi0krFwjCoQ/s1755/ICO+HD+PS3.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1755&quot; data-original-width=&quot;1531&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLT1jOn8HGVznC9t-t5CwYPmKoDyc0HxN-q8As207y82YcHHhbCo6WtuUV2cf-hxity7JMtCbFLl3EngntsXThrRfS0bQcUMvkurmXMxh5ZF2b8EJFDdh3sqIQaiKR51X_Xi0krFwjCoQ/w349-h400/ICO+HD+PS3.png&quot; width=&quot;349&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------
&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Nome do jogo: ICO&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Plataforma: Playstation 3&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Desenvolvedora: Bluepoint Games&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Publicado por: Sony&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Gênero: Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Data de lançamento: 2011&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;div&gt;Ico estilizado como ICO, é um jogo eletrônico de quebra-cabeças de plataforma e de ação-aventura publicado pela Sony Computer Entertainment, lançado para o console PlayStation 2 em 2001 e 2002 em várias regiões. Ele foi criado e dirigido por Fumito Ueda, que queria criar um jogo minimalista com o conceito de &quot;garoto conhece garota&quot;. Originalmente planejado para ser lançado para o PlayStation, o desenvolvimento de Ico durou cerca de quatro anos. O time de desenvolvimento usou um &quot;design de subtração&quot; para reduzir os elementos de jogabilidade que interferiam com a ambientação e a história do jogo para criar um alto nível de imersão.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;O jogo foi relançado, juntamente com ICO, para o Playstation 3 em 27 de setembro de 2011 com o nome de A Coleção ICO e Shadow of the Colossus.&lt;/div&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://shadowofthecolossus.fandom.com/pt-br/wiki/Wiki_Shadow_of_the_Colossus&quot; target=&quot;_blank&quot;&gt;https://pt.wikipedia.org/wiki/Ico&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Textos: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
Gráficos: 100% &lt;br /&gt;
Acentos: 100%&lt;br /&gt;Vídeos: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Revisão: 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Tradução:&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Agradecimentos: &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;LeonamMiiller, rubinho146, HNNEWGAMES&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b style=&quot;color: black;&quot;&gt;HNNEWGAMES: &lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;rubinho146:&amp;nbsp;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;span style=&quot;color: #2b00fe;&quot;&gt;&lt;a href=&quot;https://hnnewgamesofficial.blogspot.com/p/rubinho146-lista-de-traducoes.html&quot; target=&quot;_blank&quot;&gt;Página no HNNEWGAMES&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;BIG BOSS#7105&quot; (Lucaz Andrade)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjMc51Sjb7ZIL6VWrYD66OQHGEJ38ZT75zx-Wm8SkeAGZGYxnl2CzGfwyRcMwnFLAswAXVqfxBB_IM0BtiEd3iM4zb0E4KpIC4Q8wdZbh33C4NByRxh5wTaEjSNC2Q2RZDEuAjWoaczL8/s1920/00.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjMc51Sjb7ZIL6VWrYD66OQHGEJ38ZT75zx-Wm8SkeAGZGYxnl2CzGfwyRcMwnFLAswAXVqfxBB_IM0BtiEd3iM4zb0E4KpIC4Q8wdZbh33C4NByRxh5wTaEjSNC2Q2RZDEuAjWoaczL8/w640-h360/00.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH9EjLeQhC3NqDj9cagbT6HEPrBDnRovaHcZCnQN9CQdkjJRKFowRgn-McXRdPSaPah1FoQkn_WKe3y2lBXLNYsqadexhdaTkOznde6NspYw15E3obXagkPISFDwUtuClci1ed5LnDfVY/s1920/01.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH9EjLeQhC3NqDj9cagbT6HEPrBDnRovaHcZCnQN9CQdkjJRKFowRgn-McXRdPSaPah1FoQkn_WKe3y2lBXLNYsqadexhdaTkOznde6NspYw15E3obXagkPISFDwUtuClci1ed5LnDfVY/w640-h360/01.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-N_bcSwxAvv_8FYsAeat5yLMdAKX_e_cuIeeO9j8HNC4pDpqZPomcfB-noiRJkuc5RDNWTPdHN18vA2QfNrtPcAKdjveeQqbLU5xDmDQgNjEP5KkjRkfOebpYhCVCxah13fArYq48-L0/s1920/02.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-N_bcSwxAvv_8FYsAeat5yLMdAKX_e_cuIeeO9j8HNC4pDpqZPomcfB-noiRJkuc5RDNWTPdHN18vA2QfNrtPcAKdjveeQqbLU5xDmDQgNjEP5KkjRkfOebpYhCVCxah13fArYq48-L0/w640-h360/02.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiKLK6vuEl7Np7aLtiJtSAmx3c4uQWmNGCpytrQSq1gG46abH3gZx14KaLtJ-e_zDpKowZ5D4Mp8W34Fx_Yx6DRTNWB6A-7wHuFDkCjMGIJBwq9T-5SP8KJVXPLzTZDRD2U5408hoUXUg/s1920/03.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiKLK6vuEl7Np7aLtiJtSAmx3c4uQWmNGCpytrQSq1gG46abH3gZx14KaLtJ-e_zDpKowZ5D4Mp8W34Fx_Yx6DRTNWB6A-7wHuFDkCjMGIJBwq9T-5SP8KJVXPLzTZDRD2U5408hoUXUg/w640-h360/03.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ6CZ6OkdNzJXbXln_yCZ8IBem2sRN65Tu753K5hTwHzbn6U3cZB0fyQ5HUbqPzbc3CCiLQIyeDNAL3mVnT-HTVjH5AY_VQMryvx-ONKO0nikAyRaaXDAYB19YL-bydZyfEMMa5mx7qAA/s1920/04.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZ6CZ6OkdNzJXbXln_yCZ8IBem2sRN65Tu753K5hTwHzbn6U3cZB0fyQ5HUbqPzbc3CCiLQIyeDNAL3mVnT-HTVjH5AY_VQMryvx-ONKO0nikAyRaaXDAYB19YL-bydZyfEMMa5mx7qAA/w640-h360/04.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_3_d2xqn6oM-F79pdOSwGLWiQLPjjQriRb55EhVibeXN9y7GeufT0zu9MHb9ac8UQK6u8R8iBroStlPbHpyEe8us4CxPP-vZg_-iWhyphenhyphenChAlcy9iUMSmq7wOhyphenhyphenrnhLMNKwh3K25KuHqTI/s1920/06.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1080&quot; data-original-width=&quot;1920&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_3_d2xqn6oM-F79pdOSwGLWiQLPjjQriRb55EhVibeXN9y7GeufT0zu9MHb9ac8UQK6u8R8iBroStlPbHpyEe8us4CxPP-vZg_-iWhyphenhyphenChAlcy9iUMSmq7wOhyphenhyphenrnhLMNKwh3K25KuHqTI/w640-h360/06.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/0DC8IbfmNLo?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 3.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;-----&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;color: red; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;&lt;b style=&quot;font-size: medium; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;Novidades!&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;text-align: center;&quot;&gt;ATUALIZAÇÃO ICO 3.0:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;font-size: medium; text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;A estilização ficou completamente idêntica 100%, tanto opacidade, quanto cores;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;font-size: medium; text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;-&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;b&gt;A tradução foi basicamente refeita e agora está mais magnífica que nunca;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: medium; font-weight: 400; text-align: center;&quot;&gt;&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b style=&quot;color: red; font-size: medium; text-align: center;&quot;&gt;-----&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA/EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://archive.org/download/ico-v-3.0_20220118/ICO_V3.0.zip&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA/EUR (BCUS98259 /&amp;nbsp;&lt;/i&gt;&lt;i&gt;BCES01097 /&amp;nbsp;&lt;/i&gt;&lt;i&gt;NPEA00279&amp;nbsp;/ NPUA80676)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5586245666927138690'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/5586245666927138690'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/08/ico-hd-v1-portugues-brasil-ps3.html.html' title='ICO HD V3.0 - Português Brasil - PS3'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLT1jOn8HGVznC9t-t5CwYPmKoDyc0HxN-q8As207y82YcHHhbCo6WtuUV2cf-hxity7JMtCbFLl3EngntsXThrRfS0bQcUMvkurmXMxh5ZF2b8EJFDdh3sqIQaiKR51X_Xi0krFwjCoQ/s72-w349-h400-c/ICO+HD+PS3.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-3374072383977193353.post-8250725046603290534</id><published>2021-07-03T15:05:00.023-03:00</published><updated>2023-07-08T19:33:12.252-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Geral"/><category scheme="http://www.blogger.com/atom/ns#" term="Jogos de PS3 em Português"/><category scheme="http://www.blogger.com/atom/ns#" term="PS3"/><title type='text'>Uncharted: Drake&#39;s Fortune V2.0 - Português Brasil - PS3 (Dublagem Brasileira)</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsBSpKEh13F9fTPjzWmNZmezm8doCOaxCXnj_xiJk-_7hX7shs8lyWFns8EtZ0TemSGZ6MO1X9ZZ0mpZWjKrt-EvEXabT46lljjTHd3oIiimXE4fpN4XFudsnVCyP0mt-BeMCETVb3kc/s1079/BCES00065.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1079&quot; data-original-width=&quot;947&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsBSpKEh13F9fTPjzWmNZmezm8doCOaxCXnj_xiJk-_7hX7shs8lyWFns8EtZ0TemSGZ6MO1X9ZZ0mpZWjKrt-EvEXabT46lljjTHd3oIiimXE4fpN4XFudsnVCyP0mt-BeMCETVb3kc/w351-h400/BCES00065.jpg&quot; width=&quot;351&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;Port e revisão da tradução oficial em Português Brasileiro lançada exclusivamente para o Playstation 4.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------
&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Informações&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
Nome do jogo: Uncharted: Drake&#39;s Fortune&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Plataforma: Playstation 3&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Desenvolvedora: Naughty Dog&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Publicado por: Sony&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Gênero: Ação e Aventura&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Data de lançamento: 2007&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Sobre o Game&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;&lt;div&gt;Uncharted: Drake&#39;s Fortune é um jogo eletrônico de ação-aventura desenvolvido pela Naughty Dog e publicado pela Sony Computer Entertainment. É o primeiro título da série Uncharted e foi lançado exclusivamente para PlayStation 3 em novembro de 2007 na América do Norte e no mês seguinte na Europa. Na história, os jogadores controlam Nathan Drake, um caçador de tesouros e suposto descendente do explorador sir Francis Drake que parte à procura do tesouro perdido de Eldorado, contando com a ajuda de seu mentor Victor Sullivan e da jornalista Elena Fisher. Drake&#39;s Fortune é jogado a partir de uma perspectiva em terceira pessoa e incorpora diversos elementos de plataforma na navegação pelos diferentes ambientes. Os jogadores usam armas de fogo e combate corpo a corpo a fim de combaterem inimigos, solucionarem quebra-cabeças e progredirem pela narrativa.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;O desenvolvimento de Drake&#39;s Fortune começou em 2005, pouco depois da finalização de Jak 3. O jogo representou uma mudança na abordagem da Naughty Dog, que procurou criar um título humanizado distinto de seus projetos anteriores. A equipe tomou vantagem das maiores capacidades técnicas do PlayStation 3 a fim de criar gráficos mais realistas e diferentes dos visuais estilizados que haviam feito anteriormente nas séries Crash Bandicoot e Jak and Daxter. Os desenvolvedores se influenciaram em várias obras como filmes, revistas, séries e outros jogos eletrônicos ao desenvolverem Drake&#39;s Fortune. Vários elementos e aspectos do jogo foram regularmente modificados no decorrer do desenvolvimento, incluindo narrativa, programação e projeto. O título também procurou aproveitar novos elementos presentes no controle Sixaxis, como detecção de movimento.&lt;/div&gt;&lt;/div&gt;
&amp;nbsp; &amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Fonte: Wikipédia&amp;nbsp;&lt;span style=&quot;color: blue;&quot;&gt;(&lt;a href=&quot;https://pt.wikipedia.org/wiki/Uncharted:_Drake%27s_Fortune&quot; target=&quot;_blank&quot;&gt;https://pt.wikipedia.org/wiki/Uncharted:_Drake%27s_Fortune&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;color: blue;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Status&lt;/b&gt;&lt;br /&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Textos: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Making OF: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
Gráficos: 100% &lt;br /&gt;
Acentos: 100%&lt;br /&gt;Vídeos: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Áudios: 100%&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Revisão: 100%&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Equipe&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;b&gt;Port:&amp;nbsp;&lt;/b&gt;&lt;span color=&quot;rgba(0, 0, 0, 0.87)&quot; face=&quot;Roboto, Noto, sans-serif&quot; style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;HNNEWGAMES, &lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;Revisão:&lt;/b&gt;&amp;nbsp;HNNEWGAMES,&amp;nbsp;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;BIG BOSS (&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Lucaz Andrade&lt;/span&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 15px; text-align: start; white-space: pre-wrap;&quot;&gt;&lt;b&gt;Port dos Áudios PT-BR: &lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Drymay (Heitor Alimo)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;Ferramentas:&lt;/b&gt; HNNEWGAMES, Caws,&amp;nbsp;gameside&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Sites&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b style=&quot;color: black;&quot;&gt;HNNEWGAMES: &lt;/b&gt;&lt;span style=&quot;color: #000dff;&quot;&gt;&lt;a href=&quot;http://hnnewgamesofficial.blogspot.com/&quot;&gt;http://hnnewgamesofficial.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;BIG BOSS#7105&quot; (Lucaz Andrade)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;Discord:&amp;nbsp;&lt;/b&gt;&quot;HeitorAlimo#9903&quot; (&lt;span style=&quot;font-size: 15px; white-space: pre-wrap;&quot;&gt;Drymay&lt;/span&gt;)&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b&gt;Imagens/Vídeo&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib8Bd8tiu-l2Xmp8v8mvzi1NdpnCVnvgTzuyIRCGJ9IaoiDPbjymcJzh-5mjzj0-49sxPgr85kHkRy84qlc3-WNUYV5N3KXJVstIR8YiiCoLGdG04PSMgcecwrD7YEo_cmJQilfUdAxUg/s1364/obs64+2021-07-03+13-07-53-25.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEib8Bd8tiu-l2Xmp8v8mvzi1NdpnCVnvgTzuyIRCGJ9IaoiDPbjymcJzh-5mjzj0-49sxPgr85kHkRy84qlc3-WNUYV5N3KXJVstIR8YiiCoLGdG04PSMgcecwrD7YEo_cmJQilfUdAxUg/w640-h360/obs64+2021-07-03+13-07-53-25.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjSypPEfh6Ky-J8eG-2kBrERsdcH75BHlBNevwpNodp20cNo4FzgMtFBXXJIgjZwlo4PTRaFceNIC_inW1Gb37IHC8NFkOWbbj1UNEVZMheyGvTdE6JRP6AQ7XQvIp2yKd_xCb_ebd-A4/s1364/obs64+2021-07-03+13-07-55-95.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjSypPEfh6Ky-J8eG-2kBrERsdcH75BHlBNevwpNodp20cNo4FzgMtFBXXJIgjZwlo4PTRaFceNIC_inW1Gb37IHC8NFkOWbbj1UNEVZMheyGvTdE6JRP6AQ7XQvIp2yKd_xCb_ebd-A4/w640-h360/obs64+2021-07-03+13-07-55-95.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikqbsCK3tUyv_1c3MUMznvbGtbefk4IjsVaPZBDz0txZUQr0eEWEj6ZY03cCqRdcO6m0heCGL1BGeFyxrK7BO5eil02PkUK6WwOeXQp3uGbEyS9xKM-HUKqiTMot4J9RM8yBZIlcZl6U8/s1364/obs64+2021-07-03+13-12-44-85.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikqbsCK3tUyv_1c3MUMznvbGtbefk4IjsVaPZBDz0txZUQr0eEWEj6ZY03cCqRdcO6m0heCGL1BGeFyxrK7BO5eil02PkUK6WwOeXQp3uGbEyS9xKM-HUKqiTMot4J9RM8yBZIlcZl6U8/w640-h360/obs64+2021-07-03+13-12-44-85.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-x1u0Gjlpl3FZcMhQBZPv8lRWGZl_iyjH3dxYsfRWrZy2U-wIuTaSsW1LMfzNv5ml_BdkhrQ5s4ygxRof9BOKH6QkOVzgwYhKouCIy6UD81K9fL7xmWIH0mPcGtw3dx-oacS5Dg-rkxY/s1364/obs64+2021-07-03+13-12-52-15.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-x1u0Gjlpl3FZcMhQBZPv8lRWGZl_iyjH3dxYsfRWrZy2U-wIuTaSsW1LMfzNv5ml_BdkhrQ5s4ygxRof9BOKH6QkOVzgwYhKouCIy6UD81K9fL7xmWIH0mPcGtw3dx-oacS5Dg-rkxY/w640-h360/obs64+2021-07-03+13-12-52-15.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmT94x3NK7uH6QXSO_J8OXx_WvytrO9SwdYMP6rX2bYAIiV1m3wFa2o8N_DQJEVaSEWOuCkIYeYCJL1SUSRu0No_G2dI-8SI0_mTXhdMfXDDACTvsiU11js7wV3Wg4preQ5gKUAbmZlIU/s1364/obs64+2021-07-03+13-16-14-57.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;768&quot; data-original-width=&quot;1364&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmT94x3NK7uH6QXSO_J8OXx_WvytrO9SwdYMP6rX2bYAIiV1m3wFa2o8N_DQJEVaSEWOuCkIYeYCJL1SUSRu0No_G2dI-8SI0_mTXhdMfXDDACTvsiU11js7wV3Wg4preQ5gKUAbmZlIU/w640-h360/obs64+2021-07-03+13-16-14-57.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTm83Aa9OJrCV-De3tz-eKeAkzUYoTT3mo0gF6z7M78Ce-618LKq4GXGwXd9w1StcY7pHtSaxyPInlsN4wK-FPORsGYAD_xRoEEZ1U8SJgorDJmKWSLPe1oKSGuAoHLiBZ2q0dowGX60Y/s1200/U1.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;676&quot; data-original-width=&quot;1200&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTm83Aa9OJrCV-De3tz-eKeAkzUYoTT3mo0gF6z7M78Ce-618LKq4GXGwXd9w1StcY7pHtSaxyPInlsN4wK-FPORsGYAD_xRoEEZ1U8SJgorDJmKWSLPe1oKSGuAoHLiBZ2q0dowGX60Y/w640-h360/U1.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;iframe __idm_id__=&quot;104389633&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/646b8US8pyM?autoplay=0&quot; width=&quot;560&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;b style=&quot;background-color: white; font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;Link para Download&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span face=&quot;robotodraft, roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif&quot; style=&quot;background-color: white; font-size: 14px; font-weight: 700; text-align: right;&quot;&gt;Versão 2.0&lt;/span&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;b&gt;
--------------------------------------------------------------------------------------------------------&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;b&gt;Patch USA/EUR&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&amp;nbsp;&lt;a href=&quot;https://anotepad.com/notes/dk399x48&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUkj2u74tFt-w3Ql2c9VsYb0CelU6ExX8LuJPgH7kBRnQ-1VKONZs75CO_h809jiwGFm8jUC_XL_E-8MOscWcWisO0p5Cf2iH1X0yV-_G-hdyITRh0hQ4CDnkCvUgTenYe0UOthTdhSKw/s1600/DOWNLOAD.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i&gt;Link Direto (não contém anúncio)&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;i style=&quot;background-color: black; color: #fcff01; font-size: 14px; text-align: right;&quot;&gt;SENHA: HNNEWGAMES&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;i&gt;O patch pode ser aplicado nas sequintes versões USA/EUR (BCUS98103&amp;nbsp;/&amp;nbsp;&lt;/i&gt;&lt;i&gt;BCES00065 /&amp;nbsp;&lt;/i&gt;&lt;span style=&quot;text-align: center;&quot;&gt;&lt;i&gt;NPEA00363&lt;/i&gt;&lt;/span&gt;&lt;i&gt;)&lt;/i&gt;&lt;i&gt;,&lt;/i&gt;&lt;i&gt;&amp;nbsp;junto à tradução vem um arquivo de texto explicando como aplicar. &lt;/i&gt;&lt;i&gt;&lt;i&gt;Recomendo o site (&lt;a href=&quot;http://fullparadise.0hi.me/2020/09/15/dantes-inferno-iso-eur/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;fullparadise.0hi.me&lt;/span&gt;&lt;/a&gt;) para baixar a ISO.&lt;/i&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;font-family: arial, tahoma, helvetica, freesans, sans-serif; font-size: 15.4px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
--------------------------------------------------------------------------------------------------------&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Tutorial de como passar pelo encurtador&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s1600/ShrtFly.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;165&quot; data-original-width=&quot;700&quot; height=&quot;113&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzxVlo7VSsDWU-2-yG7b_NbZxLovg7Pw9AgPiBPAhFGHodNCHGwUfzJNwihmoCg7KE1MPhJ2uIB_acVaL7cTBN2xFaGuPbp6gTF81X4oP3Y4CsaSBvOBWyWHyf3EcLSCFgH8KWI_IOFEE/s580/ShrtFly.png&quot; width=&quot;580&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;(Clique na imagem para expandir)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/8250725046603290534'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3374072383977193353/posts/default/8250725046603290534'/><link rel='alternate' type='text/html' href='https://hnnewgamesofficial.blogspot.com/2021/04/uncharted-drakes-fortune-v0-portugues.html' title='Uncharted: Drake&#39;s Fortune V2.0 - Português Brasil - PS3 (Dublagem Brasileira)'/><author><name>HNNEWGAMES</name><uri>http://www.blogger.com/profile/05845875716809615618</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit7wBby3YnX8m-DGsgFYmqHdRKhFjcnVevSK4A0ecnVSgfGg1FGdZSi4WZKKZLq4G1ottObhIrwJFoaJOKhCsfRarH0WDNQ7vU352EtTuepjxUNbqr0zJ2u4jUankIIcI/s113/LOGO.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsBSpKEh13F9fTPjzWmNZmezm8doCOaxCXnj_xiJk-_7hX7shs8lyWFns8EtZ0TemSGZ6MO1X9ZZ0mpZWjKrt-EvEXabT46lljjTHd3oIiimXE4fpN4XFudsnVCyP0mt-BeMCETVb3kc/s72-w351-h400-c/BCES00065.jpg" height="72" width="72"/></entry></feed>