We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Finalspace
Hi there, after a very long break, i am finally back - fully well and very motivated to code ;) …
»
Barret Gaylor
Ok, I think I figured it out. here's the code I created: https://github.com/Barret5Ocal/4coderP…
»
Barret Gaylor
I'm trying to create a python mode for 4coder. I have already made the 4coder_language_py.h file,…
»
Jens Scharmann
Thanks again for your help. Relative paths didn't work but i managed to get the project directory…
»
Simon Anciaux
I was creating this article Customization layer - getting started ( 4coder 4.1 ) and I noticed th…
»
Simon Anciaux
Content This article is a small introduction to the 4coder customization layer for 4coder version s…
»
Moritz
Hello everybody, I'm currently racking my brains about strange behaviour when vertically resizing…
»
Miles
deleteryou make a game, and the engine is what comes out the other side. Like, all the code that …
»
Jens Scharmann
YES it is... Thanks a lot I will play a bit around with your suggest set_hot_directory method and…
»
deleter
It is a tough thing to specify, because when going custom, building the engine before the game fe…
»
Simon Anciaux
If you have the paid version you should be good to go. You should be able to just run the build …
»
Jens Scharmann
I find a few minutes to try it today. I cannot build the custom layer, I got an error that custom…
»
Jens Scharmann
Thank you I will try it tomorrow
»
x13pixels
Just the PDBs are enough. Thanks!
»
Simon Anciaux
If you have access to the customization layer you could use set_hot_directory to set the project …
»
Miles
I disagree that your idea of building around a single tight core gameplay loop is a universal tru…
»
Edwin Steiner
OK, thanks. I'll save working/non-working .exe and .pdb when this happens again. Is that sufficie…
»
Jens Scharmann
Thanks for the reply. Your described project structure is exactly what I want but I hope to open …
»
x13pixels
If you get into a case where that happens again I'll be happy to take a look at the corresponding…
»
deleter
The game idea looks nice, it seems like you've hit on a universal truth about games. That is the …
»
Simon Anciaux
I'm not sure I understand properly what you're asking, and I don't usually use the 4coder project…
»
Guntha
Hello, I just wanted to share my experience. The assimp library gave me good results with most f…
»
Sanyam Malhotra
Hi, First of all, the project looks great. So I am also working on a 3D game that I am "trying"…
»
Jens Scharmann
I tried to setup a 4coder project where the 4coder project file is in a misc folder and the sourc…
»
Edwin Steiner
Hi, thanks for the extra information. I'm now using /Zi on the compiler and /INCREMENTAL:NO /DEB…
»
x13pixels
Ah, sorry I misunderstood. The ability to pick a source file or base source location is on the l…
»
C_Worm
you're the best! thank you!!
»
Mārtiņš Možeiko
Three errors: 1) You are doing glClearColor after glClear. That means on first frame glClear wil…
»
C_Worm
Basic program trying to render a rectangle with indices. I've checked my vertexattribs many time…
»
forrestthewoods
> Right now there isn't a way to specify an alternative symbol path. The problem is not inab…
»