Jump to content

Found some mobs that arent included in world gen yet.


Recommended Posts

5 hours ago, noodog said:

txNzhVu.jpg

Looks like there's a few more, mostly plants, but I couldn't get them to spawn without crashing.

Excited to see what their interactions with the world are.

Edit: This game is going to be incredible
SVQFYoL.png

I really wonder what the Larvae and crescents do.

Link to comment
Share on other sites

19 hours ago, DimWhat said:

I really wonder what the Larvae and crescents do.

The larva looking guys are named shockworms in the mob code, the cresents are actually the fish outside of water, didnt realise they were fish the first time i tried to spawn them lol.

14 hours ago, jigggy2000 said:

Is that a solar panel?? But you're underground! how does that work?

Surface level confirmed??

theres alot of stuff included in the game files that seem to be placeholder / concept art so its very possible that all or some of the stuff i posted will never see the light of day. One of the devs said in a stream that the size of a map is 512x512 + 30 y, that +30 could be for a surface area, where the solar panel could be used.

Link to comment
Share on other sites

23 minutes ago, noodog said:

The larva looking guys are named shockworms in the mob code, the cresents are actually the fish outside of water, didnt realise they were fish the first time i tried to spawn them lol.

What is the command/steps to spawn creatures?

Link to comment
Share on other sites

On 2/24/2017 at 5:32 PM, Saturnus said:

Really puts our efforts so far into making "perfect" bases into perspective. There apparently no reason to go overboard in micromanaging just yet.

Amen to that. I should pull back on y planning out my perfect base on my sketchbook haha

Link to comment
Share on other sites

@Vilda

i dont know of a way to spawn them in with the console, what i do is edit the features in worldgen, they function kind of like set pieces in ds

heres an example
OxygenNotIncluded_Data/StreamingAssets/worldgen/features/feature_Sedimentary_MetalVacuumBlob.yaml

Spoiler

shape: ShortWide
borders:
  - 1
  - 2
blobSize:
  min: 7.1
  max: 12.5

ElementChoiceGroups:
  RoomCenterElements:
    selectionMethod: WeightedResample
    choices:
      - element: Vacuum
        weight: 1
  RoomBorderChoices0:
    selectionMethod: WeightedResample
    choices:
      - element: Cuprite
        weight: 1      
  RoomBorderChoices1:
    selectionMethod: WeightedResample
    choices:
      - element: Cuprite
        weight: 1     
      - element: Carbon
        weight: 1

 

swap out whatever elements you want, adding internal mobs. i added water for the fluts since they need it
 

Spoiler

shape: ShortWide
borders:
  - 1
  - 2
blobSize:
  min: 7.1
  max: 12.5

internalMobs:
  - type: Flut
    count:
      min: 4
      max: 5
ElementChoiceGroups:
  RoomCenterElements:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1
  RoomBorderChoices0:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1      
  RoomBorderChoices1:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1     
      - element: Water
        weight: 1

 

and boom

dX0Qt8P.png
 

heres a list of all the elements and mobs, some dont work, and the syntax might also be different
 

Spoiler

http://i.imgur.com/kJbaSW3.png

Link to comment
Share on other sites

1 hour ago, CfSapper said:

So what exactly do they do?

theyre a food source that also emits fertilizer. im not sure what causes them to emit fertilizer. they act the same in water and dirty water. when you kill them they turn into a corpse which you can "meatify" for 2k. the auto fishing machine in the first post is probably for them.

JNSJpIX.png

Link to comment
Share on other sites

11 hours ago, noodog said:

@ Вильда

Я не знаю способа нерест их с консолью, что я делаю это изменить функции в worldgen, они функционируют как своего рода набор деталей в DS

Вот пример
OxygenNotIncluded_Data / StreamingAssets / worldgen / особенности / feature_Sedimentary_MetalVacuumBlob.yaml

  Выявить скрытые содержимое


shape: ShortWide
borders:
  - 1
  - 2
blobSize:
  min: 7.1
  max: 12.5

ElementChoiceGroups:
  RoomCenterElements:
    selectionMethod: WeightedResample
    choices:
      - element: Vacuum
        weight: 1
  RoomBorderChoices0:
    selectionMethod: WeightedResample
    choices:
      - element: Cuprite
        weight: 1      
  RoomBorderChoices1:
    selectionMethod: WeightedResample
    choices:
      - element: Cuprite
        weight: 1     
      - element: Carbon
        weight: 1

 

выгрузить любой удобной элементы, которые вы хотите, добавив внутренний мобов. я добавил воды для fluts, так как они нуждаются в ней
 

  Выявить скрытые содержимое


shape: ShortWide
borders:
  - 1
  - 2
blobSize:
  min: 7.1
  max: 12.5

internalMobs:
  - type: Flut
    count:
      min: 4
      max: 5
ElementChoiceGroups:
  RoomCenterElements:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1
  RoomBorderChoices0:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1      
  RoomBorderChoices1:
    selectionMethod: WeightedResample
    choices:
      - element: Water
        weight: 1     
      - element: Water
        weight: 1

 

и стрелы

dX0Qt8P.png
 

Heres список всех элементов и толп, некоторые не работают, и синтаксиса также могут быть разными
 

  Скрыть содержание

http://i.imgur.com/kJbaSW3.png

Where are the files?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...