Zerosquare, on Mon Sep 21, 2009 11:39 AM, said:
Future Assassin is right, there are some tunes which are not present in the game.
However, those who have the Tempset 2000 soundtrack CD which came with the JagCD know them already, as they are included on this CD.
Using the track names from the soundtrack CD, and AFAIK :
Tunes used in the game
Glide Control (Tune1.mod)
2000 Dub (Tune3.mod)
Mind's Eye (Tune4.mod)
Constructive Demolition (Tune5.mod)
Digital Terror (Tune7.mod)
Ultra Yak (Tune12.mod)
Title screen music (Tune13.mod) [This one isn't present on the soundtrack CD]
Unused tunes
Thermal Resolution (Tune2.mod)
Tracking Depth (Tune6.mod)
Future Tense (Tune8.mod)
Ease Yourself (Tune9.mod)
T2K (Tune10.mod)
Hyper Prism (Tune11.mod)
this makes sense as these tunes are present in the root directory of T2K sources, while others are only in T2KMusic directory.
Files without extension (01 -> 30) seems to be samples if I understand correctly
After a quick eye on main source :
Waves forms are defined in yak.s : search for tags web1 to web37
and succession of levels is defined in tag romstart :
dc.l web5,web11,web1,web2,web9,web3,web12,web7,web13,web4,web14,web10,web15,web6,web16,web8
dc.l web5,web11,web1,web2,web9,web3,web18,web19,web20,web4,web14,web10,web17,web6,web16,web22
dc.l web24,web23,web27,web25,web21,web28,web29,web30,web32,web33,web34,web35,web36,web37,web26,web31
for example, web5 is circle web (as defined in comment)
I guess that if one is able to recompile T2K, he may be able to change web designs if he figures how they are defined though (basically, it seems to be list of x,y coordinates, just try to draw them on paper) ... or at least web succession definition...
Edited by Fadest, Tue Sep 22, 2009 3:11 PM.