Herramientas de usuario

Herramientas del sitio


en:software:nuevos_desarrollos:hero_quest

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
en:software:nuevos_desarrollos:hero_quest [2026/07/22 18:30] – creado jesusen:software:nuevos_desarrollos:hero_quest [2026/07/22 18:44] (actual) jesus
Línea 213: Línea 213:
       </div>       </div>
       <div class="dato-linea"><span class="dato-etiqueta">Developer:</span><span class="dato-valor"><a href="doku.php?id=en:companias:gremlin_graphics" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Gremlin Graphics</a></span></div>       <div class="dato-linea"><span class="dato-etiqueta">Developer:</span><span class="dato-valor"><a href="doku.php?id=en:companias:gremlin_graphics" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Gremlin Graphics</a></span></div>
-      <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor"><a href="doku.php?id=companias:gremlin_graphics" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Gremlin Graphics</a></span></div>+      <div class="dato-linea"><span class="dato-etiqueta">Publisher:</span><span class="dato-valor"><a href="doku.php?id=en:companias:gremlin_graphics" style="color: #00ff00 !important; font-weight: bold; text-decoration: underline !important;">Gremlin Graphics</a></span></div>
       <div class="dato-linea"><span class="dato-etiqueta">Production Team:</span><span class="dato-valor">Original Programming: The Rowlands Brothers (Nick & Chris Rowlands)<br>Original Music: Barry Leitch</span></div>       <div class="dato-linea"><span class="dato-etiqueta">Production Team:</span><span class="dato-valor">Original Programming: The Rowlands Brothers (Nick & Chris Rowlands)<br>Original Music: Barry Leitch</span></div>
       <div class="dato-linea"><span class="dato-etiqueta">Ported by:</span><span class="dato-valor">HabiSoft (<a href="https://habisoft.com" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://habisoft.com</a>)</span></div>       <div class="dato-linea"><span class="dato-etiqueta">Ported by:</span><span class="dato-valor">HabiSoft (<a href="https://habisoft.com" target="_blank" style="color: #00ff00 !important; text-decoration: underline !important;">https://habisoft.com</a>)</span></div>
Línea 250: Línea 250:
     By optimizing the rendering algorithms, HabiSoft achieved a very unusual feat in the retro scene: the Amstrad PCW version of HeroQuest runs significantly faster, smoother, and more efficiently than on the original Amstrad CPC. The entire interface for inventory, compass, and searching for treasures, traps, or secret doors has been redesigned to look crisp on classic green phosphor monitors. The port also includes full sound support adapted for the Dk'Tronics musical interface and immediate compatibility with its joystick. A milestone in software engineering that does justice to one of the best board games in history.     By optimizing the rendering algorithms, HabiSoft achieved a very unusual feat in the retro scene: the Amstrad PCW version of HeroQuest runs significantly faster, smoother, and more efficiently than on the original Amstrad CPC. The entire interface for inventory, compass, and searching for treasures, traps, or secret doors has been redesigned to look crisp on classic green phosphor monitors. The port also includes full sound support adapted for the Dk'Tronics musical interface and immediate compatibility with its joystick. A milestone in software engineering that does justice to one of the best board games in history.
   </div>   </div>
 +
  
   <!-- SECCIÓN CARÁTULA -->   <!-- SECCIÓN CARÁTULA -->
Línea 257: Línea 258:
   </div>   </div>
  
-  <!-- SECCIÓN DISCOS -->+  <!-- SECCIÓN DISCOS CON TAMAÑO HOMOGÉNEO FIJO CORREGIDO -->
   <div class="retro-subtitle">Disks</div>   <div class="retro-subtitle">Disks</div>
-  <div class="pcw-bloque-imagenes"> +  <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; gap: 15px; flex-wrap: wrap;"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_1.jpg" style="width:180px;" onclick="verImagen(this.src)"> +    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_1.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_2.jpg" style="width:180px;" onclick="verImagen(this.src)"> +    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_2.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)"> 
-    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_3.jpg" style="width:180px;" onclick="verImagen(this.src)">+    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:discos:Heroquest_disk_3.jpg" style="width:180px; height:auto; object-fit:contain;" onclick="verImagen(this.src)">
   </div>   </div>
  
Línea 286: Línea 287:
   <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; margin-bottom: 25px;">   <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; margin-bottom: 25px;">
     <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Heroquest_poster.jpg" style="width:280px; cursor:zoom-in;" onclick="verImagen(this.src)" title="Official Promotional Poster - HeroQuest">     <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:Heroquest_poster.jpg" style="width:280px; cursor:zoom-in;" onclick="verImagen(this.src)" title="Official Promotional Poster - HeroQuest">
 +  </div>
 +
 +  <!-- SECCIÓN MAPA -->
 +  <div class="retro-subtitle">Map</div>
 +  <div class="pcw-texto-plano" style="text-align: justify; margin-bottom: 15px;">
 +    The complete tactical layout of the game board is included, essential for planning exploration paths and anticipating the strategic positioning of the dungeon rooms.
 +  </div>
 +
 +  <div class="pcw-bloque-imagenes" style="display: flex; justify-content: center; margin-bottom: 25px;">
 +    <img src="/lib/exe/fetch.php?media=software:nuevos_desarrollos:extras:HeroQuest_mapa.jpg" style="width:440px; cursor:zoom-in;" onclick="verImagen(this.src)" title="Game Board Layout - HeroQuest">
   </div>   </div>
  
Línea 299: Línea 310:
   <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Strategies, Board Rules, and Dungeon Mechanics</div>   <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 25px; border-bottom: 1px dotted #00ff00;">Strategies, Board Rules, and Dungeon Mechanics</div>
   <div class="pcw-texto-plano" style="text-align: justify;">   <div class="pcw-texto-plano" style="text-align: justify;">
-    <strong>• Optimal Hero Party Management:</strong> Each of the four characters has a mathematical and critical role in the expedition. The Barbarian excels in raw offensive strength (ideal for clearing corridors guarded by Orcs), the Dwarf possesses the innate ability to disarm traps without tools, the Elf balances physical agility with minor spells, and the Wizard commands the most destructive arsenal of elemental spells in exchange for alarming fragility in close-quarters combat.<br><br>+    <strong>• Party Management:</strong> Each of the four characters has a mathematical and critical role in the expedition. The Barbarian excels in raw offensive strength (ideal for clearing corridors guarded by Orcs), the Dwarf possesses the innate ability to disarm traps without tools, the Elf balances physical agility with minor spells, and the Wizard commands the most destructive arsenal of elemental spells in exchange for alarming fragility in close-quarters combat.<br><br>
     <strong>• Systematic Search for Traps and Secrets:</strong> Advancing blindly through rooms is a direct ticket to defeat. Before moving your characters into an unexplored area, it is mandatory to execute the "Search for Traps" and "Search for Secret Doors" actions from the isometric menu. The game engine will read adjacent squares and reveal hidden hazards before irreversible body point damage is sustained.<br><br>     <strong>• Systematic Search for Traps and Secrets:</strong> Advancing blindly through rooms is a direct ticket to defeat. Before moving your characters into an unexplored area, it is mandatory to execute the "Search for Traps" and "Search for Secret Doors" actions from the isometric menu. The game engine will read adjacent squares and reveal hidden hazards before irreversible body point damage is sustained.<br><br>
     <strong>• Combat Dice and Shields Mechanics:</strong> Encounters against Morcar's hordes are governed by a randomized system that emulates the official board game dice. When attacking, you need to roll skull symbols to inflict damage. The defender (whether hero or monster) will automatically roll their shield dice: white shields save adventurers, while black shields defend creatures of Chaos.<br><br>     <strong>• Combat Dice and Shields Mechanics:</strong> Encounters against Morcar's hordes are governed by a randomized system that emulates the official board game dice. When attacking, you need to roll skull symbols to inflict damage. The defender (whether hero or monster) will automatically roll their shield dice: white shields save adventurers, while black shields defend creatures of Chaos.<br><br>
Línea 305: Línea 316:
   </div>   </div>
  
-  <!-- SECCIÓN DESCARGA -->+  <!-- SECCIÓN DESCARGA TOTALMENTE CENTRADA -->
   <div class="retro-subtitle">Available Downloads</div>   <div class="retro-subtitle">Available Downloads</div>
      
-  <div class="retro-subtitle" style="font-size1.1emmargin-top: 25px; border-bottom1px dotted #00ff00;">Game File</div+  <div style="display: flex; flex-directioncolumnalign-items: center; justify-content: center; gap: 20px; margin: 25px 0position: relative; z-index: 3; width100%;"> 
-  <div class="pcw-bloque-imagenes" style="gap: 20px !important;"+    <!-- Enlace Juego Centrado --> 
-    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest.zip" style="text-decoration: none !important;">+    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest.zip" style="text-decoration: none !important; width: 100%; max-width: 400px;">
       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">
         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">⬇ HeroQuest</span>         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">⬇ HeroQuest</span>
Línea 316: Línea 327:
       </div>       </div>
     </a>     </a>
-  </div> 
  
-  <div class="retro-subtitle" style="font-size: 1.1em; margin-top: 30px; border-bottom: 1px dotted #00ff00;">Manuals</div> +    <!-- Enlace Manual Centrado --> 
-  <div class="pcw-bloque-imagenes" style="gap: 20px !important; margin-bottom: 35px;"+    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest_manual.pdf" style="text-decoration: none !important; width: 100%; max-width: 400px;">
-    <a href="/lib/exe/fetch.php?media=software:nuevos_desarrollos:descargas:Heroquest_manual.pdf" style="text-decoration: none !important;">+
       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">       <div style="border: 2px solid #005500; background: rgba(0,20,0,0.6); padding: 12px 20px; border-radius: 6px; text-align: center; transition: 0.2s; cursor: pointer;" onmouseover="this.style.borderColor='#00ff00'; this.style.boxShadow='0 0 10px #00ff00';" onmouseout="this.style.borderColor='#005500'; this.style.boxShadow='none';">
         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">📄 Rulebook</span>         <span style="color: #00ff00; font-weight: bold; font-size: 1.1em; display: block; margin-bottom: 4px;">📄 Rulebook</span>
Línea 337: Línea 346:
 </div> </div>
 </html> </html>
 +
  
  
en/software/nuevos_desarrollos/hero_quest.1784745017.txt.gz · Última modificación: por jesus