Page 1 of 1

I need some Info

Posted: Sun Dec 21, 2008 7:33 pm
by rebel28
I've got some questions:
1. How do I make weapons (what 3D format)(how do I code)
2. How do I create a new map
3. How do I Change the landscape heights
4. This isn't really a question, but can someone post a photo showing how the textures are mapped.

Re: I need some Info

Posted: Mon Dec 22, 2008 5:15 am
by Lotus Wolf
if you are a newb to any of this, i'd suggest looking at this this this and/or this.

also, there is some random information on modeling and textures in my weapon shop thread.

you can change the heightmap (landscape) by using multiple shades of black/white on a 256x256 PNG image; darker shades are lower, and lighter shades are higher. this image must then be saved into Lugaru>Data>Textures. (this is delicate, however, i would not recommend attempting this unless you have a lot of image editing experience.) OR you can get a program like terragen, and have it generate some perlin noise, then export the heightmap from there as PNG and put it in the Textures folder. (still delicate, but better success rate.)

Lugaru modders do not need to code at this time.

im not sure what you mean by "how textures are mapped" but when a model is created it must have a UV map, and this is where the texture is applied, with the correct colors to the right verticals then edited further in an image editor such as GIMP.

to create a new map, you must enable debug mode; in the Lugaru>Data folder you will find "Config.txt" open this in a text editor, and change the "Debug" value to 1, save it in plain text format, and start lugaru. open any level in lugaru, and press 'Shift'+'M', this will activate the in-game map editor. for map editing instructions open the "Debug Readme.txt" file, inside are all the commands for debug mode and level manipulation.

i hope you asked your questions in [at least] slight awareness of the difficulty of moding games. :| the information i've given you to look at will either be a rude awakening :evil: or a steady guide :wink:

you seem to be new here, welcome to the Wolfire Forums, sit down and have a cookie! :D

Re: I need some Info

Posted: Mon Dec 22, 2008 5:48 am
by nutcracker
nice lotus :O

Re: I need some Info

Posted: Mon Dec 22, 2008 1:14 pm
by rebel28
Lotus Wolf wrote: i would not recommend attempting this unless you have a lot of image editing experience.)
I've got a decent amount of picture editing experience.

About the texture mapping, I've got an idea on how to solve that.
And what I meant about the Creating a map, is how do you make lugaru start a map with just a landscape (or do you have to delete all the objects, then save it as something else)

Re: I need some Info

Posted: Mon Dec 22, 2008 4:43 pm
by Lotus Wolf
you have to delete all the objects off a map, then save it as the blank map by pressing '~' and typing: "save <mapname>" then you can open maps you have made by pressing '~' and typing: "map <mapname>"

Re: I need some Info

Posted: Tue Dec 23, 2008 10:29 pm
by Count Roland
in addition, sometimes if you're having trouble deleting the objects from a map, rather than selecting the map from the menu screen or w/e, try loading a map using the map (mapname) command.

[Edited to fix some blaringly obvious and irritating grammar errors.]

Re: I need some Info

Posted: Tue Dec 23, 2008 10:50 pm
by rebel28
will do. :)