Spaces:
No application file
No application file
fixes errors, removes marylin location
Browse files
cubzh.lua
CHANGED
@@ -241,10 +241,6 @@ local locations = {
|
|
241 |
name = "Pirate Island",
|
242 |
description = "A small floating island in the sky with a pirate and its ship.",
|
243 |
},
|
244 |
-
{
|
245 |
-
name = "Marylin Island",
|
246 |
-
description = "A small floating island in the sky connected with Pirate Island",
|
247 |
-
},
|
248 |
{
|
249 |
name = "Center",
|
250 |
description = "Center point between the three islands.",
|
@@ -295,7 +291,7 @@ local NPCs = {
|
|
295 |
gameName = "Marylin Monroe",
|
296 |
physicalDescription = "Beatiful, long legged blonde with short skirt, sexy smilling. Woman.",
|
297 |
psychologicalProfile = "tempting, clever, pushy, sweet",
|
298 |
-
currentLocationName = "
|
299 |
initialReflections = {
|
300 |
"How you doing sweety?",
|
301 |
"Looking for nice talk, what do you say?",
|
@@ -358,7 +354,7 @@ Client.OnStart = function()
|
|
358 |
collisionGroups = Map.CollisionGroups,
|
359 |
})
|
360 |
|
361 |
-
gigaxWorldConfig.locations[
|
362 |
|
363 |
floating_island_generator:generateIslands({
|
364 |
nbIslands = 20,
|
|
|
241 |
name = "Pirate Island",
|
242 |
description = "A small floating island in the sky with a pirate and its ship.",
|
243 |
},
|
|
|
|
|
|
|
|
|
244 |
{
|
245 |
name = "Center",
|
246 |
description = "Center point between the three islands.",
|
|
|
291 |
gameName = "Marylin Monroe",
|
292 |
physicalDescription = "Beatiful, long legged blonde with short skirt, sexy smilling. Woman.",
|
293 |
psychologicalProfile = "tempting, clever, pushy, sweet",
|
294 |
+
currentLocationName = "Baker Island",
|
295 |
initialReflections = {
|
296 |
"How you doing sweety?",
|
297 |
"Looking for nice talk, what do you say?",
|
|
|
354 |
collisionGroups = Map.CollisionGroups,
|
355 |
})
|
356 |
|
357 |
+
gigaxWorldConfig.locations[4].position = Number3(Map.Width * 0.5, Map.Height - 2, Map.Depth * 0.5) * Map.Scale
|
358 |
|
359 |
floating_island_generator:generateIslands({
|
360 |
nbIslands = 20,
|