-
Posts
32 -
Joined
-
Last visited
Profile Information
-
Pronouns
Male
-
Location
Georgia, USA
-
Modding Interests
Coder
Mapper
Scripter
Shaders
Texture Artist
General Modding -
Operating System
Arch Linux
Contact Methods
- Website
Recent Profile Visitors
3,245 profile views
Cagelight's Achievements
-
AngelModder started following Cagelight
-
zidzabre liked a comment on a file: FFA Bespin City
-
Cagelight liked a file: FFA Bespin City
-
- 8 comments
-
- city
- botroute support
-
(and 1 more)
Tagged with:
-
Aldro Koon liked a post in a topic: Jedi Home III - Temple Edition
-
I don't suppose you'd consider releasing source for this map? I always enjoy poking around map sources, and also recompiling them with higher lightmap resolution (with a JA modded to be able to use such). Thanks for your hard work, especially so long after this game's release, it makes me incredibly happy to see big maps still being made.
-
-
Noodle liked a post in a topic: InGame frankensteinmodel bug - Blender
-
InGame frankensteinmodel bug - Blender
Cagelight replied to WizardMKBK's topic in Modding Assistance
The problem is that the GLM importer at the moment does not preserve normals, a very old problem from long before I started working on it, I might be able to fix this eventually but for now the normals must be manually repaired using a Data modifier on the meshes referencing a disabled, combined version of the model. It's kind of an advanced topic in Blender and I've never been good at describing things. It should end up looking like this though: https://i.imgur.com/HO0FZx6.png -
If we do it, we will not be forking Radiant. It's an unsalvageable codebase with little room for improvement (without more effort than its worth).
-
NAB622 liked a post in a topic: ParaTracker
-
Circa liked a post in a topic: ParaTracker
-
Remove "float: left;" from the color classes (.color0, .color1, etc.), and add "text-align: left" to relevant text container classes (serverName and playerName)
-
I have just enabled HTTPS on the ParaTracker server.
-
It's been open this whole time, I've posted the link in this thread before. I suppose it's not in the OP though so it's not obvious. https://github.com/cagelight/jaownt If anyone is actually interested in helping out, they can feel free to message me for a direct line of communication. I'm the only programmer at the moment.
-
I believe he intended for you to modify Hugeflat - Dark. Once you've made changes you like to that, you upload the .css file somewhere that accepts hotlinking (like your server) and use the last option in the skins list, Custom.
-
It seems there's a bug with the iframe link generation. Will be fixed shortly. In the mean time simply find "enableGeoIP" in your generated iframe link and set it from false to true manually.
-
I'd just like to point out in case you weren't aware, ParaTracker does offer a JSON option for high degrees of customization if you're feeling up to it. The lack of the need to refresh makes it fairly straightforward.
-
I don't think bullet would be very useful for a particle system, simply the wrong tool for the job. I would like to see the particle system improved though it's not very high on my list to be honest. As for destruction, better breakables is something I want to tackle at some point. It should be fairly easy to procedurally generate chunks by adding disecting planes to the brushes.
-
I'm not sure what you mean, could you elaborate?
-
Don't mind at all. The project is being kept here: https://github.com/cagelight/jaownt If you want to talk to me about it in greater detail, I can chat on steam or discord.
-
Unfortunately yes, I've completely removed the SP component from the project. It's just not worth it having to maintain two entirely independent codebases. If it's any consolation, NAB622 wants to restore a lot of the SP functionality into MP so that the campaign is playable in MP. (Synergy/Sven Co-op style)