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.


Topics - Block Aloni

Pages: [1] 2 3 4 5 6 7
1
Support won't respond to my emails, or Forum messages about my disabled key, even through the email that I purchased Blockland with.
It is apparent that my key was included on the May 2nd, 2020 key compromise.

What should I do?

2
Help / Strange Bug with Moving Around
« on: May 14, 2019, 07:27:02 AM »
Wanted to report a very strange bug I've been having potentially(?) related to my graphics.

You will notice as I move in particularly the easiest place to see it the hand(s) as well as the face.
There seems to be an odd looking trail following the blockhead.



The issue also occurs in a stranger fashion when looking at bricks. (not just this barrel.)
You can see the sides of the barrel colour a hint of purple when moving left to right.



Looking for some help and information on this. Thanks!

3
General Discussion / bitch lasagna
« on: January 24, 2019, 07:20:12 PM »






4
General Discussion / Survival Horror | Basile 5 | Cyclone Games
« on: April 28, 2018, 12:10:29 AM »



JOIN THE STEAM GROUP FOR ALL ALERTS!

Check out the new series Wiki! https://basile.wikia.com/wiki/Main_Page


It's important to understand that Basile 5 is purely a work of fiction, and the makers do not condone game opinions or destructive/illegal behaviours of any kind.

As Basile 5 is notorious for being a fairly large game with lots of files, it can be a big pain for players who don't have the time to download the files via the server.
As a second option, you can download the cache.db - https://www.dropbox.com/s/uvh0t999q79243m/cache.db?dl=1 containing all the Basile 5 music, sound and texture files critical to gameplay.

Delete your current cache.db in your Blockland folder and replace it with this one to make the server work.
Note that this file is still fairly large. While it may still take long to download, this is definitely a lot faster than the in-game server downloader.
Be sure to back up your regular cache if you have files from other servers you wish to keep!









Set in the dark and unforgiving Belhurst Castle, the Basile series returns more horrific than
ever before. Discover the darkest secrets of Belhurst, and see how long you can delay your
inevitable death. Relive the survival horror for the fifth time, in a cat-and- mouse Chainsaw
Massacre. Legend says, there once was, and will be for times to come... pain and blood.
Basile 5 is a survival horror adventure game created by Blockaloni and the team of Cyclone
Games. The game features a gripping horror story with fully developed characters that have
their own traits and values. Your gameplay experience will change based on your intuition.
Threats will remember you, and your decisions have can have consequences in this story.

Screenshots:








User Reviews:







These reviews can be found on the original thread.








Basile 5 is a game by Cyclone Games

It's important to understand that Basile 5 is purely a work of fiction, and the makers do not condone game opinions or destructive/illegal behaviours of any kind.

As Basile 5 is notorious for being a fairly large game with lots of files, it can be a big pain for players who don't have the time to download the files via the server.
As a second option, you can download the cache.db - https://www.dropbox.com/s/uvh0t999q79243m/cache.db?dl=1 containing all the Basile 5 music, sound and texture files critical to gameplay.

Delete your current cache.db in your Blockland folder and replace it with this one to make the server work.
Note that this file is still fairly large. While it may still take long to download, this is definitely a lot faster than the in-game server downloader.
Be sure to back up your regular cache if you have files from other servers you wish to keep!


Cyclone Games is a small group of dedicated horror developers creating games under Blockland.
Horror game development was a unorganized pastime of Blockaloni in late November of 2011 to November
of 2014 before Macgyverthehero and Xenos the Red helped with creating the successful "Cyclone Games"
in December of 2014. Our first major horror game released under the Cyclone Games name was Basile 5,
which released in July of 2016. Future titles include Hamon's Game, Challenger, and Popobawa. Our full
team consists of Allun Pentax, Blockaloni, Dragonfeet, Macgyverthehero, Mr. Nobody, Rose the Floran and
Xenos the Red. We hope you enjoy our games. Join the steam community group for all alerts!



5
Off Topic / 18 wowe
« on: November 23, 2017, 11:00:15 PM »

6
Help / How do I host via an ISP I don't have access forwarding the ports to?
« on: September 22, 2017, 04:46:00 PM »
How do I host via an ISP I don't have access forwarding the ports to?

7
General Discussion / Survival Horror | Basile 5 | Cyclone Games
« on: August 08, 2017, 06:33:18 PM »


