Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
316 stars 56 forks source link

Add support for Tremulous in the releases. #39

Closed dGr8LookinSparky closed 8 months ago

dGr8LookinSparky commented 4 years ago

Hello,

Some Tremulous mappers started to use your netradiant fork relatively recently with good success. One of those mappers, @BillyRazOr , gave me a .zip of his setup for Tremulous mapping, here is the link with his modifications for your review: https://www.dropbox.com/s/8bnpocvahs6kc08/netradiant-custom-win64.zip?dl=0

Would you include support for Tremulous mapping out of the box in the releases? If that would be the case, we have some mappers who would be eager in helping out with testing and offer feedback.

Garux commented 4 years ago

There are unverified game configs linked from readme: https://github.com/Garux/netradiant-custom, Tremulous config is included. Setup is to drop archive contents to radiant folder.
Idk if that'd be much improvement to include the config in release. Best experience would be with .ent xml entity definitions (enabling smartedit in entity inspector and default values).

dGr8LookinSparky commented 4 years ago

I see, from initial browsing, it does look like all of the trem related files in your provided archive matches with what Billy has in his .zip of his setup, so it sounds like the files you provide most likely works as is for trem mapping. Also I just noticed now that you do have bash scripts for downloading/installing the game packs. Your current arrangement is pretty straightforward from the looks of it (I should note though that I personally haven't done any mapping yet, so I'm still very much a noob in that area, I have been mainly coding for trem).

Still it might be nice if you had a process to have unverified supported games be determined to be verified and then included directly in the releases, or perhaps have the downloading/installing of the unverified files of a given game built into the program itself, where there would be an option in the menus to install unverified supported games from the unverified archive (part of that would be a drop down menu that lists all of the unverified supported games not yet installed).

Garux commented 4 years ago

Gamepacks are downloaded during build process with default settings (not just configs, but also some textures, shaders, models).
Unverified there stands for 'unmaintained/not polished', however editor runs well with them. I don't think it worth extra complication besides having them at the very start of readme or maintaining + including in releases.

BillyRazOr commented 4 years ago

Hi Garux! Nice to meet you! :smile: If we made PBR mode for improve textures quality will also support in your netradiant custom? Like rendering from q3map2.

Garux commented 4 years ago

Hi, it doesn't sound, like i can handle such task, but what exactly would be wanted from q3map2?
There is deluxemaps support for such kind of things.

BillyRazOr commented 3 years ago

It doesn't sound, like I can handle such task.

Sorry for late almost a year because I'm too busy for my work, so I'm not often to login GitHub.

PBR stands for "Physically based rendering", it's use for computer graphics to render texture images in any ways that model have flow of lights and looks more realistic or should called "likely in real world". Therefore, it's pretty massive entities and much of structures to approach a modern-look with fancy model. Indeed, these were so powerful performance that required high-end graphics card to support.

There is deluxemaps support for such kind of things.

Well, honestly I'm not very expert mapper for making enormous textures and model stuffs. But one of my friend had taught me to make a simple PBR textures for running with Tremulous in order to support it with PBR. So I think deluxemaps can handle to it and able to render it.