Jump to content

[Concept] Dynamic Quests/Objectives - Phase II/III


Recommended Posts

Posted

Please note that this is a Phase II feature and will not have much work done on it at the present, but is one of the major stops on the road to a completed Phase II and beginnings of Phase III.  As a result it also going to be subject to a lot of refinement as development goes on, decisions are made and new ideas come forth and does not in any way represent a final decision.

 

Using mainly LUA based scripts, we will transition away from using hard coded game modes for objectives as is done in JKA (eg: TFFA, CTF, Siege) to complete a matches objective.  There will be primarily two game mode types: Free Play and Versus Play.  The difference between the two is mainly whether or not they are short term or long term.  See below for more details on each.  Each game mode will have dynamic quests/objectives which can be completed within the larger frame work of the match goal.  These may also be a whole game mode in of themselves, but are technically underneath accomplished via only completing lua objectives.  Currently the game hard codes certain actions, such as transporting a CTF flag from an enemy base back to your own in order to score points.  This will no longer the case with Dynamic Objectives.  This means that where you should be delivering the flag to can change on the fly, as well as the method of delivery (you might have to actually give it to an npc through dialogue actions, rather then just standing on a flag dropping area).  Using scripting we'll be able to also modify objectives as you progress through a "quest".  As an example consider the following (note again, this doesn't represent an actual quest being implemented in JKG, but an example of one):

 

 

  Reveal hidden contents

 

 

This example is obviously targeted at one particular player, but Quests could easily include other players.  We could for example reimplement traditional game modes like capture the flag this way.  (Bring flag y to x location, get awarded when you do so).  Some of these types of quests would obviously loop and never be "completed".  Datapad quest completion data would be stored by the server you are currently playing on, and eventually in later phases (Phase 3 and 4) this will be transitioned to being stored on the master/account server, rather then just on the planet server.  This will allow quest data to be persistent and will tie into an account system and character database.

 

LUA Objectives can also be used to track simpler things such as "Kill 10 players in a row without dying".  These could be implemented as achievements, or kill streak rewards, or both.

 

To give you more of an idea to expect from both gamemode types here's a list:

 

Free Play

  • Open world.  Largish maps, the first to likely be featured will be Mos Eisley.  Hoping to get day/night cycles as well at some point.
  • No goals (this mode is mostly to test game features and new objectives/quests)
  • No teams (All players are neutral by default).
  • Various scattered NPCs with dialogue and some quests (this includes things like shopkeepers/vendors, Jabba the Hutt, Training Droids, Mentors, etc.)
  • Beginnings of a crime system (killing other players/npcs will put you on a team hostile to everyone)
  • Party system (create temporary groups/join groups of players)
  • Character creation (Very very basic, similar to base JKA to begin with)
  • Long term storage (eg: Warehouses/Banks for putting your loot in)
  • Emulate eventual PVE combat
  • Eventually different zones (eg: Cities will be relatively safe, outside of cities will have dangerous creatures/npcs wandering around you can kill)
  • These types of matches represent the typical LMO world the characters live in.

 

Versus Play

  • Based on Phase I Gameplay
  • More game mode options such as Assault, CTF, Faction Wars, VIP, etc. Implemented via LUA, rather than hard coded in
  • Time Limits
  • Teams
  • Achievements???
  • Mostly emulate future PVP combat here
  • Most Server will probably host these types of matches.
  • These types of matches represent "End Game" style conflicts in the eventual LMO, that leveled characters and guilds will participate in.

 

As you can probably tell the two modes will eventually be merged into one, but keeping them separate in Phase II allows us to test various features more easily and focus on building specific parts of the game.  Things will be implemented gradually, and progress will likely be slow, but steady.  Note most of the focus WILL be on Versus Play for Phase II and then shift to Free Play for Phase III.

Evian, Smoo and hleV like this

JKG Developer

Posted

Ya i agree completly futza and i would love to develop quests. the best systems i noticed that did something to what you saying was the JEDI RP servers and some lugormod servers. Which would be cool if we can implement features comparable to them, quest design is going to be an amazing thing.

 

In free play i would think that quests should be contested over by opposing teams or players, or something along those lines, but also at the same time having quest zones that are reasonably safe (close to spawn). While more contested zones would give more lootz depending on size and scale of the map. Thats all tenative of course.

I was mentioning to eez a few days back and that i think that having his AI workshop ported into JKG would unlock the possibilities of the quest system (think hostage, and escort quests with the possibility of npc/player skirmish fights). While I know that phase 2+ is a long way off, its gud to be thinking about the debuggin tools first, along with the expansion of the GLUA system when we enter the phase 2 cycle.

To give a bit of a concept of how questing should be I think we should look to other games and what quests do there, here is a small list inspired of what i could think of from games like WoW and ToR (along with few others). I think the glua system + ai workshop should be able to handle these cases in due time.

Quest Types
Multi Slay - Kill npcs (glua spawn, and ++ till count is met)
Boss Slay - kill 1 particular npc ( kill npc with designated name/class)
Gather - collect something meaningful for the npc or yourself (possibly something simular to scizco's credit system in atlantica)
Escort - way pointed npc with possible additional npc spawns/encounters while on route (ai workshop PLZ!)
Race - get to a certian point as fast as possible (with and without veh usage, possibly something like JApro? Eternal + Loda/Videop WHERE YOU AT!?)
Deilvery - bring a package of some sort to destination (can we set "spawn with mins+max" trigger_questcomplete zones with glua? speed hampering with item type in (aci) inventory to make quest more challenging or ally dependant?)
Hostage - protect an npc from onslaught (if npc->name == dead = gg)

Infiltrate - get to an enemy  defended/contest point and return alive with intel/package (similar to delivery but 2 way)

The current system might already be able to handle some cases, but im just throwing low level ideas out there to help further implementation. All gud things come in time : )

Smoo likes this
Posted
  On 11/11/2016 at 5:35 AM, Darth Futuza said:

In case some of you have never seen it before, this is what a quest might look like (the current system is mostly capable of doing this, there's a few bugs at the moment that need to be fixed as we've been rewriting code and breaking things, but it mostly works)

https://www.youtube.com/watch?v=5mODgwKPKho

Was heaps hyped when I saw it haha

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...