Project Zomboid

Project Zomboid

336 evaluări
SSR: Quest System
19
8
5
3
3
5
2
2
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Dimensiunea fișierului
Postat
Actualizat
5.781 MB
12 apr. 2022 la 10:48
16 sept. la 1:51
58 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
SSR: Quest System

În 1 colecție creată de Oneline
SpiffoSpace Russia
5 obiecte
Descriere
This mod implements quest system framework that allows creating complex quests with nonlinear dialogues and multiple endings.
It provides a set of APIs and flexible custom scripting language that can be easily expanded with new commands, quest tasks, etc. Works both in singleplayer and multiplayer.

If you're a content creator:
Follow the guide[drive.google.com] to learn how to create a story using this framework.
If you're a solo player or a server owner:
Preform the following steps to set up the mod for playing in single or multi player game.
Singleplayer installation
1) Subscribe the framework
2) Subscribe quest packs (Note: they may not be compatible with each other)
3) Activate ssr-core, ssr-quests and the npc plugin used in a quest pack (either ssr-quests-e1 or ssr-quests-e2).
Multiplayer installation
1) Download the latest version of java mod[drive.google.com] and unpack the archive to directory of your dedicated server.
If your server is running on Windows, open the batch file you use to launch it and replace zombie.network.GameServer with zombie.SSROverride.
If your server is running on Linux, use start-server-jm.sh script to launch it.
2) Open server settings (servertest.ini).
3) Add the Workshop ID of this item and quest packs to the WorkshopItems field.
4) Add ssr-core, ssr-quests and the npc plugin used in a quest pack (either ssr-quests-e1 or ssr-quests-e2) to the Mods field.
Quest packs can be found in this collection.
Contact me, if you want yours to be added.



Join my discord server for updates and support:
[discord.gg]

If you like my mods, please, consider donating.
Even $1 is highly appreciated and shows that you care.
[boosty.to]
[www.blockchain.com]

Redistribution of this mod without explicit permission from the original creator is prohibited under any circumstances. This includes, but not limited to, uploading this mod to the Steam Workshop or any other site, distribution as part of another mod or modpack, distribution of modified versions. The product can be published on Steam only through an account with the name Oneline.

© 2022-2024 Oneline
[theindiestone.com]

Workshop ID: 2793385743
Mod ID: ssr-quests
Mod ID: ssr-quests-e1
Mod ID: ssr-quests-e2
Mod ID: ssr-quests-e3
Discuții populare Vezi toate (5)
2
11 ian. la 21:39
IMPORTANT: Support
Oneline
3
18 aug. la 10:07
IMPORTANT: Servers with quests
Oneline
2
17 mai 2023 la 2:34
IMPORTANT: Showcase
Oneline
240 comentarii
Oneline  [autor] 13 sept. la 9:00 
@Naughty this was answered many times in the comments section of corresponding mod page:
https://steamproxy.net/sharedfiles/filedetails/?id=698519943
Naughty Ugly[FR] 13 sept. la 7:46 
Pliz i have bug on quest " sally explorer " meet to south gas station etc. i found sally to south gas station and passed all the dialogues but the quests are not progressing help me pliz.
Oneline  [autor] 12 aug. la 7:50 
@INoler it doesn't work because you use undeclared variables in your code. When you use #lua, you can only refer to global variables and functions, for example.:

#lua healerPlayer(getPlayer())
lNoler 11 aug. la 18:00 
Hi @Oneline i have a question. How can i heal a player with de #lua command?

I tried to put this in the dialogue txt:

#lua healPlayer(player)

But it doesn't work. I need a .lua archive in the shared folder?

If you can help me i'm fully appreciated. Thank you. :steamhappy:
N0wh3re 1 aug. la 0:43 
@Oneline oh.. im sad :( anyway Thank you for reply!
Oneline  [autor] 31 iul. la 22:52 
@NOwh3re either that or debug quests in multiplayer from admin account. Forcing quest debugger via LUA in singleplayer will be tricky (see lua/client/UI/QuestButton.lua and lua/client/OnScreenTime.lua)
N0wh3re 31 iul. la 4:05 
Can i turn on debug mode while i'm not using debug mode of zomboid? because when i start with '-debug' commandline, game is always crash on my old saved file. (new saved file is okay) so i want to use debug of this mod without using -debug command. any helps? I can read and edit LUA file myself but i don't know where should I start with.
Djackz 9 mai la 4:03 
Found it! Amazing mod thanks for the help.
Oneline  [autor] 27 apr. la 0:24 
@Djackz yes. Possible combinations of mesh and texture are defined by mannequin scripts. If you check `ssr-quests-e2/media/scripts/npcs.txt`, you'll find other options aside from FemaleFolk and MaleFolk mentioned in the guide. You can use them in your NPC template, or create your own mannequin script using available as a reference (with zombie skins or something self drawn for example).
Djackz 26 apr. la 8:30 
Is it possible to change the skin colour on the mannequins? and if you could give an example that would be amazing! thanks bud:cherrypie: