Blockland Forums > Suggestions & Requests
Windows 95 startup and shutdown WAV
QuadStorm:
--- Quote from: Subpixel on November 04, 2013, 08:07:51 PM ---What the forget happened here?
--- End quote ---
Looks like some encoding thing got messed up somehow.
I opened the server.cs in NotePad++ and tried out ANSI compared to UTF-8
ANSI:
--- Code: ---datablock AudioProfile(Win95start)
{
filename = “./win95start.wavâ€;
};
datablock AudioProfile(Win95end)
{
filename = “./Win95end.wav";
};
--- End code ---
UTF-8:
--- Code: ---datablock AudioProfile(Win95start)
{
filename = “./win95start.wav”;
};
datablock AudioProfile(Win95end)
{
filename = “./Win95end.wav";
};
--- End code ---
Nasoa:
he's using weird quotes
Mr Queeba:
I don't know how to code.
Syntax error? Wow. That server.cs file needs to be fixed.
I basically borrowed the server.cs file from another sound add-on and edited it, which was actually a bad idea.
Mr Queeba:
Bumped. Someone needs to fix the server.cs.
Titanium Man:
paste the program into notepad, and save as server.cs
whats so hard