Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Professional Discussion / ZERO9 - Prototype 1

Author
Message
Starshyne Emir
7
Years of Service
User Offline
Joined: 27th Nov 2016
Location: Porto Alegre, southern Brazil
Posted: 13th Dec 2018 12:53 Edited at: 13th Dec 2018 14:10
ZERO9 PROTOTYPE 1

This is the first working and fairly stable release of the battle system I was working at for the last months.

It works in a simple way:

IT USES 1366x78x32 of resolution. No way to change it in-game by now, but I believe everyone can run this res actually - and in higher resolutions it will be scaled up to fit the whole screen, so, don't worry.

Plugins used:
IanM's Matrix1Utils & WickedX's port of Create Sound

What you'll need:
I believe you'll need DX9 and Visual C++ runtime libraries.



Choose how many spaceships Team 1 and Team 2 will use (from 1 to 10, but I strongly recommend less than 6).

Then, you'll be brought to my Ship Select screen where you can choose any of the spacecrafts my game can generate by now, full with their stats and weapon systems.

In the select screen the controls are the following (there wasn't enough space onscreen to write them down):

UP and DOWN arrow keys: change ship.
LEFT and RIGHT arrow keys: select between the color schemes (quite lame yet).
M key: memorizes current ship for further reference
C key: retrieve the memorized ship (you need to press it twice for the screen to properly show the memorized ship, sorry for that)
RETURN: selects your ship.
1 and 2: current ship is set for controller 1 or 2
' : sets up the ship to be controlled by AI (it is not a real AI, in fact it is dumber than a bag of hammers).
3: the 3rd set of controller enables pattern-based movement. In this setting, the ship will move and shoot following its own set of directivers - how many degrees to turn, how long to move straight, when to shoot or change guns. It works kind like SHMUP's enemies.

IMPORTANT & INTERESTING:
You can set up the same controller for more than one ship.
You can, for example, set up all the ships of one team to the 1st controller and all the ships will fly together. You can set up 1 and 2 controllers for ships in the same team for a coop or whatever setup your imagination can come up with.

CONTROLS in BATTLE:
Player 1 uses LEFT and RIGHT arrowkeys to turn, UP key to shoot and DOWN key to change weapon. Remember that weapons have a cooldown time and you can't shoot or change weapon if it isn't cooled down yet.

Player 2 uses A and S to turn, W to shoot and D to change weapons, and it is subject to the same cooldown rules the player 1 is.

ABOUT SOME SUBTLE FEATURES OF THE SYSTEM:
Every ship has 10 element slots. They represent how effective is the protection against that element or the damage that can be caused by using a weapon of that element.
It varies from 0.1 (terribly weak) to 2.0 (ultimately strong).
Guns can also vary their damage randomly, and each gun has a range of power it can vary - from 10% of the total damage to 90%.
Ships can level up, but in this demo Level is always 100 - but it can be changed up to 1.000.000!

IMPORTANT!!!
Do not delete the 2 text files in the .rar file! They are used by the program to generate names!
You can edit them, but you'll need to use dots "." to separate syllables in a way the program can break the names up to build new ones. By default, the engine only supports 3 chunks by name - but you can use only 2 and it's OK.

Hope you enjoy. Source code isn't present in here - it is a mess and uses 4 different files.. If you find it important, just ask and I'll attach another .rar file with the sources. By now I just want to share my small piece of game with you and - hopefully - find out if someone can run it.

EDIT:
I forgot to tell about the HUD during the battles. It shows the ships by name and team - team 1 to the left, team 2 to the right. It is translucent - I couldn't yet bake the "perfect" HUD for the game - but if you hold CTRL it becomes opaque. There is a small issue with the HUD. It was configured initually to show up to 5 ships per team. When I set the maximum to 10 per team, the HUD does not show the names from the 6th up properly. It is easy to fix, but I procrastinated it to focus on other important features. Sorry for the inconvenience.
God is real - except if declared as integer.

Attachments

Login to view attachments
Starshyne Emir
7
Years of Service
User Offline
Joined: 27th Nov 2016
Location: Porto Alegre, southern Brazil
Posted: 13th Dec 2018 14:15
Here are 3 screenshots.
I made only 3 because the game - the prototype - has only these 3 screens.
I coded no backgrounds yet. When I do, the game will look much better!
God is real - except if declared as integer.

Attachments

Login to view attachments
Bored of the Rings
User Banned
Posted: 13th Dec 2018 15:03
is it possible to change screen resolutions, I just ran it and it looks huge. But well done with this project.

Professional Programmer, languages: SAS, C++, SQL, PL-SQL, DBPro, Purebasic, JavaScript, others

Attachments

Login to view attachments
Starshyne Emir
7
Years of Service
User Offline
Joined: 27th Nov 2016
Location: Porto Alegre, southern Brazil
Posted: 13th Dec 2018 15:25
...And finally someone ran my game and came back with a screenshot to prove it!
I code in DBPro since 2013 and it is the very first time I get some feedback. I was almost giving everything up when I posted this prototype and you came and told me that it worked. Can you imagine the boost it gives to my project?
My friends - real ones, from near here - or were too busy to give my games a try or weren't able to run them due the lack of some DLL and were too lazy to look for them and install them properly. It's nice to know that I am not a complete joke.
Now I will go back to work. Double powered and full triggered. And stay tuned, 'cause I'll update this as soon as I make something new in it!
God is real - except if declared as integer.
Bored of the Rings
User Banned
Posted: 13th Dec 2018 15:49
yes, definitely keep at it. Programs, whether they be games or utilities or whatever can always be improved. I'm doing this all the time with old and new stuff I've written. Been programming DBPro since 2005 but programming since 1982 onwards various computers etc and am a contract programmer. I like the idea of writing a game with a space theme, so am on the look out for inspiration 2D or 3D.

well done with this, will have a play around later after work.
Professional Programmer, languages: SAS, C++, SQL, PL-SQL, DBPro, Purebasic, JavaScript, others
Bored of the Rings
User Banned
Posted: 14th Dec 2018 05:54
well , unfortunately for me, couldn't play the game as the screen res is too high for my PC as it is right now, obviously this is a prototype so would expect the ability at some point to be able to change resolutions.
Professional Programmer, languages: SAS, C++, SQL, PL-SQL, DBPro, Purebasic, JavaScript, others
Starshyne Emir
7
Years of Service
User Offline
Joined: 27th Nov 2016
Location: Porto Alegre, southern Brazil
Posted: 14th Dec 2018 10:47
OK, friend, I added a Display Mode select screen in the beginning of the game. Just use UP and DOWN to change resolution and ENTER to apply it
Don't worry: every screen resolution you see in the list is compatible with your video card (thanks, checklist!).
Default is 1366x768x32, but now you can choose a smaller resolution. Just don't choose a resolution smaller than 800x600 or things will look... BIG.
God is real - except if declared as integer.

Attachments

Login to view attachments
Bored of the Rings
User Banned
Posted: 14th Dec 2018 11:38
great, I will download now and check it out on my lunch break.
Professional Programmer, languages: SAS, C++, SQL, PL-SQL, DBPro, Purebasic, JavaScript, others
Starshyne Emir
7
Years of Service
User Offline
Joined: 27th Nov 2016
Location: Porto Alegre, southern Brazil
Posted: 14th Dec 2018 12:13
Thanks for your time. Hope now it works for you.
If anything else isn't working well, tell me and I'll fix it as fast as I can.
God is real - except if declared as integer.

Login to post a reply

Server time is: 2024-03-29 09:25:05
Your offset time is: 2024-03-29 09:25:05