Donald Duck: Quack Attack CSB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== CSB == * ''' Format Type ''': Script <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specifications === <div...") |
imported>Ikskoks No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 65: | Line 65: | ||
List of games using this file format:<br> | List of games using this file format:<br> | ||
* Donald Duck: Quack Attack / Donald Duck: Goin' Quackers | * Donald Duck: Quack Attack / Donald Duck: Goin' Quackers | ||
* [https://tcrf.net/Proto:Rayman_2:_The_Great_Escape/Early_Demo_Version Rayman 2 Demo] | |||
| Line 74: | Line 75: | ||
[[Category:Extension_csb | Extension: csb]] | [[Category:Extension_csb | Extension: csb]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 12:09, 4 January 2021
CSB
- Format Type : Script
- Endian Order : Little Endian
Format Specifications
// CSB file format
char(x) - comment1 // ; SND XXX
char(x) - comment2 // ; Sound Script Saver ( CPA Compatible)
char(x) - comment3 // ; (c) Ubi Sound Studio 1998
//header structure
{CsbHeader:
SetNextFreeResourceId[%lu](10)
SetNextFreeEventId[%lu](10)
VersionNumber(1142)
ScriptVersion(2)
SNDLibraryVersion(Moteur sonore ACP - Version M5.8.5)
SetEventGroupType(EVTGRP_GENERAL)
}
//sound events
num_of_events *
{
//sound event structure
{SndEventE:0(BOSSCITY.csb^SndEventM:0)
SetName(Play_boyhey)
SetParam1(BOSSCITY.csb^SndResourceE:0)
}
}
//sound resources
num_of_sound_resources *
{
//sound resource structure
{SndResourceE:1(BOSSCITY.csb^SndResourceM:1)
SetName(boymef)
SetComment()
{ResPlugInData:U64
TestString()
}
}
}
MultiEx BMS
Not written yet.
Notes and Comments
- CSB files contains sound events and sound resources data.
Supported Programs
- Notepad
- Notepad++
Games
List of games using this file format:
- Donald Duck: Quack Attack / Donald Duck: Goin' Quackers
- Rayman 2 Demo