Comments

Commented 9 years ago2015-01-29 17:29:28 UTC in journal: #8501 Comment #58475
User posted image
Commented 9 years ago2015-01-29 16:57:30 UTC in vault item: de_vanguard Comment #20824
Haha @ stripper pole. Really nice architecture and clean look and feel t the level. Maybe I can host it in my server.
Commented 9 years ago2015-01-29 16:22:59 UTC in journal: #8501 Comment #58481
User posted image
Commented 9 years ago2015-01-29 15:47:03 UTC in journal: #8498 Comment #67579
And that's why we should ban satellites with lights on them.
Commented 9 years ago2015-01-29 01:49:13 UTC in journal: #8498 Comment #67572
Maybe, but how often is someone going to need to change that? I mean, even for space travel and all that, I imagine they'd just use trigger_changelevels. Might be more likely that some bugger sticks an entity out there.
Commented 9 years ago2015-01-29 01:44:56 UTC in journal: #8498 Comment #67578
That's probably not unlikely to happen, with the skybox being spherical. That's some risky geometry to be sealing us off from the void.
Commented 9 years ago2015-01-29 00:57:24 UTC in journal: #8498 Comment #67571
Supposedly we'd evolve with that in mind. Unless someone recompiled with a leak.
Commented 9 years ago2015-01-29 00:47:58 UTC in vault item: de_vanguard Comment #20823
Looks nice. If anybody's up to play this on a CS server, I'll try it out and give a review.
Commented 9 years ago2015-01-28 17:08:27 UTC in vault item: Life's End Comment #20822
I have heard a lot about this mod, and I've tried not to read the reviews to not spoil my gaming experience. The only problem is, I can't download it. I don't know if it has to do with my computer, or the file hosting site (GameFront), but whenever I try, it just gives me a corrupt file that wont even download in the first place. Is anyone else experiencing problems? Also, it isn't just this map, it happens to Everything else I try to download through GameFront.
This comment was made on an article that has been deleted.
Commented 9 years ago2015-01-28 09:40:43 UTC in journal: #8498 Comment #67577
Imagine trying to sleep if that were the case. Even the insides of your eyelids would be fullbright.
Commented 9 years ago2015-01-28 04:53:09 UTC in journal: #8498 Comment #67570
Incidentally, without light, we would be able to see. The world would be fullbright.
Or so my understanding goes.
Commented 9 years ago2015-01-27 22:08:01 UTC in journal: #8500 Comment #62657
It's pretty amazing how far rendering has come. What was once a titanic task, now is only an included library away, and more complex things can be done with less work. While I do believe it must be fun to tinker with all the low-level stuff, I think it would take me too long to set up a good enough rendering base, and it would probably not be necessary considering there are plenty of already refined solutions out there. I'm not saying it would be a waste of time, I would undoubtedly learn a lot from it, but it's not exactly what I'm after right now.

Unity looks interesting, I might give it a try. I also thought of Unreal at some point.
Commented 9 years ago2015-01-27 21:30:29 UTC in journal: #8498 Comment #67586
^^^ I love this comment.
Commented 9 years ago2015-01-27 14:31:13 UTC in vault item: Canyon Comment #20821
And, I'm now working on Canyon 2.
Commented 9 years ago2015-01-27 08:26:54 UTC in journal: #8500 Comment #62649
Depends on what you want to do. If you want to skip all the low-level engine stuff and just start doing gameplay programming, you can't really go wrong with Unity.
Commented 9 years ago2015-01-27 07:03:44 UTC in journal: #8500 Comment #62652
I recommend you start with SDL, but that might be too low level too. I find Allegro or SFML excellent frameworks to start working with, especially for 2D stuff.
Commented 9 years ago2015-01-27 06:46:05 UTC in journal: #8500 Comment #62656
Been looking at OpenGL programming. It's both amazing and terrifying. It's a bit TOO low-level. I NOPE'd so hard out of there. I'm probably better off finding a nice engine and working from there.
Commented 9 years ago2015-01-27 04:46:00 UTC in journal: #8500 Comment #62646
Always keep a notepad :D
Commented 9 years ago2015-01-27 00:22:09 UTC in journal: #8499 Comment #67619
Such a shame considering his update 2 months ago. He was free of leukemia and making plans for future projects. I guess it came back... :(
Commented 9 years ago2015-01-26 23:53:43 UTC in journal: #8500 Comment #62655
Good advice indeed. Actually I have been thinking of writing it all down, if only to clear my mind.

I need to find some real game code to look at and get an idea of how things are normally handled.
Commented 9 years ago2015-01-26 22:36:16 UTC in journal: #8500 Comment #62651
Note down your ideas for improvement or... just about any ideas. This works for any domain actually. I myself note down ideas, if I get enthusiastic about them wherever I can. Usually in textfiles but if the enthusiasm hits me really hard I'll write them down in whatever notebook or paper I have at hand( or even the notes application my S4 came with).

Later when you'll have more experience you will be able to tackle them.

This was an advice I got from Captain Terror or Tetsu0, I can't remember who for sure.
Commented 9 years ago2015-01-26 20:52:24 UTC in journal: #8500 Comment #62654
Oh Penguinboy. That's uplifting! I have to try it while I have time. It will definitely take some time. Making a map for EP2 is taking me quite a bit, so the idea of tackling a whole game all by myself feels overwhelming.

And what I meant by real-time user interaction was that user interaction with business software is generally not as complex as with a game. Business software often does a lot of things at once at the click of a func_button. Games do a lot of relatively simple things that are tied to a key press, and many of them happen at the same time or not depending on what the user did, and, and... I don't know. I once made a Pong-type game in VB6 and the controls sucked :P
Commented 9 years ago2015-01-26 11:38:07 UTC in journal: #8500 Comment #62648
@Stu: I work on business software which deals with real-time user interaction, so best not to generalise :)
Not just a little bit as well, it's a full-on multi-user real-time client/server application! Written in JavaScript, of all things! And it still has all the business-y stuff like accounting and payroll and database tables and reports.

