Page 1 of 1

Freeware GameBase ?

Posted: Sun Dec 08, 2013 8:32 pm
by freenit
Hello im working on a freeware gamebase...
i have the script and a bat file to do nothing and just run the exe...
But my question is if i have to have all games decompressed or can i rar them and add something to the script to every time you run the game the program decompress the game and then play and when you close the game delete the files automatically...
please help !!

Posted: Mon Dec 09, 2013 12:16 pm
by Seiya
in front-end there is an option in Tools and then Option of your name gamebase.
Here you have to go in "Games" tab and choose Repack unpacked games after playing.
Better choose option Repack them.

now you can zip or rar your games without problems

Posted: Wed Feb 05, 2014 5:29 pm
by freenit
This is a little test of a freeware gamebase
It contains only 4 FULL Games:

- Bunny Must Die! Chelsea and the 7 Devils (Japanese Arcade-Platformer in English)
- Call of Cthulhu: The Wasted Land v1.24 (Like Odium or Gorky 17)
- Tsunami 2010 (Tempest Clone)
- UnReal World RPG v3.17

LINKS:

http://www78.zippyshare.com/v/6097923/file.html
http://www3.zippyshare.com/v/97159747/file.html

Posted: Fri Feb 07, 2014 10:27 am
by Seiya
good :)
it works greatly

Posted: Mon Sep 12, 2016 5:22 pm
by freenit
i need help, i want to run windows games with compatibility mode in windows 10 64 bits
i think will be something like this:
add_clp(-set __compat_layer=win95 %gamefile%)
run_gamefile()

pick a game that need compatibility and try to run it from gamebase.
any help will be appreciated...

Posted: Mon Sep 12, 2016 7:43 pm
by freenit
i use windows 10 64bits
when in a bat file a type:

set __compat_layer=win95 "game.exe"
run game.exe

the game starts with no problem
but i don't know how do it from the gamebase fronend.

edit:
sorry, i was wrong, i did apply the compatibility manually with right click on game.exe before i try the bat file. I delete the compatibility from the game exe and the bat file dont works...
i open cmd and try to set compatibility to game exe with command line, but do not works.

any user with windows 10 64bits will try to run this game:

https://mega.nz/#!ARBHhI4D!cYVHpLjJFdf2 ... z2BrbDg5k0

Arkanoid 3D, with command line, only works with compatibility to windows 95, wich i can only set manually with right click on exe.

thanks.

Posted: Mon Sep 12, 2016 10:14 pm
by freenit
Running cmd as administrator works!
I try to run gamebase frontend as administrator and with this script:

add_clp(-set __compat_layer=win95)
run_gamefile()

do not works.