88 lines
3.9 KiB
HTML
88 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<head>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</head>
|
|
<body>
|
|
<script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
|
|
<div id="header">
|
|
<div class="header2">
|
|
<div class="menu">
|
|
<a href="../../en/news/index.html">News</a>
|
|
<a href="../../en/game/index.html">Games</a>
|
|
<a href="../../en/tool/index.html">Tools</a>
|
|
<a href="../../en/page/about.html">About</a>
|
|
</div>
|
|
<div id="lang">
|
|
<a href="../../en/news/ht-sound.html">EN</a>
|
|
<a href="../../ru/news/ht-sound.html">RU</a>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
<h3 class="left_item_title">In the news...</h3>
|
|
<center>
|
|
<div class="news_item">
|
|
<h2 class="news_item_title">
|
|
<a href="ht-sound.html">Sound support and the search for a new direction</a>
|
|
</h2>
|
|
<p class="news_item_date">
|
|
2024-10-11 00:00
|
|
</p>
|
|
<div class="news_item_contents">
|
|
<h1 id="soundsupport">Sound support</h1>
|
|
<video controls width="700">
|
|
<source src="../../images/2024_sound.mp4" type="video/mp4"/>
|
|
</video>
|
|
<p>In September I implemented sound support. However, this was the last
|
|
work for "Tail and Shadow" project, because the project's story writer -
|
|
Eugene - left.</p>
|
|
<h1 id="thesearchforanewdirection">The search for a new direction</h1>
|
|
<p>In September I also noticed the loss of interest in the project by the
|
|
audience. I linked this to the fact that the project's functional and
|
|
graphical results did not match that of the audience.</p>
|
|
<p>That's why I decided to try a couple of technical ideas to revive the
|
|
project:</p>
|
|
<h2 id="1voxels">1. Voxels</h2>
|
|
<p>I checked if I can create content in <a href="https://goxel.xyz">Goxel</a> voxel editor
|
|
instead of paper and pen. This is what I got:</p>
|
|
<video controls width="700">
|
|
<source src="../../images/2024_goxel.mp4" type="video/mp4"/>
|
|
</video>
|
|
<h2 id="2rpgmaker">2. RPG Maker</h2>
|
|
<p>I've also completed several <a href="https://www.rpgmakerweb.com">RPG Maker</a> tutorials to see if I can
|
|
create a game using existing instrument. This is what I got:</p>
|
|
<video controls width="700">
|
|
<source src="../../images/2024_rpg-maker.mp4" type="video/mp4"/>
|
|
</video>
|
|
<p>This looks a lot like a game, however I have no interest in doing that alone.
|
|
I'm fond of technically challenging issues like creating a game engine,
|
|
not using existing instruments to create a game.</p>
|
|
<h1 id="october">October</h1>
|
|
<p>I return to PSKOV static site generator to make it more convenient,
|
|
accessible, and durable.</p>
|
|
</div>
|
|
</div>
|
|
<div id="disqus_thread"></div>
|
|
<script>
|
|
var disqus_config = function () {
|
|
this.page.url = "https://opengamestudio.org/en/news/ht-sound.html";
|
|
this.page.identifier = "ht-sound.html";
|
|
};
|
|
(function() { // DON'T EDIT BELOW THIS LINE
|
|
var d = document, s = d.createElement('script');
|
|
s.src = 'https://opengamestudio.disqus.com/embed.js';
|
|
s.setAttribute('data-timestamp', +new Date());
|
|
(d.head || d.body).appendChild(s);
|
|
})();
|
|
</script>
|
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
<div id="footer">
|
|
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
|
|
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
|
|
</div>
|
|
</center>
|
|
</body>
|
|
</html>
|