NetRadiant issues - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12) +--- Thread: NetRadiant issues (/showthread.php?tid=3005) |
NetRadiant issues - Garux - 05-13-2012 Got a few bugs here, hope its proper place for posting 1. Ctrl+tab doesn't work for floating windows layout, menu item doesn't too. Got one with win XP 32 bit. 2. Radiant crashes, starting with numerous pk3 files. Limit is about 250 ones. The most recent build, which handles more packs is netradiant-1.5.0-20110223. 3. Bug with not loading decompiled maps, having faulty brush definition. console: 41552:3: parse error at '{': expected '#quake3-primitive' brush 4134: parse error entity 0: parse error .map: // brush 4134 { // brush 4135 Could just skip such brushes, map loads after deleting every entry manually. 4. Missing feature: texture lock on rotations (and probably flips). Cant imagine how hardcore is coding that though. Thanks! RE: NetRadiant issues - divVerent - 05-15-2012 At least rotations should have working texture locks when using the "Brush Primitives" file format which is default in Xonotic's NetRadiant settings. Which version of NetRadiant are you using? 20110223 is quite old. As for many packs - can't be helped, is an operating system limit on the number of file descriptors. Maybe 1.5.0-20110223 kept a few less files open (e.g. less DLLs), but this can't be helped now. RE: NetRadiant issues - Maddin - 05-15-2012 This brush parse error is caused by trying to import brush with normal texture projection into a map with alternate texture projection. You have to disable "brush primitives" in Preferences->Settings->Brush. RE: NetRadiant issues - Mr. Bougo - 05-15-2012 Sorry for giving your thread a low rating, I misclicked. RE: NetRadiant issues - Garux - 05-17-2012 Checked the number of packs, old 20110223 build can handle. Its 503 ones. Pretty suspicious numbers, also the change was harsh. Sounds more like some var was changed to lower power of 2. I have 6 radiants installed, learning bugs atm Checking issues with the most recent release, of course. Thanks for pointing to brush primitives format, ZeroRadiant converted my project to it, and now everything is rotating and flipping perfectly. Though 20110223 build does it too. Quote:This brush parse error is caused by trying to import brush with normal texture projection into a map with alternate texture projection.Sure its other case this time. I formatted *.bsp to *.map with q3map2 and the product cant be opened. There is no closing bracket in brush definition. Issue usually happens with big complex maps. I guess q3map2 gets over 65k coordinate, which causes writing no info about brush. Also noted other lightweight issues: - shift+a (SelectAllOfType) works for complex brush entities only after selecting whole entity. ExpandSelectionToEntities solves the problem. - InvertSelection function ignores filters, so you can edit invisible parts. Not too painful one, since you can invert selection with shift+lmb selection. Also i have idea about optimizing of screen space usage with 1,3 and 4 layout modes. Its about enlarging of windows (2d, 3d, console, textures) on pointing them with mouse. So you point on the window and set it's size, next time you point it, size restores. Seems useful and easy/not risky to implement. RE: NetRadiant issues - Garux - 05-23-2012 q3map2 bugs External lightmaps + light styles cause one. Lighmaps are calculated well, but the autogenerated shader has $lightmap entries instead of proper image links. Works ok on test map after correcting entries manually, but it doesn't seem possible on one with numerous light images. Lights with linear falloff kinda fail using bump image (q3map_normalimage one). There can be seen completely black marks of bump mapping with light, falling at sharp angle to surface, but not true lightmap. Test maps included stylestest.zip (Size: 2.02 MB / Downloads: 0) RE: NetRadiant issues - Garux - 02-14-2015 Quote:Two actually bad bugsoops, happened just with XP styled window theme by ingar Quote:-minimize entity inspector or any similar floating window - minimizes radiant, can't restoretrue, but can restore still a bug, but not that awfull RE: NetRadiant issues - Garux - 02-18-2015 xonotic 0.8.0 release has q3map2 with broken -nosRGB parameter, which is in build menu (enables sRGB) |