An idea: voxeled based "lemmings" game. Unfortunatelly it may be too dificult to manage...
Type: Posts; User: Ñuño Martínez
An idea: voxeled based "lemmings" game. Unfortunatelly it may be too dificult to manage...
It looks nice.
I can't test it (I haven't Delphi :() so I ask: how does it manage the tileset? The videos show you're using tiles of different sizes each one in its own file.
I'm working in my...
Just to say that the new internal file format isn't working, that's why I didn't released yet. I don't know whay I'm doing wrong. I still working on it.
Nice work. :)
I did donwload the demo version of SMS a month ago but I'm so busy that I didn't installed it yet! Actually I'm interested in participating but... :(
I didn't work on the project for a time, but I decided to release Allegro.pas 5.0 Alpha 1. After installing my new computer, I was able to compile and run my entry for the 2nd PGD Challenge with few...
I was looking for something like that for years! Actually, if I remember correctly, one of my first questions here in PGD forums was asking for this! Thankyou very much!
Last weekend I did fixed some bugs, added some brushes and added save and load map files in internal default format (not customizable yet). When I finished the user manual I decided that I don't like...
Cool. Do you know if it works on Linux? And what's the minimal graphics card needed? I have some ideas about voxeled games...
I say exactly the same. :)
I've edited the message while you wrote your answer. :D
Yes, the problem was that I forgot the "Pen" property. Thanks.
Map edition is done. It doesn't edit everything I planned but does basic edition.
1146
The small black squares are a bug. I'm using next code to draw "void" tiles:
WITH ImageMap.Canvas DO
BEGIN...
I almost forgot this project. ::)
See. It's able to import tilesets:
1143
As you see, the import dialog is simpler than TileStudio's one. Also it uses Allegro.pas internally. This limits it a...
Ups! :-[ My fault. Sorry.
I'm not sure, but I think that it's impossible to use a Java library with Free Pascal or Delphi, as Java uses a Virtual Machine. Anyway you can use third party libraries if you have the interface.
...
Yes, 32bit/64bit support is quite tricky. I build a Unit that seems to work for Allegro.pas (or it does for Linux and Allegro 4, but it doesn't seems to work so good with Allegro 5 or Win64 :(). Look...
First, nice job. I was reading and looking the videos for a time and I like it.
I'm wondering if it can be used for games other than GTA2. I mean create new games.
I see most of us really have bad experiences with Steam.
That has more sense. Thanks.
That was my experience. I think I'm not their target audience too.
Thanks for the links. :)
...
No comment? ???
Actually I'm not asking how to sell a game. I know it. My question is about how these games are delivered... Well, not actually. I know how to deliver them, but there are some new concepts and...
My computer hasn't the minimal requirements to run them. ::) Yesterday I've order a new one.
Lurking in Game Developer Refuge I've found this thread with game-related videos. The first one, explaining the camera manipulation in a game, is very interesting.
Free Pascal + gVim. Doing it like "the good old days". For graphics I use The GIMP. I want to test Smart Studio because I want to do things on Android and such.
May be your Linux doesn't has /bin/sh .
The demo game is very simple, but I didn't optimised it a lot. I'm sure it can run faster, but it needs a profile (AFAIK FPC and GNU profiler don't work...
Root is the super-user. It has access to everything in your computer, including core configuration and system. Programs started by any user inherits their security configuration. That means they...