🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest question Activity

It will be quite challenging for me to answer briefly, but I will try my best.

At its core, you would define skills as game objects much like how players, enemies, treasure chests, trees, etc are defined and instantiated.  A character in your party will have instances of skills which have execu…

3,613 views
Advertisement

A major part of gameplay is making sure objects are at the right places at the right times. This means you must understand the mechanisms behind how objects in a scene are placed at a particular position. You need to know how to do stuff like program a door to swing open when activated, or calculat…

3,525 views

It was a much simpler time back then.
Photographic perspective correction and simple UV project from view was the dominate go to.
Basically, everything was a real-life source texture stamp. 
For this style, don't overthink it fren.

? Original Texture Source Photography from Half-Life 1 - YouTube

3,133 views

yes, pursue all 3 options, and see where it leads. 

3,024 views
WitchLord
January 27, 2023 04:50 PM

I actually had a similar question not too long ago. 

I think it can be done without modifying the API using the methods available for reflection and JIT compilation, but perhaps it will be easier with some changes to the API to expose internal logic. The implementation of the internal method as…

3,924 views

Thread necroed by a spammer. Thread locked.

9,907 views
YourVRExperience
September 29, 2022 08:45 AM

What you have to study depends on your approach to game development.

  • Approach 1: As a hobby
    • This is a valid approach. Not everyone is interested to become a professional game software programmer. Sometimes you want to have fun coding cool stuff. In that sense there are plenty of tutorials dealing wit…
5,797 views
WitchLord
February 11, 2022 03:31 PM

Yes, with the use of the auxiliary pointer this should be just fine.

I'll review your patch in detail, create some test cases, and merge it into the library.

Thanks for the contribution.

6,282 views

Writers, authors or what ever title they give themselves are the most important aspect of any game franchise of content.   (Tetris 9 million obviously doesn't require a story, or games without any story comtent, which are few for a very succesful game)   In my experience most new develope…

7,418 views
fleabay
December 23, 2020 03:29 PM

Alberth said:
C++ typically doesn't use camelcase for functions.

Yes it does. Why would you say that, even as part of an example comment?

13,064 views

This was posted accidentally in the Writing forum - it's now moved to the For Beginners forum. 

Also, the question was posted twice. Locking this one. 

3,189 views

Well, I won't lie after failing to fix some nasty bugs and a general disinterest from the "public"(of course I am talking about a extremely minified version of the public), I started questioning whether my last year and a half was a total waste of time. As time is nearing where I am supposed to rel…

4,056 views
Advertisement
Advertisement