Red Dots on World Map
-
NinjaRabbits
- Posts: 248
- Joined: Sun Nov 23, 2008 4:27 pm
- Location: At home playing Lugaru HD.
Red Dots on World Map
Long story short : I don't get it!!!!!
Re: Red Dots on World Map
Gonna hafta be a little more specific.
-
Count Roland
- Posts: 2937
- Joined: Tue Sep 25, 2007 11:15 pm
- Location: Galapagos Islands, rodeoin some turtles.
- Contact:
Re: Red Dots on World Map
well maybe this would be a good way of explaining it, go to Lugaru:Data:Campaigns:Main.
in main you should see something like
Level 1:
Name: svenroad
Description: Giant_Ruins_-_start_new_campaign!
ChooseNext: 0
NumNext: 1
NextLevel: 2
LocationX: 197
LocationY: 370
LocationX and LocationY are the locations on the map texture found in Lugaru:Data:Textures:World.png
The locations are measured in pixels with 1,1 being in the upper corner of the map. the first one is locationx, the second, location y. use an image editing program, (gimp, photoshop etc.) to open it in gimp the locations are read at the bottom left of the window. therefore if I wanted to have a red dot up at the upper left of the screen, I would type;
LocationX: 1
LocationY: 1
and that would be the location of the first level.
in main you should see something like
Level 1:
Name: svenroad
Description: Giant_Ruins_-_start_new_campaign!
ChooseNext: 0
NumNext: 1
NextLevel: 2
LocationX: 197
LocationY: 370
LocationX and LocationY are the locations on the map texture found in Lugaru:Data:Textures:World.png
The locations are measured in pixels with 1,1 being in the upper corner of the map. the first one is locationx, the second, location y. use an image editing program, (gimp, photoshop etc.) to open it in gimp the locations are read at the bottom left of the window. therefore if I wanted to have a red dot up at the upper left of the screen, I would type;
LocationX: 1
LocationY: 1
and that would be the location of the first level.
-
NinjaRabbits
- Posts: 248
- Joined: Sun Nov 23, 2008 4:27 pm
- Location: At home playing Lugaru HD.
Re: Red Dots on World Map
I thank you.
Edit: What about when it comes to the Mac?
Edit: What about when it comes to the Mac?
-
Lotus Wolf
- Posts: 2218
- Joined: Sun Aug 31, 2008 6:03 pm
Re: Red Dots on World Map
same deal
open the world texture with a basic image program and find the coordinates.
open the world texture with a basic image program and find the coordinates.
-
NinjaRabbits
- Posts: 248
- Joined: Sun Nov 23, 2008 4:27 pm
- Location: At home playing Lugaru HD.
Re: Red Dots on World Map
Well mi Mac don't like workin' that wey.......
Edit: And another thing: how do you have it so one level goes on to the next?
Edit: And another thing: how do you have it so one level goes on to the next?
-
Lotus Wolf
- Posts: 2218
- Joined: Sun Aug 31, 2008 6:03 pm
Re: Red Dots on World Map
*headdesk*
sorry, i can't even explain that... You need the wiki.
sorry, i can't even explain that... You need the wiki.
-
Count Roland
- Posts: 2937
- Joined: Tue Sep 25, 2007 11:15 pm
- Location: Galapagos Islands, rodeoin some turtles.
- Contact:
Re: Red Dots on World Map
Level 1:
Name: svenroad
Description: Giant_Ruins_-_start_new_campaign!
ChooseNext: 0
NumNext: 1
NextLevel: 2
LocationX: 197
LocationY: 370
ok so this would be the first level meaning that when you start the game it'd be what's showing up on the map. choosenext is what determines whether it loads the next level with a loading screen, without, or goes to the map for you to select it. I believe it goes like this
0=loads without loading screen
1=loads with loading screen
2=loads map screen
numnext is how many levels are next, this should always be 1 as everything else is broken.
next level is the number of the next level, which in this case is level 2 which would appear next in the campaign file.
Name: svenroad
Description: Giant_Ruins_-_start_new_campaign!
ChooseNext: 0
NumNext: 1
NextLevel: 2
LocationX: 197
LocationY: 370
ok so this would be the first level meaning that when you start the game it'd be what's showing up on the map. choosenext is what determines whether it loads the next level with a loading screen, without, or goes to the map for you to select it. I believe it goes like this
0=loads without loading screen
1=loads with loading screen
2=loads map screen
numnext is how many levels are next, this should always be 1 as everything else is broken.
next level is the number of the next level, which in this case is level 2 which would appear next in the campaign file.
-
NinjaRabbits
- Posts: 248
- Joined: Sun Nov 23, 2008 4:27 pm
- Location: At home playing Lugaru HD.
Re: Red Dots on World Map
ok..... That helps to a point........ I'll check it then get back to you!
-
Count Roland
- Posts: 2937
- Joined: Tue Sep 25, 2007 11:15 pm
- Location: Galapagos Islands, rodeoin some turtles.
- Contact:
Re: Red Dots on World Map
0 = Immediately load next level at the end of this one.
1 = Go back to the world map.
2 = Don't bring up the Fiery loading screen. Maybe other things, I've not investigated.
I messed up.
1 = Go back to the world map.
2 = Don't bring up the Fiery loading screen. Maybe other things, I've not investigated.
I messed up.
-
Lotus Wolf
- Posts: 2218
- Joined: Sun Aug 31, 2008 6:03 pm
Re: Red Dots on World Map
I've investigated, it loads the next level immediately, AND starts the player at the exact place the last level ended.Count Roland wrote:2 = Don't bring up the Fiery loading screen. Maybe other things, I've not investigated.
-
NinjaRabbits
- Posts: 248
- Joined: Sun Nov 23, 2008 4:27 pm
- Location: At home playing Lugaru HD.
Re: Red Dots on World Map
I'll bear that in mind.