What are you working on?
Moderator: InsideQC Admins
Re: What are you working on?
lol @ leilei
I have to admit I made this model in Blender, too, so it doesn't have the fully original front-and-back projection thing.
320x200 is almost high-res. We're not having any of that here. I packed the UVs pretty tightly though so I guess it actually uses more than the 128x128 pixels depending on how you count.
So yeah, it's a modern fake.
I have to admit I made this model in Blender, too, so it doesn't have the fully original front-and-back projection thing.
320x200 is almost high-res. We're not having any of that here. I packed the UVs pretty tightly though so I guess it actually uses more than the 128x128 pixels depending on how you count.
So yeah, it's a modern fake.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
-

Barnes - Posts: 226
- Joined: Thu Dec 24, 2009 2:26 pm
- Location: Russia, Moscow
Re: What are you working on?
There's something bugging me with that weapon texture gb, but I'm not sure. Maybe it's the whole back body completely red. Imo you could add some metal stripes to make few variants to the red texture. Does it become bright when it fires? If it does, it's an awesome effect! I like the "antennas" very much! Good work.
I made a portal gun too, very long ago
.
I made a portal gun too, very long ago
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: What are you working on?
leileilol wrote:real old school would be a big fat 320x200 texture done in DeluxePaint with a reliance on dithered gradient effects.
Don't forget about terribly inefficient UVs.
- dwere
- Posts: 11
- Joined: Tue Dec 31, 2013 11:19 pm
Re: What are you working on?
toneddu2000 wrote:There's something bugging me with that weapon texture gb, but I'm not sure. Maybe it's the whole back body completely red. Imo you could add some metal stripes to make few variants to the red texture. Does it become bright when it fires? If it does, it's an awesome effect! I like the "antennas" very much! Good work.
I made a portal gun too, very long ago.
Holy crap, you Quake people and your love for brown pixels.
Spike wanted it to be brown too, so I already remade the texture twice. There's a limit to how much time I want to spend on this really. It could become bright when it fires, but that's not my beer. The model has both skins.
-

goldenboy - Posts: 924
- Joined: Fri Sep 05, 2008 11:04 pm
- Location: Kiel
Re: What are you working on?
Holy crap, you Quake people and your love for brown pixels.![]()
No, sir I swear, I'm innocent!
No seriously, I din't ask you to ged rid of red, but instead of adding some metal trims or metal plates, but maybe because the pic was small I didn't see the details
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: What are you working on?
Finished a silly game for some college work.


-

hogsy - Posts: 198
- Joined: Wed Aug 03, 2011 3:44 pm
- Location: UK
Re: What are you working on?
https://www.youtube.com/watch?v=HF-dRlLfYr4
.way files for monsters heavily inspired by the Frikbot. No combat currently. They're just roaming randomly atm, next up is making them build a path and hunt a target using Dijkstra's algorithm which should be pretty paintless as the bulk of the fiddly stuff has been done.
.way files for monsters heavily inspired by the Frikbot. No combat currently. They're just roaming randomly atm, next up is making them build a path and hunt a target using Dijkstra's algorithm which should be pretty paintless as the bulk of the fiddly stuff has been done.
- c0burn
- Posts: 208
- Joined: Fri Nov 05, 2004 12:48 pm
- Location: Liverpool, England
Re: What are you working on?
@hogsy: what the scope of the game?
@c0burn: cool! How do you add waypoints into the map? With a key?
@c0burn: cool! How do you add waypoints into the map? With a key?
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: What are you working on?
toneddu2000 wrote:@hogsy: what the scope of the game?
@c0burn: cool! How do you add waypoints into the map? With a key?
There's a full editor in the mod with menus etc (once again heavily based on FrikBot)
- c0burn
- Posts: 208
- Joined: Fri Nov 05, 2004 12:48 pm
- Location: Liverpool, England
Re: What are you working on?
Great! The menu is made in csqc?
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: What are you working on?
No, purely SSQC. The mod is running on standard quake engines.
- c0burn
- Posts: 208
- Joined: Fri Nov 05, 2004 12:48 pm
- Location: Liverpool, England
Re: What are you working on?
toneddu2000 wrote:@hogsy: what the scope of the game?
The game was required to have a simple power-up (which in this case was an extra life), a set number of lives before the game restarts, a HUD, some tracking of the players score, enemies which can follow the player and three different levels. I pretty much spent three days creating the game so it ended up being fairly rushed with most of my time being spent on getting functioning enemies in the game, since I had to deal with a lot of our base code for monsters which isn't exactly very mature right now which meant implementing some workarounds for movement and such, so that was fun... All of it is available on our GitHub.
-

hogsy - Posts: 198
- Joined: Wed Aug 03, 2011 3:44 pm
- Location: UK
Re: What are you working on?
http://youtu.be/DEy8I8wj69M
Dijkstra's algorithm for shortest pathfinding has been implemented. Currently the monsters just find the player wherever he is. As you can see, they can navigate the map really well (they're so fast as they're sped up x2 for testing).
Dijkstra's algorithm for shortest pathfinding has been implemented. Currently the monsters just find the player wherever he is. As you can see, they can navigate the map really well (they're so fast as they're sped up x2 for testing).
- c0burn
- Posts: 208
- Joined: Fri Nov 05, 2004 12:48 pm
- Location: Liverpool, England
Re: What are you working on?
really cool! Can you make them go to idle animation while waiting for you to touch another waypoint? Because, by now, they seem like they're freezing. Except this, awesome work dude!
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Who is online
Users browsing this forum: No registered users and 1 guest