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.
1
Works in Progress / Retro Pacman game for Opensuse users
« on: January 10, 2023, 10:42:12 am »
Completed a retro Pacman game with a modern spin for OpenSuse users of Tumbleweed and Leap. Completely sourced and compiled to run natively. You may need to install additional dependencies which will be explained in a Readme file.
2
Off-Topic / Re: What genre of game interests you the most
« on: May 09, 2022, 11:06:27 am »
I kinda agree in that today Tower Defense games are considered separate but overall, one must employ strategy........which is why i considered them into that category.
Another genre i forgot to include is Board games.
Another genre i forgot to include is Board games.
3
Off-Topic / What genre of game interests you the most
« on: May 08, 2022, 09:26:04 am »
I'm taking this poll in an attempt to comprehend what type of tutorial/game would be good to make/outline using Enigma. Please answer as honestly as possible and if i have missed out a category, then tell me which should have been included.
even if you are not a full 'gamer', there must be some you do play.
thanks!
even if you are not a full 'gamer', there must be some you do play.
thanks!
4
Off-Topic / Re: What's your favourite Linux/Unix DE/WM and why?
« on: May 02, 2022, 01:27:22 pm »truth be told, i haven't used KDE for years. It was always XCFE for me even when my system got upgraded. I am inspired to give it another go.No doubt that KDE is very attractive and sleek but it is bit of a resource hog.
I'm happy with KDE ever since the extremely recent updates making it much more slimmed down and stable.
5
General ENIGMA / Re: enigma-dev-git package on Arch User Repository updated
« on: May 02, 2022, 01:15:00 pm »
great work.
I tried it and there were no problems.
It also created a lancher link in the menu......although the icon is an old one. If you could perhaps change it to the modern one, that would be fantastic
I tried it and there were no problems.
It also created a lancher link in the menu......although the icon is an old one. If you could perhaps change it to the modern one, that would be fantastic
6
Issues Help Desk / Re: audio_play_sound unknown function on windows installer (win10)
« on: February 27, 2022, 02:46:21 am »
Greetings.................
quick and easy fix would be to use the function sound_play(name of sound file)
i've also experienced trouble using the audio_play_sound function in the past.
quick and easy fix would be to use the function sound_play(name of sound file)
i've also experienced trouble using the audio_play_sound function in the past.
7
Off-Topic / Re: What's your favourite Linux/Unix DE/WM and why?
« on: January 29, 2022, 09:08:35 am »
The type of system one has is the most important factor. No doubt that KDE is very attractive and sleek but it is bit of a resource hog.
Gnome is bloated and buggy. Tbh i hate the sidebar but i do get the idea of being 'different'.
By far XFCE is the most suited to use on all manner of systems, whether they be old or modern.
Gnome is bloated and buggy. Tbh i hate the sidebar but i do get the idea of being 'different'.
By far XFCE is the most suited to use on all manner of systems, whether they be old or modern.
8
Works in Progress / retro fps dungeon crawler
« on: September 24, 2021, 05:48:46 am »
This is an alternate way to create a 3d dungeon crawler game.
9
General ENIGMA / Re: Enigma and The Raspberry PI
« on: January 20, 2021, 03:14:30 am »
you are so welcome. I will try to convert some more titles.......and testing on the PI in the future.
10
General ENIGMA / Enigma and The Raspberry PI
« on: January 16, 2021, 06:12:45 pm »
Greeting, my fellow enigmanaunts! With everything that is happening in the world nowadays, there wasn't much word from me about the state of Enigma progress. Well i'm happy and excited to tell you that there's another platform Enigma have been successfully transitioned to. That platform is no other than ARM via the Raspberry PI4.
Through the generosity of Goombert, one of the project devs, in gifting me one, such a feat was accomplished.
The Raspberry PI4 used has 4GB memory with a 32GB flash card for storage. You can upgrade the storage as high as you are willing to go. 32Gb is descent enough,As far as installation goes, it went through smoothly. However I had numerous problems attempting to upgrade the gcc and g++ libraries. Unfortunately, the highest version Raspbian uses is 8.3 which causes errors.
After numerous failures trying to upgrade, i installed Manjaro ARM and all problems were non-existant. you can use the setup instructions detailed from here.
There are some tweaks I did which you do if you choose to. Depending on you PI setup, you can use a USB or Flash Disk with higher capacity. I opted to use an external drive enclosure with a 500GB Hard drive as i had one laying around.. There are kits and enclosures designed for the PI but as mine is already in one, this external drive option was the better solution.
i will do instruction a video from installation to compiling a game soon, so look out for that soon.
i must say that I am marveled at the PI. Not only for its size, but its simplicity and power consumption 5 Volts. to run a computer and its peripherals. It is indeed a wonder of technology.
if you have any questions , you can find me on the Discord.
Until then, "be excellent with one another"
Through the generosity of Goombert, one of the project devs, in gifting me one, such a feat was accomplished.
The Raspberry PI4 used has 4GB memory with a 32GB flash card for storage. You can upgrade the storage as high as you are willing to go. 32Gb is descent enough,As far as installation goes, it went through smoothly. However I had numerous problems attempting to upgrade the gcc and g++ libraries. Unfortunately, the highest version Raspbian uses is 8.3 which causes errors.
After numerous failures trying to upgrade, i installed Manjaro ARM and all problems were non-existant. you can use the setup instructions detailed from here.
There are some tweaks I did which you do if you choose to. Depending on you PI setup, you can use a USB or Flash Disk with higher capacity. I opted to use an external drive enclosure with a 500GB Hard drive as i had one laying around.. There are kits and enclosures designed for the PI but as mine is already in one, this external drive option was the better solution.
i will do instruction a video from installation to compiling a game soon, so look out for that soon.
i must say that I am marveled at the PI. Not only for its size, but its simplicity and power consumption 5 Volts. to run a computer and its peripherals. It is indeed a wonder of technology.
if you have any questions , you can find me on the Discord.
Until then, "be excellent with one another"
11
General ENIGMA / Re: How is ENIGMA's development going?
« on: December 16, 2020, 10:22:25 am »you can find it here.
12
General ENIGMA / Re: How is ENIGMA's development going?
« on: December 15, 2020, 09:20:45 am »
needless to say there have been a lot to work. This adds up to improvements and re-structuring which have led to some of those same functions not worked on or/and dismissed altogether.
Another reason has to do with the developers putting most of their focus into RGM , the proposed better IDE to fruition. RGM promises better features and is easier to work with since it is structured using QT unlike LGM that uses JAVA.
You can keep up to date joining the Discord or its github page.
Another reason has to do with the developers putting most of their focus into RGM , the proposed better IDE to fruition. RGM promises better features and is easier to work with since it is structured using QT unlike LGM that uses JAVA.
You can keep up to date joining the Discord or its github page.
13
General ENIGMA / Re: OpenSuse Support for Enigma
« on: October 15, 2020, 12:37:49 pm »
Thanks for that Hitcoder. To be honest I have made it my main work machine. What can I say, its works so well.
14
General ENIGMA / Re: OpenSuse Support for Enigma
« on: August 18, 2020, 06:24:11 am »
The instructions have been updated in the Wiki with additional links to install the libdumb library. libdumb is needed for producing sound via the OpenAL API. SFMLis no longer supported through the same API widget as OpenAL so it was necessary to provide this update.
To get the library you will need to type some CLI commands in the Terminal as you need to add an additional repository to get the package.
To get the library you will need to type some CLI commands in the Terminal as you need to add an additional repository to get the package.
15
Graphics and Video / Fresh Wallpapers for your Desktop
« on: June 17, 2020, 06:14:18 pm »
Hi there. I composed some wallpapers I hope you will enjoy using them on your desktop. the links are as follows
https://imgur.com/KtnbVmY
https://imgur.com/eToWLTe
If you are not already, then please consider becoming a Patreon on Enigma's Patreon page here. Your support is gratefully appreciated.
https://imgur.com/KtnbVmY
https://imgur.com/eToWLTe
If you are not already, then please consider becoming a Patreon on Enigma's Patreon page here. Your support is gratefully appreciated.