From
Vyacheslav Kalinin
→
To
All
25 February 2006
Hello, Jukov
Juk> Let's say there are three melodies for the KSA editor that you need
Juk> insert into the game. How to connect them together and play them by
Juk>separately, so that only the first melody has a player, and
Juk> were the rest compiled without a player (needed to save memory)?
Some compilers write how much the player takes.
Compile one theme with a player, the rest without.
See how long the player takes and download to Play+Lenght Player
other topics.
In fact, it’s easier to convert Mouzon to PT3 format.
From
Konstantin Zhukov
→
To
All
25 February 2006
Hello, All
Let's say there are three melodies for the KSA editor that need to be inserted into
game. How to connect them together and play them separately so that you can
Only the first melody had a player, and the rest were compiled without
player (needed to save memory)?
From
Konstantin Zhukov
→
To
All
25 February 2006
Hello, All
Let's say there are three melodies for the KSA editor that need to be inserted into
game. How to connect them together and play them separately so that you can
Only the first melody had a player, and the rest were compiled without
player (needed to save memory)?
From
Aprisobal
→
To
All
26 February 2006
Hello new art
new> In fact, it’s easier to convert Mouzons to PT3 format.
What if the STPro player eats fewer clock cycles (I assume)? Then it's better not
convert to PT3 format.
From
Alexander Shushkov
→
To
All
26 February 2006
Hello new art
new> Some compilers write how much the player takes.
new> Compile one theme with a player, the rest without.
new> Look how long the player takes and download to Play+Lenght Player
new> other topics.
new> In fact, it’s easier to convert Mouzons to PT3 format.
Moreover, now there is a very compact pt2/pt3 player from Sergei Bulba (well
and plus comrades).
From
Vyacheslav Kalinin
→
To
All
26 February 2006
Hello, Aprisobal
Apr> What if the STPro player eats fewer clock cycles (I assume)? Then it's better not to
Apr> convert to PT3 format.
I doubt that this is important for Jakov.
After all, STP was clearly chosen on a whim.
From
Bulba
→
To
All
26 February 2006
Hello new art
new> In fact, it’s easier to convert Mouzons to PT3 format.
Not only is it not easier, but it is also worse (what is written is what you have to play).
The STP player standard is no different from other trackers:
Initialization:
LD HL,Address_Of_Module
CALL PLAYER+3
Playing one tick:
CALL PLAYER+6
That's all. STP modules can be loaded to any convenient place, they are not needed
recompile (in general, from this bad habit of recompiling already
compiled needs to be unaccustomed - each compiler has different versions
bugs and nuances).
If STP are taken from the Tr_Songs archive, then it is better to take it from version Tr_Songs 3.9
- before this, about two dozen modules had the wrong InitID field value,
Ay_Emul doesn’t care, but the Spectrum one is at the initialization stage
will not work correctly.