JOIN THE STEAM GROUP FOR ALL ALERTS!







Status: Online


Basile 5 is a survival horror adventure game created by Blockaloni and the team of Cyclone
Games. The game features a gripping horror story with fully developed characters that have
their own hopes and values. Your gameplay experience will change based on your intuition.
When approached by a threat, will you stop, drop and roll? Or will you get up and run?


Set in the dark and unforgiving Belhurst Castle, the Basile series returns more horrific than
ever before. Discover the darkest secrets of Belhurst, and see how long you can delay your
inevitable death. Relive the survival horror for the fifth time, in a cat-and- mouse Chainsaw
Massacre. Legend says, there once was, and will be for times to come... blood.



Screenshots:































User Reviews:
















(These reviews can be found on the original thread)








Clan thread coming soon | Public Group | Dev Group | Discord | Patreon


Basile 5 is a game by Cyclone Games


Cyclone Games is a small group of horror game developers creating games using the Blockland platform.
Horror game development was a unorganized pastime of Blockaloni in late November of 2011 to November
of 2014 before Macgyverthehero and Xenos the Red helped with creating the successful "Cyclone Games"
in December of 2014. Our first major horror game released under the Cyclone Games name was Basile 5,
which released in July of 2016. Future titles include Hamon's Game, Challenger, and Popobawa. Our full
team consists of Allun Pentax, Blockaloni, Dragonfeet, Macgyverthehero, Mr. Nobody, Rose the Floran and
Xenos the Red. We hope you enjoy our games. Join the steam community group for all alerts!

8
Help / Monstrum sound files not executing properly?
« on: March 15, 2017, 11:39:28 AM »
The sound files for my Monstrum game are not executing properly.

Because the sound file is private, all I can do is post the code, and what other things look like.

All of the hunter's (a monster) sound files can be seen in game, but don't make a sound.

AudioProfile declaration code:

datablock AudioProfile(Monstrum_Sounds)
{
   filename = "./Monstrum_Sounds.wav";
   description = AudioClosest3d;
   preload = false;
};


Coding differences between sounds that work and do not:

datablock AudioProfile(BruteAttack11 : Monstrum_Sounds)
{
   filename = "./BruteAttack11.wav";
};


^^This file executes properly, it can be heard in game

vv This file(and all of the other hunter sounds) doesn't execute properly, it can be seen in game, but doesn't play a sound

datablock AudioProfile(ENV_HunterBigRoar_00 : Monstrum_Sounds)
{
   filename = "./ENV_HunterBigRoar_00.wav";
};


Other information:

All sounds are mono
All sounds are wavs (32)

Anyone know what is going on here?

9
Off Topic / Extracting mobile application audio
« on: March 02, 2017, 03:42:43 PM »
Does anyone know how I can extract mobile application audio?

I'd like to get the wanted themes of Smashy Road: Arena

https://itunes.apple.com/ca/app/smashy-road-arena/id1073476012?mt=8

10
Suggestions & Requests / Golf club
« on: March 01, 2017, 06:15:46 PM »
Need a golf club weapon (or tool) for a film, has one already been made?

11
Drama / PapaMouse trying to DDOS my server?
« on: February 26, 2017, 06:53:00 PM »


These messages have been appearing over and over again for the past fifteen minutes and my server has been lagging. I allowed another player into the server and I permanently banned him.

His ID: 30118

Anything I should be worried about here?

12
Off Topic / Concluded
« on: February 10, 2017, 04:24:53 PM »
Concluded

13
General Discussion / It do go down
« on: February 04, 2017, 12:01:25 AM »

14
Off Topic / Experienced an ocular migraine for the first time, worried
« on: January 08, 2017, 01:20:11 AM »
Okay forum-metrists.

I believe I may have had some sort of ocular migraine. There was no pain associated.
It was the first time I have ever experienced such a thing in my life. It looked sort of like
this at max intensity. The shape was changing rapidly:



Should I be concerned?

15
General Discussion / The Finale
« on: January 05, 2017, 08:57:06 PM »


The final episode of WTJ!

If you like what you see, make sure you check out the rest
of my channel and subscribe! Share it with your friends!

I'm always looking for more actors or builders. If you're interested
in being casted or building the set, let me know here!:


http://steamcommunity.com/id/blockaloni/

Pages: [1] 2 3 4 5 6 7