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 - Gfunkera

#1
General Discussion / Coins!
Sun 12/09/2004 18:07:23
Hey just found this dime the other day does anyone know what it might be worth? I joined a coin forum but I'm still waiting for confirmation so I thought I might give a try here and see if anyone might know?

#2
Yea, so does anyone know how I can achieve this? I wanna beable to know how many times something has been downloaded like on the AGS Main page.   ???
#3
Ok, so call me sheltered but was there erver a talkie version of Fate Of Altantis? I have the original but I was just wishing I had a talkie version....  And if anyone wants to trade Altantis for The Last Crusade PM me  ;D
#4
Hey, all here is "The Hyper Engine" Room.  I'm looking for some c&c and maybe some ideas of what else I could add to the room. I believe I'm on the right track and found a style I like and can hopefully stick with, is there anything I might to do to help keep the same style from bg to bg.  :=

As you can see its a scrolling bg.


Animation to show progress

Final Version

What I've Done

- added texture to lights
- adjusted colors more like darths edit
- used Darths idea for engines added extra grill
- fixed pipe coming from hd-2 to hd3
- added a door button
- fixed the shading
- fixed pipe going into first engine on the left
- adjusted toolbox perspective a bit
- Removed cracks on walls
- Removed crack from pipe (LMAO, but I did)
- fixed some perspective problems
- removed some double pixels (oooopps)
- learned lots & lots from this yay! 

#5
General Discussion / My External Ip?
Mon 03/05/2004 19:07:37
Ok, so this has nothing to do with adventure games, thats why I'm posting it here.

I have a linksys firewall router I want to setup a Interent Server for Call Of Duty, or Americas Army, I succesfully get a dedicated server running but I don't know if its realy broadcasting it to the net so others can see it, I do a search in the Call Of Duty server list but don't see my server anywhere and noone seems to join,  I have the server set with dmz but I'm not sure if it getting out? I obtain ip automatically... Does anyone else host game servers for this game or others that might beable to help? Please
#6
Critics' Lounge / Updated Space Game Art
Fri 30/04/2004 08:59:16
Heres a couple characters & a ship I did just for practice, they are here for c&c[/b]




#7
General Discussion / Moderators
Mon 19/04/2004 18:37:55
Why do you guys gotta go around and change my threads on me?? I'm sick of this shit!

"I'm a retard"   I bet you think your real funny! Kiss my ass!
#8
I wanted to install full throttle on my computer and its the first time since I got it and It dosnt detect my sound card??? Is there sometype of patch or something that fixes this??  My sound works perfect in windows....
#9
General Discussion / Kyrandia!! More Mirrors?
Sat 17/04/2004 21:32:32
oK, now that Kyrandia is abandonware I wanted to download it! Any one of the three hopefully all 3.  The only site I can find with them on it to download is,  http://www.the-underdogs.org  and seems there site is crap because I've been trying for 2 weeks now to be able to download these games with no luck, and I've searched and searched for atleast some mirror sites, but  I have nothing but ones they want ya' to pay or just shitty warez sites that give me the runn around! Does anyone know where there are some half-decent download mirror of the Kyrandia series games??? Or could someone host them on better server long enough for me to get them! Oh please as I long to play Kyrandia, as I did when I was a  child!


- EDIT -

Well I got the first one to download and Now I got the 3rd but its real slow!!! I"m only pulling like 8k a sec  :p thats too damn slow!!! lol I'm used to 160 - 250Ks a sec lol
#10
General Discussion / Blue cup icon on url???
Fri 16/04/2004 14:58:29
Ok, I want to put an icon for my webpage like the forum does, you know how it has the little bluecup icon beside the url when you go to the ags forums. Does anyone know how to do this???
#11
Critics' Lounge / Reused Old Thread - New Syle
Thu 15/04/2004 21:31:48
Edit Monday, July 12, 2004

Ok since this thread still existed I thought I'd use this one.... Here is a quick bg I drew up in a new style kinda warped... C&C Please maybe a paintover As I'm very interested in this style!





Hey I just redrew what I wanted the main character of weed quest to be, so I'll post it here. I'm not that well at animating so I might not have a side view for him, although I'll try my best...





#12
When would everyone recomend a good time to release a demo of a game??? Like should it be like 4 or 5 rooms??? Some info on how you guys decided to post your demo, and when you thought it was ready....




* I don't even know If I understand what I said now?? lol
#13
General Discussion / Gif Animation?
Tue 13/04/2004 06:57:38
Ok recentley all animated gifs are not playing in Internet Explorer and I've checked under tools internet options then advanced and the option for animated gifs was checked so I un checked it so it wouldnt play them, then I went back and clicked it so it would, kinda reset it. But I still have not luck. I have no firewall running when I'm browsing the forums so I know this can't be the prob.  Any ideas....... I run SpyBot Search & Destroy, and Adaware everyday and I have no spyware or adware????
#14
Ok heres the Demorgon Games logo I was making. Anybody have some cc for it? Anything it might need.... Also what might be a good idea for a quick sound to be played when it is showed?

#15
Beginners' Technical Questions / My GUI Thread
Fri 09/04/2004 08:33:33
Ok I've been trying to make my own custom quit GUI I've got that part to work, then when trying to set the quit button I get this problem when trying to compile

Runtime Error: Function Still Open, missing }

Its probally something simple... Its pretty late and I've been working on my game for almost 9 hours now.....

Here is my code I have not yet added the cancel button....

