Lost cities как настроить лут

The Lost Cities (Dimension)

The Lost Cities is a dimension added by The Lost Cities that contains ruined city buildings that contain valuable loot, which can only be obtained after conquering the building by destroying all the Mob Spawners and killing all the mobs inside. The dimension’s id is 111.

Getting to and from the Lost Cities

Portal to the Lost Cities. Note that any Mob Heads and any color bed will work. Emerald blocks required.

To get to the lost cities you need a Bed, 2 Emerald Blocks and 6 Skulls. First place the 2 Emerald Blocks in the ground and place a Bed on them then surround the Bed on all 6 sides with your Skulls. Congratulations, you just made a portal to the Lost Cities. To enter the new dimension just right click on the bed.

Читайте также:  Asus tf101 не работает play market

Now that you’re in the Lost Cities and you’ve finished exploring and looting, you might want to return to the Overworld. To do so, you have to repeat what you’ve done to get to the Lost Cities in the first place. Place a Bed on 2 Emerald Blocks and surround it with 6 Skulls. Once you right click on the bed you’ll get teleported back to the bed you originally used to get into the Lost Cities. So consider brining double of everything that you need to get to this new dimension.

Important Note: For version 2.9 v3 test build use Cincinnasite Lanterns instead of Emerald Blocks! Cincinnasite ore is found in the Nether.

Getting out the Lost Cities

Its suggested to bring a Waystone in case you want to go back to the Overworld since regular methods seem to not work like the recall potion.

Locations

There are many locations including factory 4 a giant glass bulb.

Источник

Server generator options #31

Comments

Seth0067 commented Jul 6, 2017 •

Can’t seem to get a server up with a worldgen variant type (chisel, tallbuildings, realistic etc)

I added the string you mentionedin the description:
generator-options=

When the server ruins, the server properties file is regenerated with an extra character:
generator-options=

I’m assuming this may be the problem. ?

The text was updated successfully, but these errors were encountered:

McJty commented Jul 6, 2017

What extra character? I don’t see a difference?

Seth0067 commented Jul 6, 2017 •

The character is an «(backslash)» betwen the «profile» and the «:»

I typed this in the message interface above, but when i update the comment, the character dissappears.

Seth0067 commented Jul 6, 2017

here’s a screen of the server.properties file so you can see the output. was trying to use the chisel profile for world gen.

McJty commented Jul 6, 2017

Ok that’s strange. I know people have managed to do this so not sure what’s wrong. That should work.

Flabort commented Jul 6, 2017

It may have to do with keyboard layout and/or OS.
Like, for example, Enter is keycode 13, but some OS/keyboard combinations interpret that as «Linebreak, Carriage return», where as others just do «Carriage return» (which notepad doesn’t know what to do with when it reads a file that was made in an OS where Enter just does the one character and not both; this results in the file just being on one continuous line when read by Windows Notepad).

It could be that Seth’s «:» key has a hidden character associated with it, which the parser doesn’t know how to handle and replaces with a «/»?

Seth0067 commented Jul 6, 2017 •

I thought of the key/hidden character thing too, but when i cut and paste the value from the game description, run the server, and then open the server/properties file, the backslash character is still generated within the file.

Seth0067 commented Jul 6, 2017

Anyway — after more monkeying around with this in the AM, I created a new profile and mashed up a bunch of different parameters i’d been using from all of the current profiles and had the server pull this new one. I think its pulling correctly, but the server properties file still carries that backslash.

Seth0067 commented Jul 7, 2017

Updated to say that the server world created seems correct in terms of buildings and explosions, but I designated the worldStyle as «chisel» but I am not seeing chisel buildings generated (smooth concrete for highway, concrete block buildings, etc)

I’ve included a paste for the new «udk» config I made.

McJty commented Jul 9, 2017

I’ll check it out

APolarBaer commented Sep 27, 2017 •

any clue as to why yet cause im getting this too on two different computers

edit
it changed it to generator-settings= but works anyways

jkirkpatrick commented Dec 2, 2017 •

My custom profile that I created (mashup of chisel + tall buildings) is not working for me due to the insertion of the slash before the colon in the generator-settings when the server starts; the generated lost-city uses the default profile instead.

modpack Direwolf20-1.12.2 v1.2.0

Seems to be related to #37

My server.properties (after the server starts):
generator-settings=

The profile_mycustomprofile.cfg is a copy of profile_chisel.cfg with some edits.

And the added profile in general.cfg:

McJty commented Dec 3, 2017

What is your server.properties BEFORE the server starts? What are you putting there?

McJty commented Dec 3, 2017

Also can you show me profile_mycustomprofile.cfg?

jkirkpatrick commented Dec 3, 2017

Yes,
I also have lostcities logging/debug enabled if you want it — see general.cfg below. I didn’t see anything in the logs related server.properties or generator-settings (ctrl+f, did not read the whole log file) but let me know if you think it would help. Server is running Ubuntu 16.04.3 LTS, java 1.8.0_151.

Before (not running):
server.properties
generator-settings=

After (world load complete):
server.properties
generator-settings=

Workaround (custom profile works as expected):
server.properties
generator-settings=
config/lostcities/general.cfg
S:dimensionProfile=mycustomprofile

