Programming :: Game Engines Or Game Studios?
May 6, 2011
Do you know any game engines or game studios that can make adventure games, for instance in the style of Myst (1st person) or in the style of old Sierra games (3rd person), like King's Quest, Space Quest, etc.?I've seen AGI Studio, but it is too old, I'd like to use more modern graphics (although there is no need for 3D).
View 7 Replies
ADVERTISEMENT
Jun 1, 2010
This game is Java based. After rebooting the game works, but on ending the game several notification boxes remain. If these boxes are not closed in the reverse order that the game opened them, it is no longer possible to close them. Only by killing the Java processes can these notifications be made to close. Also after playing the game, even if all these notifications are closed it is many times necessary to kill the Java process(es) in order to get the game to load again at a later time. I am currently using Slackware 1.30, but a similar problem has existed in several of the past releases.
View 4 Replies
View Related
Mar 25, 2011
I've been working on this console-based game (in c) in which the player walks around touches floating orbs which do things etc. And I want to make it so that an object on the map blocks the sight of the player, which is something I haven't tried until now. This is the part of the code which handles this sort of thing :
void uncover(int shadow)
{
int wp,
hp,
xp,
yp,
pp, // point placement
mp, // maximum pp value // (that's what she said)
lp; // light placement .....
This <works> but isn't very nice. What I would like to do is to change the third to last if statement, which is really more of a geometry problem, which could be frased as :
given points (x,y) , (plist[pp].x,plist[pp].y) and (wp,hp) create a conditional which tests weather or not point (wp,hp) is within the shadow cast by light-source (x,y) being blocked by an object at (plist[pp].x,plist[pp].y), [with some width, ~1]
but there isn't a geometry forum, and it's somewhat more related to programming.
View 14 Replies
View Related
May 28, 2011
I have all of the code written for a text based game but how big of a leap is it from text to graphics? lets just say a 2d engine. Is this a fairly easy task or would it be a bit of effort? I've never done anything with graphics before and would just like a quick idea of how much of a project is graphics vs functionality.
View 5 Replies
View Related
Sep 25, 2010
What I want to do is create a game like an old DOS game, but on the debian linux console. I don't know much about linux yet, but I know C. What would be the best library for doing something like this?
View 8 Replies
View Related
Mar 2, 2011
I read about a game called kajongg at [URL].I don't see it available in the debian testing repositories, I guess because its part of kde 4.5 which is not yet in use by testing. Is there some way to install this game in debian testing?
View 8 Replies
View Related
Jan 12, 2010
Can anybody tell me if there is a game similar to WOW for ubuntu 9.10? if there is I would like the source code so i can download it from the terminal.
View 7 Replies
View Related
Apr 12, 2010
I installed the KQ game on my Ubuntu. The game starts well but there is no sound.
fix this. I am a bit addicted to KQ.
View 4 Replies
View Related
Jan 13, 2011
I installed Fedora 14 XFCE spin. I use to use Fedora 7 KDE which had a blackjack game. I was wondering if anyone knows of a blackjack application I can install?
View 3 Replies
View Related
Aug 3, 2011
I am running a game server on an Ubuntu 11.04 box. The game is Minecraft. The biggest (smallest?) bottleneck for my server is the read/write/access time of data on the hard disk. I feel an SSD could make a huge difference in performance.The Minecraft map is stored in individual region files that are further divided into 'chunks'. Each file is between 64KB and 10MB each (depending on how 'developed' they are). Users are crafting the world and so are constantly loading these files and editing them while playing the game. I'm hoping to have about 15-30 users on at peak times, and 2 or 3 at minimum. The server would be up 24/7.The entirety of the game directory (the map, player data, config file, plugins, etc) is less than 1GB. So I don't need a lot of storage. I will be performing daily backups of the game data to a much larger HDD on the system.Considering this scenario, would you recommend against using an SSD? I've read 'DRAM-based' SSD's do not have write limitations.
View 1 Replies
View Related
Jan 13, 2010
iv'e installed a game that i've downloaded from a site, now i want to remove it, how?
View 5 Replies
View Related
Jul 23, 2010
I recently put Ubuntu 10.04 on my laptop, and now I have my account set to "Administrator" but it won't let me install a game from a DVD rom, I installed the original game and it's first expansion with no problems, but the account says I don't have permissions to install the second expansion. I am sure it's because it's a DVD rom, but how can I give myself "root" permissions, or set up a root password so I can permit myself to install things?
View 1 Replies
View Related
Aug 9, 2010
I am trying to rip my psx game to an image file so that i can convert it to play on my psp. i have installed Gtk Popstation and that seems to be working no problem. but i read on another forum that to rip my psx game i need to go to terminal and do the following. code...
View 2 Replies
View Related
Sep 6, 2010
install game from cd through wine?
i would like to run install disks via WINE, but there is a problem. the CD's are by default not executable, and the cd is read only, so when I try to change that I cant.
View 3 Replies
View Related
Nov 22, 2010
I'v installed Counter-Strike through Wine, now I want to add a .sh that opens it at Applications -> Games.
View 3 Replies
View Related
Nov 30, 2010
I'm going to install Ubuntu 64bit, currently run 10.10 32bit. I'm thinking about going back to 10.04 in combination with a previous version of wine(maybe 1.2?) to get some games working again.
Do any of you know if games are still working well with this combination? I'm looking to play WoW at some point, Oblivion + Expansion/Mods, any FPS available.
View 2 Replies
View Related
Dec 21, 2010
[URL] at the bottom it says run that command in terminal but in terminal it says E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? what do I do?
View 4 Replies
View Related
Apr 5, 2011
I had windows 7 and I was addicted to play GTA san andreas multi-player. It is still in my computer > C:/ PROGRAM FILES/ROCKSTAR GAMES/samp.exe I want to play that now but when I click on samp.exe it opens with File Roller 2.30.1.1
View 9 Replies
View Related
Apr 24, 2011
I really just need to know what stupid thing I'm doing to cause this. I've extracted the files, and when I try to run the setup program, if I click on it from a file browser window in GNOME it just doesn't do anything. If I attempt to run the file (it's a .sh file, if that makes any difference) in the terminal, it says "command not found", even though I'm in the directory, and can clearly see the file when running ls.
If I try to run it in the file browser, and click on "Run in Terminal" then the terminal pops up, and goes away instantly.
View 4 Replies
View Related
Jun 3, 2010
I'm just trying to run an old game The Neverhood on Wine. Everything has been installed, I've configured it as it should, but the damn thing doesn't run! The problem seems to be this bit:
[Code]...
View 1 Replies
View Related
Feb 25, 2011
I have developed a game using c++ and GLUT few month back.w i want that game to be playable on web browser.What i need to do for it?Do i need to write the whole game again or just a slight modification will do the job?
View 8 Replies
View Related
Feb 24, 2010
My little son of 7 tries to play this game:But it only shows a white screen. A number of other games from this site do work correctly. Playing this same game from another site doesn't work either.I can't tell my son that he is limited in his gaming experience because he is not running windows, can I?I have tried in Opera 10.10 and Iceweasel which identifies itself as:Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091216 Iceweasel/3.5.6 (like Firefox/3.5.6; Debian-3.5.6-1)Can someone tell me what kind of game it is, and what prerequisites I have to meet before it runs. Is this Splash, Java or what? If someone can run it on a Linux platform and you know the application it uses, for what version of the application it does run?
View 4 Replies
View Related
Jan 30, 2011
When I upgraded to 11.04 games like Postal 2 and Lugaru do not play right anymore. I find them very choppy and the game sometimes just stops working. Now when I was using 10.10 the games were working fine.
View 2 Replies
View Related
May 30, 2010
I wonder if anyone has managed to get this game working? Looks interesting... I tried to install it on my Testing amd64 having read about it in linuxjournal and in the link given there. But no luck...
I downloaded the x86 & x86-64 installer with:
wget [URL]
Then according to the guide:
chmod u+x dangerdeep-0.3.0-linux-installer.bin
Then I tried to run the installer from the user terminal but it informed that it was necessary to run it as root. After installing it with
# ./dangerdeep-0.3.0-linux-installer.bin
I typed in dangerdeep in the user terminal which returned:
$ dangerdeep
dangerdeep: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
found information in Synaptic that the library libgl1-mesa-swx11 is also known as libGL or libGL.so.1.
But installing it with # aptitude install libgl1-mesa-swx11 results in the removal of libgl1-mesa-glx, and when trying to run the game by typing dangerdeep in the terminal, it still complains about an error while loading shared libraries libGL.so.1.
it looks a bit tricky to get this game running on Squeeze so I reinstalled libgl1-mesa-glx.
View 11 Replies
View Related
Jun 18, 2011
I have trouble with launch game on Debian 6(repo testing). code...
How to fix this trouble?
P.S. English — is not my native language.
View 5 Replies
View Related
Jan 16, 2010
I'm trying to play this game called RuneScape. However it seems that it won't load on my chromium. Maybe somethings wrong with java idk. If you can go to this website [URL] Just click play now and tell me if it runs for you or not. If it does run can you tell me what you did to make your java work. Because for me the screen just stays black and doesn't load, but it works well on firefox, but I don't like that it uses too much of my ram. So I'd rather try to get chromium up and running for me.
View 6 Replies
View Related
Nov 28, 2010
I have been looking for the mahjong game for gnome. I tried yum install mahjong. I got the error message no packages.
View 4 Replies
View Related
Mar 24, 2011
I currently do not have Wine. I have uninstalled it and plan to reinstall. The last time I had it on Fedora was like 2 days ago. I had a problem that was really irking me. I was playing Myth War 2 (which worked flawlessly on Ubuntu 10.10) and right after I started, I went to move my character in the game and I just froze. Wine would not do anything, so I force quit, restart and the same thing keeps happening over and over. I do not know what is going on. I have been told it is my graphics driver, but it is current and up to date.
View 7 Replies
View Related
Oct 19, 2010
i installed the eclipse and QQ, but when i clicked them, TrackBall Game came out, how could this happened
View 1 Replies
View Related
Oct 28, 2010
I installed 11.3 32 bit KDE on my system I had been running 11.0 32 for over a year.nVidia card, AMD quad, 4 gig RAM.Blender runs fine, fast and clean, when I exit, it takes a couple of seconds before I get control back.If I play a game, ArmagetronIOQuake, FrozenBubble - when I exit I get my mouse pointer back in a few seconds, you see a couple of the windows open on the desktop for a brief second but all goes black. When you move the mouse pointer around the screen it changes as if it is going over an icon or window but it does not recover.
View 1 Replies
View Related