Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

88 lignes
3.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/ht-sound.html">EN</a>
  19. <a href="../../ru/news/ht-sound.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">In the news...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="ht-sound.html">Sound support and the search for a new direction</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2024-10-11 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <h1 id="soundsupport">Sound support</h1>
  35. <video controls width="700">
  36. <source src="../../images/2024_sound.mp4" type="video/mp4"/>
  37. </video>
  38. <p>In September I implemented sound support. However, this was the last
  39. work for "Tail and Shadow" project, because the project's story writer -
  40. Eugene - left.</p>
  41. <h1 id="thesearchforanewdirection">The search for a new direction</h1>
  42. <p>In September I also noticed the loss of interest in the project by the
  43. audience. I linked this to the fact that the project's functional and
  44. graphical results did not match that of the audience.</p>
  45. <p>That's why I decided to try a couple of technical ideas to revive the
  46. project:</p>
  47. <h2 id="1voxels">1. Voxels</h2>
  48. <p>I checked if I can create content in <a href="https://goxel.xyz">Goxel</a> voxel editor
  49. instead of paper and pen. This is what I got:</p>
  50. <video controls width="700">
  51. <source src="../../images/2024_goxel.mp4" type="video/mp4"/>
  52. </video>
  53. <h2 id="2rpgmaker">2. RPG Maker</h2>
  54. <p>I've also completed several <a href="https://www.rpgmakerweb.com">RPG Maker</a> tutorials to see if I can
  55. create a game using existing instrument. This is what I got:</p>
  56. <video controls width="700">
  57. <source src="../../images/2024_rpg-maker.mp4" type="video/mp4"/>
  58. </video>
  59. <p>This looks a lot like a game, however I have no interest in doing that alone.
  60. I'm fond of technically challenging issues like creating a game engine,
  61. not using existing instruments to create a game.</p>
  62. <h1 id="october">October</h1>
  63. <p>I return to PSKOV static site generator to make it more convenient,
  64. accessible, and durable.</p>
  65. </div>
  66. </div>
  67. <div id="disqus_thread"></div>
  68. <script>
  69. var disqus_config = function () {
  70. this.page.url = "https://opengamestudio.org/en/news/ht-sound.html";
  71. this.page.identifier = "ht-sound.html";
  72. };
  73. (function() { // DON'T EDIT BELOW THIS LINE
  74. var d = document, s = d.createElement('script');
  75. s.src = 'https://opengamestudio.disqus.com/embed.js';
  76. s.setAttribute('data-timestamp', +new Date());
  77. (d.head || d.body).appendChild(s);
  78. })();
  79. </script>
  80. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  81. <div id="footer">
  82. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  83. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  84. </div>
  85. </center>
  86. </body>
  87. </html>