News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
 
thats the thing though, there is an urban terror game file in my netradiant/games
??? 
 
isn't*** 
 
I'm sorry. It seemed to me that Urban Territory it is mod. Have you tried to do as well as for other games? 
 
 
Urbanterror is standalone 
 
thanks for the link negke.
Though still nothing... maybe im just not placing folders in right area.
also, anyone know where i can find some pre-colured/textured models? 
 
Ok, i found out ow to do it. You need to right click on Netradiant App, then click "Show Package Contents, you then go to Contents>MacOS>Install>q3.game then place urbanterror.def in there

anyone know where i can find some pre-colured/textured models? 
 
Now i have another problem. I have been working on a map for a long time, then one time i saved it as usual, and exit radiant. Then next time i load the map, the map is empty. Like all brushes had disappeared. I was very distressed, so I made another map, making sure I saved all the time, then today I exit, and came back later, and same thing happened.

What's going on??? 
 
you're on mac then?

have you tested it by opening up finder window to your save folder, and then saving?
does a file appear at all?
if it was w7, i'd say it was a permission problem... but maybe it's saving into /library instead of /user? just guessing here... 
 
Could also be a case where Radiant has a problem with the entity definitions (improperly configured, syntax error, missing something). Or simply filters activated?

As for the models, just try the ones that come with UT. Not sure if you just need to point the program to the right folder/pk3 or actually have to extract them. Also may need to adjust config xml. 
 
Yes I am on a mac.
I will describe the situation.
I was making a map. And I had been saving all day. Then i saved, and quit Netradiant and had dinner. Then I came back opened Netradiant, and both my map, and the autosave would not have any brushes or models in the map. This is really weird, as it was only this map. All my other maps from ages ago still worked fine.

Also, i save my maps to my desktop, which has worked fine in the past. This error only really happened after i updated X11 
 
Does the map file itself have any brush data or is it just empty in a text editor? 
 
is there any interest in a .ent/.def -> .fgd converter?
was originally going to be just a gui for managing and saving lists of entity definitions but i haven't gotten around to making the gui yet, so it's just a command line thingy. 
Sure 
That'd save some time.

These files tend to get neglected when creators don't use all formats personally. 
Does It 
Go forwards and back? 
I'd Be Interested In One Of Those 
 
Yes 
interested 
Ok, Cool 
i have some things to clean up but i'll try to get a version that works out during the week.

currently, it can (from what i've seen so far) parse a .ent and create a .fgd.
eventually it should be able to go back and forth, with probably it's own format to store everything in.
this is because there is some loss of data going either way:
.ent files tend to have nice long descriptions of how the entity works, and then descriptions for each keyval/flag, whereas fgd tends to have more abbreviated descriptions, relying more on external docs to flesh out entity functionality.
but fgd has, first, the concept of inheritance for definitions which .ent files lack and the other things like data types for keyvals (strings, integers, choices), which get lost going to .ent.

also, depending on how you document your entities, it can be more of less effective.

so, when creating an fgd from an ent, i've taken to having the thing create some standard baseclass entitites (appearflags, target/targetname, monster, player) and then having the parser try to deduce if the fgd should inherit from a baseclass or not.

eventually, when the gui is working, you'd be able to both parse pre-made def files but also just make your own in the gui itself and fix up badly interpreted defs.

additionally, i'd love to have it be able to scan through an entire qc source project looking for entity defs, matching if they have been added or modified from the current database and then updating it with only new entities... or whatever... dunno how far i'll get.

i'll have more info depending on where it's at next week. 
.def -> .ent? 
 
 
copy the .def file and rename it to .ent? 
Def Files 
Do have inheritance I think. Doesn't quake.def contain an abstract definition for lights from which all other lights inherit? 
 
All i want to know is how to stop my maps deleting themselves? 
.ent Files 
.ent files are XML
The ones used by Netradiant atleast are. 
 
oh then that's not what i was talking about in my previous post then.
.ent is the plain text format used for QE3, which is just QC block comments with a description of the entity.

i doubt i'll touch the netradiant one, at least until i can get gtkr/qe3 <-> fgd working.

if it's xml though, it should probably be easier than parsing FGDs since i could just use the java xml parsers, but it's beyond the scope of what i want to do for now. 
Banksy 
not many mac users here, thats why there's not many answers.

Try what negke said though - open the .map file in a text editor. If there's still stuff there them your level editor is broke. Maybe try Toetag, which I think is 'the' mac level editor for quake.

If the .map is empty in a text editor then its an OS problem - no idea. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.