Code: ags
  if (interface == ICONBAR) {
    if (button == 4) {  // show stuff
    if (IsGUIOn(1)==0)
GUIOn(1);

    }
    else if (button == 5)    // save game
      SaveGameDialog();
    else if (button == 6)   // load game
      RestoreGameDialog();
    if (button == 7) {  // quit
    if (IsGUIOn(2)==0)
GUIOn(2);

    }
    else if (button == 8)    // about
      Display("Weed Quest v1.0 by: Demorgon Games http://ashton.b0x.com");
  }  // end if interface ICONBAR

  if (interface == STUFF) {
    // They clicked a button on the Inventory GUI
    
    if (button == 1) {
      // They pressed SELECT, so switch to the Get cursor
      SetCursorMode (MODE_USE);
      // But, override the appearance to look like the arrow
      SetMouseCursor (6);
    }
    
    if (button == 2) {
      // They pressed LOOK, so switch to that mode
      SetActiveInventory(-1);
      SetCursorMode(MODE_LOOK);  
    }
    if (button == 3) {
      // They pressed the OK button, close the GUI
      GUIOff (STUFF);
      SetDefaultCursor();
    }

    if ((button == 4) && (game.top_inv_item < game.num_inv_items - game.num_inv_displayed)) {
      // scroll down
      game.top_inv_item = game.top_inv_item + game.items_per_line;
    }
    if ((button == 5) && (game.top_inv_item > 0)){
      // scroll up
      game.top_inv_item = game.top_inv_item - game.items_per_line;
  } // end if interface STUFF

  if (interface == QUIT) {
    
// They Clicked a button on the QUIT GUI
    if (button == 0) {      
QuitGame(0);

}


#16
General Discussion / AGS RPG Info???
Sun 04/04/2004 21:05:34
So what exactley are are the developments that have been made towards RPG with AGS, I do believe a few years ago someone realeased a demo of there RPG... But what I was wonering is where I can get anyinfo on it and what some people have done, I would realy like to use AGS I'm already real familiar with it.... Or any ideas on how I could make it RPG like with out the random monster attacks and all the magical items, so its more like an advenutre/RPG/Platform   So instead you would fight the AI real time on the map instead of going to fight scene like FF Well anyones ideas and info on this  matter would be greatley appreciated. I have like 10 pages of the story written, along with dialogue.
#17
Ok I've looked around and cant find it, and I probally did see it but didn't know that it was it but, I can't find a proper way to animate an object??? Like I wanna have a door slide up like in star trek but I can't get it to work it?? Is there an easy script for this?? I may have looked right it and not even known it.... And I have read the manual.... 8)
#18
Ok, so I wasnt sure were to put this so this seemed like a good place.... Ok so what I want to do is I got a bg I've made of a volcanoe island and I want to gradually zoom in on the bg, untill the volcanoe is close up.... Now is there a easy way of doing this, software, script, etc. ??? Or what would you guys say would be the easiest way of doing this? Your replies will be greatley appreciated.
#19
Ok I've begun working on "Weed Quest" its a new game I'm working on myself.

- Story -
You play Ashton in this epic adventure to find out what has happend to the worlds supply of weed. You start off in this game at your home when you realize that your stash is gone, eventually you find that the entire world has also lost their supply. It is up to you to find and restore the worlds supply! You will encounter many wacky characters from crack heads, to warlords. You will travel to Mexico & Somewhere of the coast of Florida. If you have a good sense of humor then you'll realy enjoy this game.
Be sure to check my Website I'm also lookin for anyone who would like to join the "Weed Quest" team? If your interested pm or mail me. I will add more updates when they are available.  8)
---------------------------------------------------------------------------------------------
- EDIT -
Here are a few new screen shots, notice the style in the first one. This is how I'm going to try and keep it for the entire game...

-EDIT-
I have been working almost everyday on the game, made a new logo. I also have spiffed up all the intro bg's. It realy looks good, and I'm hoping to have a playable demo ready in a month, so be sure to check in frequentley!

- EDIT -
I've redrawn the main character here is a image that  shows the new character art. I'm still editing and changing him but this is close to what he's going to look like in the game. Its a big change from the first one!




-Backround Art: 12%

-Animations: 10%

-Puzzles: 20%

-Scripting: 15%

-GUIs 100%

-Music 00%

A look at Ashton's Room!

Main menu of the game.

This is where Ashton kicks it!

Each button has mousover and its starting to look pretty nice.
Button art borrowed from the BLUE GUI
#20
Ok I've drawn up this guy to be kinda like a bouncer at a compound (military type thug)
And how hard do you think it would be to draw the animation of him pulling out a gun and shooting at the pc, this is if the pc pushes his luck? Is there anyone with good animation skills that would like to help?


- EDIT Friday, March 26 -

Ok I'm realy having trouble with the animation this is as far as I can get. The finall image of him holding his gun straight out with both hands kinda like a cop is not working I've tried several different way but I can't the proportion right his arms just look smaller than what they are or I have them bent to much?? Gggrrrrrrr..... Well I am learning a lot. Anyone have anyphotos that might work good for reference?? Oh and C&C is still welcome please....

- EDIT Sunday, March 28 -
Ok so this character is a guard that will protect the entrance in front of a compound that the player character has to get into. He will be the gate keeper and the pc will have a few puzzles to solve so that the door guard will leave the door allowing the pc to enter. Currentley I'm working on the puzzles and waiting on the rest of the gun animation which is going bad so I had to change too something else, or I'd go nuts. I'll post the finished animation as soon as I finish for some c&c.
SMF spam blocked by CleanTalk