Daya
Well, what's at line 2629, column 65 in the map file?
Silly Me
#14308 posted by Daya on 2014/08/26 11:41:08
I can just download a backup from my mediafire and refix the leaks.
But why in the hell did TB crashed when I was just trying to move everything and how can I center the map if there's no option for it?
Onetruepurple
#14309 posted by Daya on 2014/08/26 11:44:39
"( 1600 -1840 -0 ) ( 1600 -1840 176 ) ( 1552 -1840 -0 ) tech07_1 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN"
Dafuq
Replace all #QNANs with 0.
SleepwalkR explain yourself!
Another Question
#14311 posted by Daya on 2014/08/26 12:23:46
How can I make monsters drop ammo/weapons? I've seen people comment on it but now how to make it work.
Replaced Every #QNAN With 0...
#14312 posted by Daya on 2014/08/26 13:25:29
...And most of the brushes and entities have moved away to some units, making the map a whole mess.
#14313 posted by JneeraZ on 2014/08/26 13:50:22
"SleepwalkR explain yourself!"
LOL, your software crashed. N00b...
Trenchbroom
#14314 posted by ijed on 2014/08/26 14:36:25
Auto backups every few minutes - look inside your maps folder for a subfolder called 'autosave'.
FYI NAN is 'Not A valid Number' so even though 0 is a valid number, its almost certainly not the right one for that particular coordinate.
Monsters can only drop what they were told to carry by Qc, although Preach might have a hack for it: http://www.celephais.net/board/view_thread.php?id=37116&start=295
But in general without qc or hacks monsters only drop what they always have.
Thank You Ijed
#14315 posted by Daya on 2014/08/26 14:49:58
Found the version of my map without the leaks and before the corruption.
This following thread says having monsters drop ammo/weapons is possible without qc amnipulation: http://www.celephais.net/board/view_thread.php?id=37116
And I'm still looking for a way to center my map without crashing TB.
Enemies Dropping Items
#14316 posted by Cocerello on 2014/08/26 15:12:38
In that thread, with only hacking, there is the trick for making a monster that usually drops a backpack, having inside the backpack other ammo/health and weapons. There is also the trick to make a trigger drop items at an specific point.
But i suppose that what Daya want is to make a monster like the demon or the hell knight drop a quad, a key, a backpack or any other item when it dies with just hacking. And for that one, i have no idea.
By the way, now that we are talking about dropping things. Is there a way with just hacking to make a monster drop an item each time its hit (including enemies droping the backpacks that usually drop on death but droping the same one everytime they are hit), to create something like in the bonus stages in Golden Axe.
Also
#14317 posted by Cocerello on 2014/08/26 15:20:40
A round about theory could be to keep the monster in the same place, use a trigger_once covering the enemy to count the damage and to trigger the item spawning, and then pass the damage to the monster with a trigger_hurt. It doesn't seem to be feasible but its an idea.
If An Entity Can Track Down A Monster's Status...
#14318 posted by Daya on 2014/08/26 15:27:09
...can it be set to follow it, so that if the monsters move, when he dies the item spawns on him?
Tastier
#14320 posted by ijed on 2014/08/26 17:01:17
I Wish
#14321 posted by SleepwalkR on 2014/08/26 17:16:59
you would RTFM. Necros and I went through a lot of trouble to provide TB with proper docs. The autosave is clearly explained in there.
Crashes: Well, shit. There's your explanation.
Decided Not To Use The Shubkill Anyway
#14322 posted by Drew on 2014/08/26 20:00:46
As I'm Sure You Were All Curious To Know.
#14323 posted by Drew on 2014/08/26 23:16:53
Quad Damage Still Doesn't Show Up
#14324 posted by Daya on 2014/08/26 23:46:12
I was careful enough with the other items which showed up this time by placing them somewhere else or giving them more space, but I tried the same thing for the quad damage (located inside a corridor between 2 closed doors)by extending a little bit the width of the corridor, but still no dice.
Is it related to entity limitations?
Might Be Worth
letting someone else have a look at the map file.
WADs And Such Included
#14326 posted by Daya on 2014/08/27 01:15:38
Didnt Check
#14327 posted by ijed on 2014/08/27 01:26:54
But its just down to the bbox. The drop call from items.qc really sucks and should only have been applied to bsp items like ammo.
It's still too close to a wall is first guess - effectively they're fatter than a player in id1.
Fixed It By Lifting It Into The Air By 16 Units.
#14328 posted by Daya on 2014/08/27 02:57:28
Raised It 16 Units
#14329 posted by quaketree on 2014/08/27 05:32:01
That should have been the first thing to try before resizing the space if only because it was the easiest fix. Unless it's in the players view right as the level starts it's a good idea to raise everything inside a bounding box well off of the floor (even more than 16 units if you can) because of how Quake deals with them. Sometimes the item gets put in before the clipping hull is put in (just by milliseconds) but items will start to fall right away until they hit that hull and if it's past that hull by even one unit it will fall through and disappear.
It has to do with where they are in the .map file that the BSP compiler will use to determine the order of placement and most editors do that sort of randomly (I'm sure that there is some sort of logic to it but damned if I know what it is).
TyrUtils Qbsp
Hi, I use QuArK but when I compile map with TyrUtils qbsp, the textures are upside-down. I tried -oldaxis option but it doesn't seem to have any effect.
Maps compiled with Bengt Jardrup qbsp and hmap look OK, but these tools don't have func_detail, which I need. Is there some way to flip the textures back in TyrUtils qbsp or some other way to get around this problem?
#14331 posted by mfx on 2014/08/27 12:40:44
Lawrence
use these tools:
voidspark.net/projects/bjptools_xt/
They have all you need.
|