Donald Duck: Quack Attack CSB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→Games) |
imported>Ikskoks No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 75: | 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