Search found 116 matches

by alfakilo
Jul 08, 2017 15:32
Forum: Sources, Examples, Tips and Tricks
Topic: Get CPU Informations (Name, Speed, Cores)
Replies: 9
Views: 2657

Re: Get CPU Informations (Name, Speed, Cores)

Hi ,i got...
Output :
CPU: AMD A9-9419 RADEON R5, 5 COMPUTE CORES 2C+3G
1x2944 Mhz


Supposed to be 2 cores (2.90 ghz - 3.45ghz)
by alfakilo
Aug 02, 2016 14:36
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

Re: game scripting

First post updated. Ok, redownload so. You're updating quite fast. I still not have found time for any testing. Right now i have alotof time so i have time to play with it and will update if i fix some problem or optimize code. From now it was probably last update ,because code is cleared and made ...
by alfakilo
Aug 02, 2016 12:43
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

Re: game scripting

First post updated.
Added Manual.txt so you can read HOW TO use script.

Also cleaned code and removed some mistakes.

Have fun
by alfakilo
Aug 01, 2016 2:02
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

Re: game scripting

http://www.mediafire.com/download/jpy8vpb7opapkm7/RPG_3.zip Now you dont have to edit freebasic code to add new script to tile Now map file includes tile (.tinfo) Xpos,Ypos,TYPE,"scriptname" map_1.o 500 0,0,3,"" 0,40,3,"Scripts/1-25.svc" 0,80,3,"" ... Fixed s...
by alfakilo
Jul 31, 2016 20:34
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

Re: game scripting

https://www.dropbox.com/s/8p1aupbsyf2zt45/RPG%202.zip?dl=0 Unfortunately dropbox asks for an account for downloading. I can download files without logged in dropbox .. so i think there must be way to download without logging in and without createing account there. If i am wrong then i will upload m...
by alfakilo
Jul 31, 2016 14:51
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

Re: game scripting

https://www.dropbox.com/s/8p1aupbsyf2zt ... 2.zip?dl=0

NB on first map there is a SOUND "icon" make sure you turn your volume down before you touch it.

Added sound support (windows only)
Added new bitmaps and sounds
Fixed some problems.
by alfakilo
Jul 30, 2016 10:25
Forum: Sources, Examples, Tips and Tricks
Topic: game scripting
Replies: 17
Views: 3953

game scripting

Post edited by me (older versions links removed). SVC script its ugly its buggy but it might be fun to play with. What it is: Right now its scriptable map editor..but if you edit code then it can be more than that. See demo and sample scripts. Download here (source) http://www.mediafire.com/download...
by alfakilo
Jun 22, 2016 20:20
Forum: Sources, Examples, Tips and Tricks
Topic: Simple OpenGL shader example
Replies: 0
Views: 3968

Simple OpenGL shader example

If you find it useful then its for you. use WASD to move light.. i was experimenting with shaders for my tankgame and i decided to cut that piece out from my project and share with ppl who might find it useful. simple 3d object (.obj) loading & displaying. simple shaderprogram createing and usei...
by alfakilo
Nov 22, 2015 19:35
Forum: Projects
Topic: Alfakilo ZudokU
Replies: 0
Views: 1283

Alfakilo ZudokU

Have fun Right now 7x7 only and with 9 pregenerated boards with random unchangeable blocks. Download here https://www.dropbox.com/s/vreaa06g63t7uaz/Alfakilo%20ZudokU.zip?dl=0 https://photos-6.dropbox.com/t/2/AADw8BjW5GL6xtcV2Azwro1BmS2SvI1Uk6PO0SASIj0Jww/12/186546436/jpeg/32x32/3/1448236800/0/2/gtth...
by alfakilo
Dec 13, 2014 15:19
Forum: Projects
Topic: multiplayer pair_game
Replies: 2
Views: 1557

Re: multiplayer pair_game

Thank you noop for your reply

I have tested it over network .. it works very good .
(there was problem with one computer ..client didnt find server.. am not sure problem in firewall or in code)
by alfakilo
Nov 22, 2014 21:27
Forum: Projects
Topic: multiplayer pair_game
Replies: 2
Views: 1557

multiplayer pair_game

WINDOWS ONLY DOWNLOAD.. https://www.dropbox.com/s/6idlydnnr71kimz/MP%20PAIRGAME%20by%20alfakilo.zip?dl=0 HOW TO PLAY********** First compile both files PAIR_GAME.BAS SERVER.bas Then RUN PAIR_GAME.EXE READ instructions in black box---- press ENTER KEY to start as HOST INSERT HOST IP to start as CLIEN...
by alfakilo
Aug 05, 2014 16:11
Forum: Linux
Topic: running FB on ubuntu question
Replies: 8
Views: 3367

Re: running FB on ubuntu question

/home/user/Desktop/Untitled Folder/linuxtöötab/FreeBASIC-0.90.1-linux/examples/GUI/GTK+/Tutorials/...any ld: cannot find -lgtk-x11-2.0 ld: cannot find -lgdk-x11-2.0 ld: cannot find -lgio-2.0 ld: cannot find -lgobject-2.0 ld: cannot find -lglib-2.0 ld: cannot find -lgmodule-2.0 ld: cannot find -lcair...
by alfakilo
Jul 30, 2014 16:40
Forum: Linux
Topic: running FB on ubuntu question
Replies: 8
Views: 3367

Re: running FB on ubuntu question

jdebord
Yes examples are stored in this folder and not installed by install process..

Also i have WIN32 GUI examples ??? am i able to run them somehow ?
/home/&username/Desktop/Untitled Folder/linuxtöötab/FreeBASIC-0.90.1-linux/examples/GUI/win32
by alfakilo
Jul 29, 2014 18:51
Forum: Linux
Topic: running FB on ubuntu question
Replies: 8
Views: 3367

Re: running FB on ubuntu question

Thank u dkl

It works :D