Log In  

Cart #7657 | 2013-08-13 | Embed ▽ | No License

Can someone check this out? Things to fix:
-wizard doesn't face me, setting animations to "rotate with actor" does nothing
-hellfire stays for a while after the modifier activates, bullets won't disappear until way later on

P#7658 2013-08-12 23:15 ( Edited 2013-12-17 02:59)

Ok, here are your problems, you didn't set the monster as face player and the modifier changes the hp to hellfire to 1
so, since it is a monster It won't disapear, so I changed the hp to -1 so it dies.
I loved your idea about using monsters as bullets instead of bullets itselves, it gives some interesting options to play with, anyways, your monster is fixed.

Edit: please post this level as a image so it doesn't fill the bbs list with useless things okay?

P#7659 2013-08-13 12:23 ( Edited 2013-08-13 16:23)

Thanks and sorry!

Edit: How'd you set it to face player? I couldn't find anything like that when I selected the monster.
Edit 2: Woops forgot to download 0.2.7. Nevermind!

P#7660 2013-08-13 12:32 ( Edited 2013-08-13 18:42)

For some reason the hellfire no longer chases me, it just spins around in circles. It's got to be something about the emitter because when I just placed the hellfire they worked fine.

P#7680 2013-08-16 00:41 ( Edited 2013-08-16 04:41)

now you got me, everything seems right to me, I have no idea about why is the monster acting like that, if you don't find a solution you can chose to remove this modifier, meanwhile, try to work with the rest of the map.

P#7682 2013-08-16 08:47 ( Edited 2013-08-16 12:47)

It's really weird that if you place the hellfire monster as a separate object in a room, it works fine. Investigating..

P#7683 2013-08-16 16:07 ( Edited 2013-08-16 20:09)

please check the reaper's dungeon again zep, there is a bug on that same door even witouth the key

P#7685 2013-08-16 16:39 ( Edited 2013-08-16 20:39)

@Kling
ok, thanks I confirmed the bug and have added it to 0.2.8 buglist. There doesn't seem to be a workaround for now, unfortunately.

@Piepender
It took me way too long to figure that one out! What's happening is the hellfire monsters are being emitted one voxel under the ground, and with a locked z it means they're constantly colliding with the ground, causing them to change direction and spin in tight circles.

Because the hellfire particles are monsters, it means their anchor is at the bottom rather than the center of the hitbox. This means the frame(s) should be drawn sitting on the ground. This way the hitbox's collisions will match what's happening visually. I want to add a visual aid to the editor that makes this clearer.

So, when it's emitted from the monster, it also needs a negative Z offset (I tried -3) to position it above the ground. To clarify: if a monster standing on flat ground emits another monster with a Z offset of 0, the new monster will also be exactly on the ground. With a Z offset of -3, the bottom of the new monster will be 3 voxels above the ground.

I also set the trail animation's anchor to be 'center center' because it is drawn hovering in the middle, and increased the delay on some emitters because I haven't optimized the monster collisions to handle so many monsters yet! One more thing, I unchecked PUSHABLE in the hellfire particle so that it doesn't cause a COLLIDE event with the wizard, triggering his close range attack thing.

Modified version:

P#7692 2013-08-17 21:15 ( Edited 2013-08-18 01:15)

woah cool attacks!

P#7711 2013-08-20 01:05 ( Edited 2013-08-20 05:05)

Thanks!

P#7729 2013-08-24 02:30 ( Edited 2013-08-24 06:30)

Sorry for posting so much on this but I think this is something noteworthy. In the room with the expert it crashes after a certain amount of time.

Level:

Crash:

Thread 0:  Dispatch queue: com.apple.main-thread
0   com.Lexaloffle.vox              0x0002a71c draw_sprite_rotated_mode + 300
1   com.Lexaloffle.vox              0x0002a8fb draw_voxmap_rotated_mode + 139
2   com.Lexaloffle.vox              0x00058c00 draw_elf + 800
3   com.Lexaloffle.vox              0x000612c0 draw_actor_elves + 80
4   com.Lexaloffle.vox              0x0001977a draw_monsters + 522
5   com.Lexaloffle.vox              0x0001b4fc draw_frame + 1068
6   com.Lexaloffle.vox              0x00002285 codo_main_draw + 69
7   com.Lexaloffle.vox              0x0006c7ad codo_main + 109
8   com.Lexaloffle.vox              0x000978fc -[SDLMain applicationDidFinishLaunching:] + 76

EDIT: It seems to have something to do with the expert casting the blast spell.

EDIT 2: It only happened when I made it to only blasts, but even then it seemed pretty random because it actually did the blast but later on it just crashed randomly.

P#7731 2013-08-25 01:21 ( Edited 2013-08-28 02:15)

I'm having a problem at this level, at the room "matriz" where, if you go from the beggining the portal doesn't appear and when you enter the portal (if you start on that room) and comes back, the player wich is suposed to have a position only when it comes from a certain room, still spawns on the same place, just a bug report, I'll try making a position for the player when he comes from the other side

P#7736 2013-08-27 17:08 ( Edited 2013-08-27 21:08)

@Piepender this bug is fixed for 0.2.8 (caused by bad clipping of rotated animations)

@Kling Thanks, I'll check it out. By the way, I found the cause of the door not appearing bug.. also fixed for 0.2.8.

P#7739 2013-08-28 17:07 ( Edited 2013-08-28 21:07)

I seem to have run into a problem again. I'm probably just missing something. I've 2 modifiers, both in group 1. However, the animations overlap each other as opposed to replacing.

EDIT: Nevermind. I solved it by setting the 'active' to have a priority higher than meditate. I don't know if this was intentional, but it's slightly annoying because (haven't tested it out yet) it would seem to imply that I'll HAVE to make the monsters override other modifiers all of the time. There's also this weird thing where the monsters "stutter". It's like they've decided to activate a modifier, but then back out of it.

P#8035 2013-12-14 19:11 ( Edited 2013-12-15 07:52)

by the way, I noticed that the whole that user created bullets make is not even similar to it's shapes, the bullets, no matter how big they are or in what form they are, always make the same whole, zep, could you fix this bug please?

P#8036 2013-12-15 08:13 ( Edited 2013-12-15 13:13)

Yes, bullet hole shapes are now customizable in 0.2.10.

P#8044 2013-12-16 21:59 ( Edited 2013-12-17 02:59)

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 16:57:11 | 0.016s | Q:33