Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - minecraft85lol

Pages: [1] 2
1
Help / Re: Spawn point won't work when makes minigame.
« on: January 28, 2017, 01:00:05 PM »
Do the zombies not work or the player spawns not work? Maybe try the Survivor Playertype as that is required for L4B.

Actaully problem in spawn point brick. When im making minigame with left 4 block enabled its not working.

2
Help / Re: Spawn point won't work when makes minigame.
« on: January 28, 2017, 10:25:44 AM »
Do you have any mini game extensions or other spawn point mods? Think remember the personal spawnpoint mod is broken.

Yes i have: Event_MinigameSpawn but im disabled it.
Now i have other problem is when im trying to make minigame with left 4 block gamemode spawn point doesn't work.

3
Help / Re: Spawn point won't work when makes minigame.
« on: January 28, 2017, 06:25:02 AM »
Are you using the default minigame system or the Slayer minigame system?

I'm using default minigame system.

4
Help / Spawn point won't work when makes minigame.
« on: January 28, 2017, 03:00:57 AM »
Hello everyone. I got problem that when i'm making the minigame, spawn point won't work for some reasons.
Any ways to fix it?

5
Add-Ons / Re: [Brick pack] House bricks [+Voice tutorials]
« on: January 25, 2017, 07:28:35 AM »
Why we need Unturned when we CAN make Unturned?
P.S Great addon btw!

6
Help / Re: Pressing enter in the chat and game goes to fullscreen
« on: October 02, 2016, 12:37:35 PM »
Thanks it's worked.

7
Help / Pressing enter in the chat and game goes to fullscreen
« on: October 02, 2016, 07:27:01 AM »
/title

8
Modification Help / Re: How do you make Sounds for Blockland.
« on: May 24, 2016, 07:48:57 AM »
im saying don't use winrar to package the addon; make a zip file using windows and copy the files into it.

then see if it works



Alright thanks that works :)

9
Modification Help / Re: How do you make Sounds for Blockland.
« on: May 24, 2016, 07:25:44 AM »
if you're running windows, don't use winrar. just right click in a file-viewer window (or your desktop, if you can't seem to find "new" in the right click menu) and select new>zip folder

then copy-paste all the files part of the sound into the zip folder, by copying them, then double-clicking the zip folder, and pasting inside.

No i mean in the game

10
Modification Help / Re: How do you make Sounds for Blockland.
« on: May 24, 2016, 06:37:48 AM »
You're supposed to make a zip archive, not rar.
Okay i did it but i still don't see in addon selector

11
Modification Help / Re: How do you make Sounds for Blockland.
« on: May 24, 2016, 05:15:35 AM »
What are you saving the sounds as? If you're using Audacity, i think you have to choose 16-bit WAV and not 32-bit

Wav

12
Modification Help / Re: How do you make Sounds for Blockland.
« on: May 24, 2016, 04:46:40 AM »
Post the broken addon. Check for spelling mistakes in the server.cs, and make sure the .wav file the datablock is looking at is named correctly and inside the .zip as well.

Here's Link https://www.dropbox.com/s/ex9kw1dbd0empu4/Sound_Commorose.rar?dl=0

13
Modification Help / How do you make Sounds for Blockland.
« on: May 23, 2016, 04:21:38 PM »
Here is what I tried to do by comparing the ones that worked to mine:

-Made the sounds
-Named them with the folder/zip name in front (i.e. Randoms Pack has "Random_Fire"
-Made the "Server" Document.


Code: [Select]
datablock AudioProfile(Radio_Sound)
{
filename = "./affirmative.wav";
description = AudioClosest3d;
preload = false;
};

This being an example of one sound...

Made the "Description" Document totally copying Eric Hartman's Beeps, Which will be changed once worked.


Code: [Select]
Title: Radio Sounds
Author: Beg85

Example of Description

-Made the new WinRAR Zip Document
-Placed all the files into it.
-Placed in Blockland/Addons Folder.
-Went into game, they appeared on the list. Did Not Play the sound.


WHAT did I do wrong.

14
Help / Re: How do you make Sounds for Blockland.
« on: May 23, 2016, 04:17:11 PM »
Okay

15
Help / How do you make Sounds for Blockland.
« on: May 23, 2016, 02:12:24 PM »
Here is what I tried to do by comparing the ones that worked to mine:

-Made the sounds
-Named them with the folder/zip name in front (i.e. Randoms Pack has "Random_Fire"
-Made the "Server" Document.
Code:
Code: [Select]
datablock AudioProfile(Radio_Sound)
{
filename = "./affirmative.wav";
description = AudioClosest3d;
preload = false;
};

This being an example of one sound.

aka Made the "Description" Document totally copying Eric Hartman's Beeps, Which will be changed once worked.

Code:
Code: [Select]
Title: Radio Sounds
Author: Beg85

Example of Description

Made the new WinRAR Zip Document
Placed all the files into it.
Placed in Blockland/Addons Folder.
Went into game, they appeared on the list. Did Not Play the sound.


WHAT did I do wrong.

Pages: [1] 2