Gamestudio Links
Zorro Links
Newest Posts
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
folder management functions
by 7th_zorro. 04/15/24 10:10
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
LPDIRECT3DCUBETEXTUR
E9

by Ayumi. 04/12/24 11:00
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 04/11/24 14:56
SGT_FW
by Aku_Aku. 04/10/24 16:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (7th_zorro, Quad), 373 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
11honza11, ccorrea, sakolin, rajesh7827, juergen_wue
19045 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Acknex-Game-Launcher #484813
12/11/21 11:24
12/11/21 11:24
Joined: May 2009
Posts: 5,370
Caucasus
3run Offline OP
Senior Expert
3run  Offline OP
Senior Expert

Joined: May 2009
Posts: 5,370
Caucasus
Acknex-Game-Launcher

Standalone launcher similar to Unity's Configuration tool.

WHAT IT DOES?

Creates:
Quote
- project's folder in 'user/documents' to place a config file in

Creates a config file that contains the following settings (can enable/disable any of those, check beginning of main.c):
Quote
- screen resolution (set from the list of available screen resolutions of a primary monitor retrived by WinAPI)
- display mode (windowed, borderless and fullscreen)
- fps cap for windowed/borderless display modes (30 - 512)
- vsync for fullscreen mode (double/triple buffer)
- graphics quality (low, medium, high, ultra)
- input keybindings (atm no gamepad support)
- language
- path to game's executable (in case end-user messed something up)

And at the end it launches the game's executable! Which is defined automatically (work_dir + project's name + .exe) OR can be done by hand.

HOW TO GET IT WORKING?
Quote
All you need to do is initialize all the settings from the config file at the start of your game (check out example folder).

HOW TO TEST WITHOUT COMPILING?
Quote
There is a compiled version which can be found inside of example/bin folder.

KNOWN ISSUES
Quote
- no gamepad support for keybindings (only mouse+keyboard) as I don't own xinput device. I might add support in future

CREDITS

This tool uses:
Quote
- imgui wrapper/plugin which was originally made by Patrick Jendral (jenGs), edited by Txesmi and EVO. Original sources can be found here, here and here
- WinAPI to find all supported resolutions of the primary monitor (big thanks to forum members Superku and Emre).

SCREENSHOTS
[Linked Image]
[Linked Image]
[Linked Image]
[Linked Image]

DOWNLOAD LINK (GITHUB)
https://github.com/3RUN/Acknex-Game-Launcher

Best regards.


Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung
Re: Acknex-Game-Launcher [Re: 3run] #484848
12/17/21 20:35
12/17/21 20:35
Joined: Jul 2007
Posts: 619
Turkey, Izmir
Emre Offline
User
Emre  Offline
User

Joined: Jul 2007
Posts: 619
Turkey, Izmir
Very useful tool. Thanks man!


Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1