While working on business software I also made Sledge in my spare time, which deals with rendering, OpenGL, and other gamey stuff. You don't really have to limit yourself simply because you aren't familiar with the details. When I started on Sledge, I had no idea how work with shaders and other graphics crap. Learn by doing!
Commented 9 years ago2015-01-26 11:14:47 UTC in journal: #8500 Comment #62653
It was almost seven years ago (!!) and in any case, the company did business software, which as complicated as it may be sometimes, doesn't ever deal with real-time user interaction, rendering, DirectX/OpenGL, or any of that gamey stuff. It's all accounting and payroll and database tables and reports and realllly dull stuff. I don't think I'm anywhere near game design, not to mention I totally suck at models and textures.

I should try to learn more about all this. But first I should probably finish a two-to-three-map pack for EP2 I started several months ago and never have time to work on.
Commented 9 years ago2015-01-26 09:37:41 UTC in journal: #8500 Comment #62650
Aren't you a trained OOD programmer already Stu(y/n)? If y, how hard could it be to adapt to game coding?
Commented 9 years ago2015-01-26 08:24:43 UTC in journal: #8500 Comment #62659
Instead of crying about it, actually go and try to do something about it.
"But I don't know how!" No shit, nobody did. Start with simple examples and move on closer to what you want to achieve.
Commented 9 years ago2015-01-25 14:35:09 UTC in journal: #8498 Comment #67584
How Can Light Data Be Real If Our Eyes Aren't Real
Commented 9 years ago2015-01-25 13:46:22 UTC in journal: #8498 Comment #67585
Tet is right, lighting in gs is simple.
Its just precomputed radiosity (rad).
It is possible to bake lighting, the only problem is that the player will be fullbright or black.
Commented 9 years ago2015-01-25 13:07:43 UTC in journal: #8498 Comment #67568
Pretty sure it just changes the brightness of the textures based on rays traced from light sources. The lightmap grid holds light information every 16units i think by default.
Models get their light data based on their origin and player gets light data from whatever floor surface you're standing on.

I think...
Commented 9 years ago2015-01-25 11:30:36 UTC in vault item: A really boring hallway Comment #20820
SUTURE'S REALLY BORING HALLWAY
Commented 9 years ago2015-01-25 11:10:39 UTC in journal: #8498 Comment #67569
So you're taking your mspaint drawing as more valid than a detailed demonstration including screenshots and a test map?
It's not even a very good drawing.
Commented 9 years ago2015-01-25 11:10:23 UTC in vault item: Model lighting Comment #20819
Oh, hush, you =3
Commented 9 years ago2015-01-25 07:52:32 UTC in vault item: Model lighting Comment #20818
I don't get it! <pops bubblegum> :P
This comment was made on an article that has been deleted.
Commented 9 years ago2015-01-23 03:46:56 UTC in journal: #4629 Comment #54188
So call him maybe?
Commented 9 years ago2015-01-21 23:48:40 UTC in journal: #8495 Comment #61649
Second!
Commented 9 years ago2015-01-20 04:07:12 UTC in journal: #8495 Comment #61648
Uh... First!
Commented 9 years ago2015-01-20 01:18:59 UTC in vault item: lockdown Comment #20809
Where's Deimos?
Commented 9 years ago2015-01-19 23:04:35 UTC in wiki page: Tutorial: Land Mine Effect Comment #100572
It may also be possible to add a visible part to the mine too, being a func_breakable triggering the env_explosion. It's just a suggestion, but the target chainc could be like this: trigger_once -> func_breakable -> env_explosion
Commented 9 years ago2015-01-18 17:40:23 UTC in journal: #8494 Comment #66211
nfs sucked since underground
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.
Commented 9 years ago2015-01-18 04:34:41 UTC in journal: #8496 Comment #52851
I can't figure out what you're doing from that ;p

Edit
Ooooh, dat second picture doe..
This comment was made on an article that has been deleted.
This comment was made on an article that has been deleted.