Jump to content
DAYZ-CODE.RU - Создай свой игровой сервер
Уважаемый пользователь сайта DAYZ-CODE.RU Уделите одну минуту перед любой приватной сделкой! ОБЯЗАТЕЛЬНО! Перед сделкой сверьте контакты пользователя, скопируйте логин из мессенджера и сверьте с тем, что указан в профиле. Не лишним будет проверить пользователя через личные сообщения на форуме, написав: "Привет, это ты мне пишешь в Telegram или Discord? Или иной месседжер!".

AveDeuse

Members
  • Posts

    24
  • Joined

  • Last visited

  • Отзыв

    0%

1 Follower

About AveDeuse

  • Birthday 02/09/1993

Personal Information

  • Paul
    Мужчина
  • City
    Южно-сахалинск

Retained

  • Member Title
    Серверостроитель

Communication with the user

  • VKontakte
    https://vk.com/dolbo
  • Discord
    dobby_uotson
  • Boosty
    Храню свои откровенные фото на гугл диске
  • Skype
    Какой скайп, 21 век
  • Steam ID
    Щас прям напишу

Recent Profile Visitors

670 profile views

AveDeuse's Achievements

Collaborator

Collaborator (7/25)

  • One Year In
  • One Month Later
  • Dedicated
  • Week One Done
  • Conversation Starter

Recent Badges

5

