[NM] Multimedia Files

Librarian: HexCode
Post Reply
User avatar
HexCode
First Lieutenant
First Lieutenant
Posts: 926
Joined: 2019-09-30 18:54, Monday

[NM] Multimedia Files

Post by HexCode » 2021-04-04 03:24, Sunday

CONTENT LINKS
==============

Introduction
viewtopic.php?f=100&t=546#p8991

*.WAV Files
viewtopic.php?f=100&t=546#p9121

*.MP3 Files
viewtopic.php?f=100&t=546#p9122


===================================================================

The topic's contents may be modified or progressively added upon as time goes by.

===================================================================

INTRODUCTION
==============

This topic should be of interest to Novice Modders (NMs).

Kindly review:

Introduction
viewtopic.php?f=100&t=535#p8923

PGF sports TWO (2) types of "ear candy", Event Sounds and Music Tracks. All related multimedia files reside in folder ...\SOUND.
Last edited by HexCode on 2021-04-07 16:31, Wednesday, edited 2 times in total.

User avatar
HexCode
First Lieutenant
First Lieutenant
Posts: 926
Joined: 2019-09-30 18:54, Monday

*.WAV FILES

Post by HexCode » 2021-04-06 18:24, Tuesday

*.WAV FILES
===========

Event Sounds

Here is the listing of files generating Event Sounds:

Unit Movement

Code: Select all

AIR.WAV
JET.WAV
LEG.WAV
NAVAL.WAV
TRACKED.WAV
WHEELED.WAV
Unit Combat

Code: Select all

EXPLODE.WAV

User avatar
HexCode
First Lieutenant
First Lieutenant
Posts: 926
Joined: 2019-09-30 18:54, Monday

*.MP3 FILES

Post by HexCode » 2021-04-06 18:27, Tuesday

*.MP3 FILES
===========

Music Tracks

Here is the listing of files generating Music Tracks:

Code: Select all

TRACK0.MP3
TRACK2.MP3
The first Music Track is tied to the game title's introductory screen(s). The second one provides an in-game musical score (loop).

Post Reply