SpartanSamuel commented Feb 8, 2018

I’m having the same issue with the \ character introducing itself into my server.properties file. I have not created a custom profile. I’ve also not been able to get level-type= <"lostcities_bop">to function correctly either.

SpartanSamuel commented Feb 8, 2018 •

Got the server to function properly. I’m not sure if this will fix others as well but fingers crossed it works for y’all. The field in server.properties named ‘level-type’ is case sensitive, so when I put in lostcities_bop as lowercase it never generated the proper world. All caps worked. I also didn’t have to put in the <" ">around the LOSTCITIES_BOP.

The ‘ \ ‘ still appears in my generator-settings but it seems to work just fine after testing a few of the different profiles.

EDIT: Was just reading through the server.properties wiki entry here and for level-name it states, «Characters such as ‘ (apostrophe) may need to be escaped by adding a backslash before them.» It sounds like that’s what happening to our generator-settings field. The colon is a special character and so the game puts a backslash in front of it.

pant4321 commented Mar 2, 2018 •

Currently having the smae problem. I’ll have the generation setting set to
generator-options=<"profile":"lostcities_bop">
but after I run my server it becomes
generator-options= <"profile" \ :"lostcities_bop">(there aren’t any spaces between the \ and the » : )
Nothing in BOP or lost cities is generated in the world

SpartanSamuel commented Mar 2, 2018

Read my most recent comment. It’s my solution to the issue and I hope it works for you as well.

pant4321 commented Mar 2, 2018 •

I did try your solution but it didn’t work or I messed it up.
Edit: I tried SpartanSamuel’s solution again and it worked. I don’t know what I changed but thank you anyways!

ubergarm commented Sep 16, 2020

Thanks for documenting your solution, @SpartanSamuel !
To get Lost Cities to generate on a new world on forge server I had to do the following:

  1. Install Biomes O Plenty (didn’t work without it)
  2. Add these two lines to my server.properties file:

It would crash complaining about no biomes o plenty even if I used level type of LOSTCITIES

Источник

Lost cities как настроить лут

335 уникальных посетителей
14 добавили в избранное

«Lost City»- Это сервер по тематике пост-апокалипсиса.

Сервер существует еще с 2016-ого года по сей день.
Сейчас он испытывает проблемы с онлайном, конечно подобное было и раньше, но я решил написать данное руководство для привлечения новых игроков. В этом руководстве я опишу, как выживать и расскажу про разные фракции на сервере.

Кем вы будете — решать вам. Хотите ли вы быть спасителем и защитником обездоленных или же стать бандитом, головорезом и держать людей в страхе.

Update: Спасибо всем тем, кто зашел и поддержал сервер. После моего руководства онлайн немного, но вырос.

Убежище — Это община выживших, пытающаяся восстановить цивилизацию. Так-же это основная точка торговли. Без торговли в Потерянном городе не выжить.

Совет: — Если вы хотите, чтобы с вами охотно торговались, не хамите и не провоцируйте людей. В убежище такое не приветствуется.

Следующее что вы должны сделать, это найти Джо, он главный охранник в Убежище. У него вы можете положить свои вещи в хранилище, купить некоторые предметы и вступить в убежище

Другие люди представляют не меньшую опасность, чем зомби. Будьте осторожны.

Совет: Не доверяйте всем подряд

Автор арта: Влад Таль

Не считайте что сломанная кукла или рация бесполезны, вы можете разобрать его на верстаке и получить запчасти, для починки оружия. (верстак есть на базе каждой фракции)

Совет: Если у вас серьезные проблемы с деньгами, вы можете разбирать хлам и продавать запчасти другим выжившим, которым нужен хлам для починки оружия.

Учитывайте, что карты местности — отсутствуют, вам придется запоминать все самим или попросить помощи у проводника. Будьте осторожны, возможно это будет ловушка, где вас ограбят.

Совет: Осматривайте окрестности внимательно, иначе вы можете заблудиться

Больница — это довольно опасное место, но там еще остались медицинские препараты.

При захвате этой точки, члены фракции получают медикаменты.

Совет: Будьте осторожны, так как из-за угла может выскочить зараженный и укусить вас, тем самым передав заражение.

Завод — это место, где еще осталось много ресурсов, здесь вы можете найти противогаз (нужен для похода в радиационную зону), Хим. компоненты (для создания антидота F и некоторого оружия) и оружие ближнего боя, например Фубар.

При захвате этой точки, фракция получает химические компоненты и хлам.

Совет: Здесь очень много зараженных, советую их обходить

Противогаз спавнится в двух местах

Школа — наполненное зараженными место, здесь вы можете найти хлам для починки оружия в большом количестве.

Совет: Смотрите по углам и прислушивайтесь к звукам.

При захвате этой точки членами фракции, они получают хлам.

Город — это одно из самых опасных, но богатых мест.
Здесь присутствуют:

Гостиница — появляется одежда, бронежилеты, рюкзаки и хлам

Военный пост — появляются патроны и оружие (редко).

Кафе — при захвате точке (играя за фракцию) вы получаете раз в 15-20 минут ресурсы, такие как: патроны, аптечки и хлам

Совет: Не забывайте проверять каждое здание, возможно там есть ресурсы.

Источник

Оцените статью