is it possible to make a fireball that shoot verticaly

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
kelly1111
Posts: 349
Joined: Sun Jan 20, 2013 6:28 pm

is it possible to make a fireball that shoot verticaly

Post by kelly1111 »

I was wondering if it is possible to make a fireball that shoot from the ceiling down to the floor?
And how would you create such a spell?
Azel
Posts: 808
Joined: Thu Nov 06, 2014 10:40 pm

Re: is it possible to make a fireball that shoot verticaly

Post by Azel »

I have not tried this yet, but within Fireball.LUA there is a Gravity property (default setting is 0,0,0) that may be worth exploring to achieve this.
minmay
Posts: 2790
Joined: Mon Sep 23, 2013 2:24 am

Re: is it possible to make a fireball that shoot verticaly

Post by minmay »

Making a projectile and giving it a horizontally velocity of 0 and falling velocity of [whatever speed you want] should work.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Post Reply