Reputation

  1. Дело не в гордости, дело в том что пишут что все очень легко и что продавать это не имеет смысла, при том что некоторые заинтересованы в покупке, но их смущает цена. Они так и пишут что дорого, в таком случае зачем тратить время узнавая цену, если можно сделать ручками все самому. Тем более интересоваться по цене, которая и так очень сильно занижена если в любом случае дорого, пусть пойдут напишут тем кто знает цену своему труду, и тот кто скажет им что сборка стоит минимум тысяч 20 грубо говоря.
  2. @_MayHem_ @_MayHem_ Настройте types сначала сами с нуля свой, с вырезкой мусора, не просто добавить и обнулить какие то вещи, а именно написать его с нуля как свой, мод свои шмотки, Ганы и еду, переделайте спавн авто, чтобы спавнились модовые, настройте трейдера под себя, цены, модовые шмотки, тачки, место под трейдера и черный рынок, а потом в студию напишите насколько это быстро и легко)) И это минимум того что было сделано в сборке)) И после этого посидите повоняйте что за 4000 очень легко и самому настроить )) Умник)) P.S. Посмотрев посты, понимаю что вы все берете из основы. Своими руками не привыкли работать.
  3. @_MayHem_ Интересует покупка, со всеми подробностями в телеграмм. Хотя я думаю что вы и сами сможете ручками настроить все)) @_MayHem_ Настройте types сначала сами с нуля свой, с вырезкой мусора, не просто добавить и обнулить какие то вещи, а именно написать его с нуля как свой, мод свои шмотки, Ганы и еду, переделайте спавн авто, чтобы спавнились модовые, настройте трейдера под себя, цены, модовые шмотки, тачки, место под трейдера и черный рынок, а потом в студию напишите насколько это быстро и легко)) И это минимум того что было сделано в сборке)) И после этого посидите повоняйте что за 4000 очень легко и самому настроить )) Умник))
  4. Да, продаю моды которые можно самому настроить "Легко" ))
  5. Обновления сборки: Увеличен шанс выпадения драгоценностей с зомби Добавлены ключ карты и комнаты где их можно открывать
  6. Даа не, я вообще не планировал продавать. Но решил все же немного заработать на этом. Поставил символичную цену.
  7. Почему вы пишите в телеграмм что очень дорого? Попробуйте сами все ручками настроить)) Хотя бы тайпс замените на фулл свой и поймете какой это труд. А тут фулл сервер настроен уже под имеющиеся модификации. Лут прописан. Убран ванильный. Ивенты настроены, трейдер полностью настроен и многое другое. И 4000 рублей за сборку - это реально копейки, больше я не прошу) С установкой на ваш хостинг 6000 за все.
  8. Напишите мне в телеграмм. Уточню все подробности.
  9. Продам готовую сборку PVP сервера. Для того чтобы сделать из PVP PVE сервер нужно установить всего лишь 1 мод. Заинтересовались? Подробности у меня в ТГ: @AveDeuse
  10. Свяжитесь со мной в ТГ @AveDeuse , покажу вам один готовый проект.
  11. Решено! Нужно в названии ивентов указывать тег Vehicle
  12. Ребят приветствую. В общем 3 дня назад решил изменить ванильные тачки на сервере, а точнее поменять на модовые. Первым делом создал папку кастомного types и spawnanabletypes В кастомный types залил тачки: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- My Mod Auto --> <types> <type name="Gelentvagen_Maybach"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> <type name="Mercedes_Mansory_Gronos_6x6"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> <type name="Nissan_GTR_Limit"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> <type name="Patreot_Offroad"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> <type name="toyota_alphard_6x6"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>0</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> <type name="PAZ_bandit_8x8"> <nominal>0</nominal> <lifetime>3888000</lifetime> <restock>0</restock> <min>4</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> </type> </types> А в spawnanabletypes расписал запчасти: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <spawnabletypes> <type name="toyota_alphard_6x6"> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="CarRadiator" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="SparkPlug" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_doors_codriver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_doors_cargo1" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="toyota_alphard_6x6_doors_cargo2" chance="0.80" /> </attachments> </type> <type name="Gelentvagen_Maybach"> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_codriver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_cargo1" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_cargo2" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_hood" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Gelentvagen_Maybach_doors_trunk" chance="0.90" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="GlowPlug" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> </type> <type name="Mercedes_Mansory_Gronos_6x6"> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="CarRadiator" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="SparkPlug" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_codriver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_hood" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_cargo1" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_cargo2" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_doors_trunk" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Mercedes_Mansory_Gronos_6x6_bamper_pered" chance="0.80" /> </attachments> </type> <type name="Nissan_GTR_Limit"> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="CarRadiator" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="SparkPlug" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_doors_codriver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_doors_hood" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Nissan_GTR_Limit_doors_trunk" chance="0.80" /> </attachments> </type> <type name="Patreot_Offroad"> <attachments chance="1.00"> <item name="Patreot_offroad_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="CarRadiator" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="SparkPlug" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_doors_codriver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_doors_cargo1" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_doors_cargo2" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="Patreot_offroad_doors_hood" chance="0.80" /> </attachments> </type> <type name="PAZ_bandit_8x8"> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_wheel" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="CarBattery" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="HeadlightH7" chance="1.00" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_doors_driver" chance="0.80" /> </attachments> <attachments chance="1.00"> <item name="PAZ_bandit_8x8_doors_codriver" chance="0.80" /> </attachments> </type> </spawnabletypes> Далее перешел в cfgeconomycore и прописал запуск кастомного types и spawnanabletypes: </defaults> <ce folder="Mod_types"> <file name="moddedcars_types.xml" type="types" /> </ce> <ce folder="Mod_spawnabletypes"> <file name="moddedcars_cfgspawnabletypes.xml" type="spawnabletypes" /> </ce> </economycore> Далее расписал в обычном types запчасти, чтобы спавнились по карте в обычном types и в файле events расписал ивенты: <event name="PAZ_bandit_8x8"> <nominal>5</nominal> <min>3</min> <max>5</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="PAZ_bandit_8x8"/> </children> </event> <event name="Mercedes_Mansory_Gronos_6x6"> <nominal>5</nominal> <min>5</min> <max>3</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="Mercedes_Mansory_Gronos_6x6"/> </children> </event> <event name="Nissan_GTR_Limit"> <nominal>5</nominal> <min>3</min> <max>5</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="Nissan_GTR_Limit"/> </children> </event> <event name="toyota_alphard_6x6"> <nominal>5</nominal> <min>3</min> <max>5</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="toyota_alphard_6x6"/> </children> </event> <event name="Gelentvagen_Maybach"> <nominal>5</nominal> <min>3</min> <max>5</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="Gelentvagen_Maybach"/> </children> </event> <event name="Patreot_Offroad"> <nominal>5</nominal> <min>3</min> <max>5</max> <lifetime>300</lifetime> <restock>0</restock> <saferadius>500</saferadius> <distanceradius>500</distanceradius> <cleanupradius>200</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1"/> <position>fixed</position> <limit>mixed</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="5" min="3" type="Patreot_Offroad"/> </children> </event> Напоследок в cfgeventspawns прописал координаты: <event name="Patreot_Offroad"> <pos x="3609.666260" z="2142.533936" a="317.953339" /> <pos x="3612.29" z="2141.52" a="60.399284" /> <pos x="5369.10" z="2078.82" a="29.172445" /> <pos x="6593.52" z="3003.52" a="12.737254" /> <pos x="13407.07" z="5423.29" a="19.037407" /> </event> <event name="PAZ_bandit_8x8"> <pos x="12290.38" z="9147.13" a="320.966431" /> <pos x="14173.33" z="14991.33" a="80.463913" /> <pos x="12385.68" z="12523.68" a="272.756622" /> <pos x="10224.69" z="8907.75" a="339.113647" /> <pos x="9568.10" z="5987.10" a="209.48114" /> </event> <event name="Gelentvagen_Maybach"> <pos x="1007.57" z="2140.79" a="317.953339" /> <pos x="3612.29" z="2141.52" a="60.399284" /> <pos x="5369.10" z="2078.82" a="29.172445" /> <pos x="6593.52" z="3003.52" a="12.737254" /> <pos x="13407.07" z="5423.29" a="19.037407" /> </event> <event name="toyota_alphard_6x6"> <pos x="1007.57" z="2140.79" a="317.953339" /> <pos x="3612.29" z="2141.52" a="60.399284" /> <pos x="5369.10" z="2078.82" a="29.172445" /> <pos x="6593.52" z="3003.52" a="12.737254" /> <pos x="13407.07" z="5423.29" a="19.037407" /> </event> <event name="Nissan_GTR_Limit"> <pos x="1007.57" z="2140.79" a="317.953339" /> <pos x="3612.29" z="2141.52" a="60.399284" /> <pos x="5369.10" z="2078.82" a="29.172445" /> <pos x="6593.52" z="3003.52" a="12.737254" /> <pos x="13407.07" z="5423.29" a="19.037407" /> </event> <event name="Mercedes_Mansory_Gronos_6x6">"> <pos x="1007.57" z="2140.79" a="317.953339" /> <pos x="3612.29" z="2141.52" a="60.399284" /> <pos x="5369.10" z="2078.82" a="29.172445" /> <pos x="6593.52" z="3003.52" a="12.737254" /> <pos x="13407.07" z="5423.29" a="19.037407" /> </event> Сделал на всякий случай полный вайп и подгрузил сервер. Но авто ни на одной их координат не появилось. Я 3 дня уже не могу решить эту беду. Есть кто сталкивался? ОЧень признателен! На всякий случай приложу полные файлы с кодами, мало ли кто то сможет помочь. events.xml cfgeventspawns.xml cfgeconomycore.xml moddedcars_types.xml moddedcars_cfgspawnabletypes.xml
  13. @IMPERAT0R Я к тому что в файлах категорий там постройки. Не сможешь объяснить что именно написать и как привязать? Не нужно прям до точности а грубо говоря в какую конфигурацию что написать.
  14. @IMPERAT0R можно ли поподробней?
×
×
  • Create New...