SX_Water..How do I lower it

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

SX_Water..How do I lower it

Post by Eleven Warrior »

Hi guys (again) LOL..

I am using the SX_flooded Model eg (sx_flooded_static) tile. How is it possible to lower it
to the floor flush or below the floor.

It's good with the Broken Wall but not so good for a Creek style setting. It's to high of the
floor. I need it to the Flush, but would like to lower the Model below the floor alittle.

I have the program Grimrock Model Toolkit and Gimp2.. Ican load the model into GMT but
don't know how to lower it...

Once again any help would be appreciated THXS

Eleven Warrior..
User avatar
msyblade
Posts: 792
Joined: Fri Oct 12, 2012 4:40 am
Location: New Mexico, USA
Contact:

Re: SX_Water..How do I lower it

Post by msyblade »

Not positive as im not looking at it, but in GMT load the model, goto tools and node transform dialogue. Choose the main object node (not the root node) and adjust the 2nd value in the 2nd row (Y axis I THINK).So decrease the value in column 2, row 2. On Diarmuids Sky System question, make sure you have placed the included script entity in the dungeon itself, and this is MOST important, make sure you named it exactly correct. Hope this helps!
Currently conspiring with many modders on the "Legends of the Northern Realms"project.

"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: SX_Water..How do I lower it

Post by Eleven Warrior »

THX mate I;; give it a try and get back to you..

I saw a French Mod and they did it (LOL)
It's called: LE PRIX DE LA LIBERTE..

Again thxs for help ill get back, I a noob when it comes to GMT LOLOLO..
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: SX_Water..How do I lower it

Post by Eleven Warrior »

Yeah I did the Script right mate but the Rain and mist does not follow the Party, iS it something to do with the Shop Frame Work??
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: SX_Water..How do I lower it

Post by Neikun »

The model should show up invisible in GMT due tot he nature of it's texture.
But if you need to see it while translating, you could give it a texture that doesn't exist, or just a different texture.
Then you can see how far you need to move it, and see the texture back before you save it.
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: SX_Water..How do I lower it

Post by Eleven Warrior »

Hi Neikun , Thxs for the information..

I got the Model to go down below the floor but, now the Particles did not go down, They are on top of the(Sx_static_flooded) Prop.. I edit the Node(MainObject) in the (Tools Menu).Square 4, row 2 I adjust it to
-0.2 It did drop the Prop, but I think it turn it upside down LOL...

So now I have a Prop with sparkels on top LOL..

Pls where did I go wrong.

Eleven Warrior

PS: Thxs for your help and imama new at the GMT..
User avatar
Neikun
Posts: 2457
Joined: Thu Sep 13, 2012 1:06 pm
Location: New Brunswick, Canada
Contact:

Re: SX_Water..How do I lower it

Post by Neikun »

This would have to do with the particle system.
Could you post the particle system here so we could get back to you with the fixed version?
"I'm okay with being referred to as a goddess."
Community Model Request Thread
See what I'm working on right now: Neikun's Workshop
Lead Coordinator for Legends of the Northern Realms Project
  • Message me to join in!
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: SX_Water..How do I lower it

Post by Eleven Warrior »

Hi again Neikun...THXS for the help man I NEED IT LOL.....

This is the Particle system from the orginal Flie (sx_flooded dungeon)
It's the same one that's in the new Model I made (copied). sx_floodedlow1.model

-- The Particle Sysrem --

defineParticleSystem{
name = "waterstatic",
emitters = {
{
emissionRate = 1000,
emissionTime = 0,
spawnBurst = false,
maxParticles =300,
boxMin = {-1.3,-1,-1.3},
boxMax = {1.3,0,1.3},
objectSpace = true,
sprayAngle = {0,1},
velocity = {0,0},
texture = "assets/textures/particles/glitter_silver.tga",
lifetime = {100000, 100000},
colorAnimation = false,
color0 = {1, 1, 1},
opacity = 0.7,
fadeIn = 0.4,
fadeOut = 2.5,
size = {0.05, 0.1},
gravity = {0,0,0},
airResistance = 1,
rotationSpeed = 8,
blendMode = "Additive",
}
}
}

These are the two new Models (Objects)
----- New Model Names ------

defineObject{
name = "sx_flooded_1",
class = "LightSource",
lightPosition = vec(0, 0.4, 0),
lightRange = 0,
lightColor = vec(1, 1, 1),
brightness = 1,
castShadow = false,
model = "mod_assets/models/sx_floodedlow1.fbx",
placement = "floor",
particleSystem = "waterflow",
particleSystemNode = "MainObject",
replacesFloor = false,
editorIcon = 136,
}

defineObject{
name = "sx_flooded_static_1",
class = "LightSource",
lightPosition = vec(0, 0.4, 0),
lightRange = 0,
lightColor = vec(1, 1, 1),
brightness = 1,
castShadow = false,
model = "mod_assets/models/sx_floodedlow1.fbx",
placement = "floor",
--particleSystem = "waterstatic",
particleSystemNode = "MainObject",
replacesFloor = false,
editorIcon = 136,
}
User avatar
Eleven Warrior
Posts: 752
Joined: Thu Apr 18, 2013 2:32 pm
Location: Australia

Re: SX_Water..How do I lower it

Post by Eleven Warrior »

Hi Neikun I hope you can still help me..

I have done some more testing but no success ...Damm lol

I will keep on trying though..
Post Reply