• Welcome to MX Bikes Official Forum. Please login or sign up.
 
April 26, 2024, 06:40:28 PM

News:

MX Bikes beta18j available! :)


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Niko Mouk

21
Track Editing / Textures not respecting layers
March 18, 2016, 12:42:12 AM
Hey again, sorry first track so many issues :)

I follow the video tuts and I'm having something strange with the textures : my grass, which is 0 layer, is sometimes going over the dirt (layer 1) and most of time after falling on the track.

Any idea ? It's not happening in mapview, only in game

num_layers = 7
layer0
{
map = maps/grass.tga
repetitions = 50

grass
{
max_density = 25
height = 0.3
height_diff = 0.1
width = 0.25
width_diff = 0.1
texture = maps/grassfx.tga
densitymap = maps/grass_mask.tga
}
}
layer1
{
map = maps/dirt.tga
repetitions = 50
mask = maps/dirt_mask.tga
}
layer2
{
map = maps/dirt_wet.tga
repetitions = 50
mask = maps/dirt_wet_mask.tga
}
layer3
{
map = maps/mud.tga
repetitions = 50
mask = maps/mud_mask.tga
}
layer4
{
map = maps/mud_wet.tga
repetitions = 50
mask = maps/mud_wet_mask.tga
}
layer5
{
map = maps/mud_treads.tga
repetitions = 50
mask = maps/mud_treads_mask.tga
}
layer6
{
map = maps/mud_treads_wet.tga
repetitions = 50
mask = maps/mud_treads_wet_mask.tga
}

22
Track Editing / Understanding scales parameters
March 17, 2016, 11:42:31 PM
Hey guys,
I'm still working on my first track but I have a problem understanding the following parameters :

size_x = 500
size_z = 500
scale = 10


I saw the scale is modifying the height, but I don't understand how to find the correct value. And what are x and y params ?
After creating my heigtmap, jumps are not too hight but they are too steep and backflips are out.

Some informations would be appreciated :) thanks !
23
Track Editing / First track on MX Bikes
March 14, 2016, 06:05:41 PM
Hi guys, I'm starting my very first track on this game.
Did a couple of section while drinking cofee at work.