Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - OgreVorbis

#1
I know there is no exact number, but what do you believe it to be?
I suspect that in all of the game dev communities, the adventure genre would have the most women in it. I think that primarily because it is much more art involved than other genres and the art doesn't consist of 3D modeling, but rather more "classic" types of artwork.

And when I say developer, I don't just mean programmer, I mean all aspects of the game development including artwork. It would also be interesting how many are actual programmers though.

I also have a feeling that more women play these types of games than other genres. This is not a post trying to say "we need more female devs" or something like that, I'm just curious if this is a genre that is more female dominated.
#2
AGS Games in Production / Oasis
Mon 11/02/2019 04:08:22
Alright. Here is my first real game done with AGS. I made a couple other dead end projects using AGS when I was a teenager, so most of the skills came back to me pretty well.

The game appears to be a survival type game, but there is more hidden under the surface. I think this could probably be taken farther to make it more interesting.

This game was made mostly as a test for my skills rather than to be an actual adventure. The story was more of an after thought. I will be adding an intro cut-scene to make the story fit better. As it is, the ending is a little confusing because of the lack of the intro. Once that is added, I think it will be a pretty good game.

I'd like some feedback. Don't play it if you really think you'll like it though :) At this point I am not up for major changes, but small suggestions would be appreciated. Keep in mind that I am not an artist and the story is not the main focal point. In my next game, I'll plan that out much better. Think of this more as a test rather than a full featured game.

If you do like the game and would like to help me out, I'd appreciate that. What I am most interested in at this moment however, is someone who could help with my dithering tool. I plan to use that in my next game, but it's not working exactly right. I posted it in the Advanced Tech forum.

Enjoy!

====================

I've got two ideas for my next game.
The first would be continuing work on a game I made a long time ago where you play a cat. It has most of the graphics and characters, but no story, so. . .

The second idea is a game about a hikikomori. A hikikomori is a neohermit or someone who never leaves their house. It starts out normal, but over time, you see the psychological state of the guy deteriorate and you have to help him escape before he goes mad.

====================

Download: https://drive.google.com/open?id=13s3pkEGFC7SdMcN5wGZh_j_KdEEcMNoc

Here are some pics:





#3
Hello,

I really like the look of EGA graphics (specifically the dithered type). The only good free tool I have found that can take an image and convert it into that format is part of SCI companion (the tool for sierra's SCI engine). It outputs a fixed resolution and is very limited for what I wanted to do.

So I programmed my own tool in C#. It will take an input image and convert it to EGA, VGA (256 color), CGA, or a custom defined palette. It will apply dithering to the image with several selectable algorithms.

I am releasing it here. The archive includes the source and the binary. You are free to modify it; just do not claim it as yours or try to sell it.

Part of the reason I am posting this here is because it is still not 100% complete. It works well, but the first EGA dithering algorithm is a little off. The colors that it produces are wrong. I was hoping someone would be interested in helping me improve this project. I think this is something that a lot of people here could find useful.

Download:
https://drive.google.com/open?id=1zCwABhsg-ZSl0ghtuZEzHq-t4Wtxh1i7

Here is it working:
[imgzoom]https://i.imgur.com/lRnovbT.png[/imgzoom]
#4
I was thinking about implementing a "console" type thing for my game so that I can enter debugging commands and cheats. As far as I can tell, AGS doesn't have something like this built in, right? There is a little list when I press the tilde key, but it doesn't seem interactive. I also see there is a parser object, but I think this is only meant for text adventures(?)

Anyway, I already got something simple going where the command is entered in "command(param)" format. This is working well, but I want to have "command(param1,param2,param3,etc)" I know it is probably possible, but my skill is limited. In C#, I could just split them into string array, but I don't see that in AGS.
Would anyone be willing to either suggest me something if this already exists, or help me to split the param by comas and put into a string array. It is OK to be a fixed length array with about [10] because I think that will be plenty. Some need to be numbers, but I think I can just convert to int after the fact.
Also, if anyone has any good tricks to "translating" object,etc. names to strings so that they can be entered real time in the debug window, that would be appreciated. I already figured out the inventory by looping through all the items and extracting their names and using the string with that.
#5
I am making my first "real" game in AGS. I need to have the ability to place an inventory item anywhere in the game (in any room) and have it spawn a certain object. Is it possible to do this with out creating a dummy object in each room and then setting it to visible? It would be best if I could also designate within the walkable area. I really need a solution for this because there are a number of objects in my game that can be placed anywhere by the character and so I'll end up with a lot of dummy objects and it will take a lot of time. I could always make a designated area, but it would make the game less fun for other reasons.
If you know how, I'd appreciate a little example code. Don't just assume I know because I'm new to this.
SMF spam blocked by CleanTalk