
Features
Large terrains
The engine supports terrains of 1000x1000 tiles (thats 32000x32000 pixels!). If this isn't big enough for you, you can link two (or more) maps together to create the impression of a larger one.
"Advanced" Sound Engine
Uses the Crappy Sound System (CSS) developed specifically for PaulRPG. This sound engine is designed in RapidQ for RapidQ. RapidQ has minimal sound support built in (PlayWav - plays a single wave file, one file at a time only - thats it's entire sound support), but is able to access DLLs, so I developed a set of functions in RapidQ to interface with the Windows API to get better sound support.
"CSS" features are:
- Approx. 200 loaded sounds supported
- Can play multiple sounds simultaniously (how many depends on windows)
- Looped background music
- MP3 encoded RIFF wave file support
- MPEG1-Layer 3 Files (MP3) full support
- Automatic allocation and loading of sounds
Simple scripting
PaulRPG uses a very simple script language. Currently, scriptable events are:
- Goto map
- Draw map (used with gotomap and moveplayer)
- Shelling external programs (for cutscenes etc.)
- Playing AVI video internally
- Background music
Expect this list to grow.