Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Light&Shadow - Implement gameplay features #2576

Open
3 of 11 tasks
rzats opened this issue Oct 26, 2016 · 5 comments
Open
3 of 11 tasks

Light&Shadow - Implement gameplay features #2576

rzats opened this issue Oct 26, 2016 · 5 comments
Labels
Category: Gameplay Content Requests, Issues and Changes targeting gameplay mechanics and content Good First Issue Good for learners that are new to Terasology Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc.

Comments

@rzats
Copy link
Member

rzats commented Oct 26, 2016

Description

Light & Shadow (L&S) is one of Terasology's major gameplay modules - a CTF PvE gamemode that has red and black chess pieces waging war against each other in a quirky, Alice in Wonderland-inspired setting, with the player being an independent swashbuckling chesspiece that can choose to join one of the factions or operate independently.

world map

Bringing the L&S word to life requires implementing various gameplay features: custom world generators, quests, AI, class system and so on. While most of these features are already present in Terasology itself, we need contributors to integrate them with L&S-specific blocks and features!

Feature Checklist (pick one or more!)

World generation

RPG elements

Other stuff

Required skills

The issue involves working with the game's codebase and requires intermediate level Java skills, as well as familiarity with Terasology's entity system (though you can learn that on the fly by using the wiki tutorials).

Where to start?


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@rzats rzats added Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc. Category: Gameplay Content Requests, Issues and Changes targeting gameplay mechanics and content Good First Issue Good for learners that are new to Terasology Hacktoberfest labels Oct 26, 2016
@rzats rzats added this to the Playability milestone Oct 26, 2016
@Cervator Cervator added the GSOC label Feb 6, 2017
@Cervator
Copy link
Member

Cervator commented Feb 6, 2017

I'm adding the GSOC label to this item with some ideas on how a GSOC proposal could be done with a focus on preparing the world itself (a bit like DynamicCities), moreso than competitive gameplay since we are still lacking meaningful PVP/combat.

The "big" features I could see become part of a proposal would cover some amount of the below items, details up to application collaboration with mentors:

  • The base world setup - for now I think I would favor a simple finite world akin to the board game setup @oniatus has been playing with (chunk generation only makes a game board then stops - beyond that is nothingness). It could aim to replicate the map in-lined above, with fairly symmetrical but novel "regions" of sorts
  • A faction choosing and score tracking system. Like dusting off the magic platform @msteiger put together long ago in the L&S develop branch, then letting the player pick a side in the "lobby box" and being ported to the appropriate home base. If a player dies increase a score for the other team, visible in some UI overlay
  • World feature: Guard towers. We already have some Structure Templates for towers. We should prepare to put some sort of weaponry on them, like trebuchets or ballistas. One side quest system could be hooking up power cables to the tower to boost the effectiveness of the defense, or sabotaging the enemy lines (probably would have to first fashion some sort of explosive to damage the lines)
  • World feature: Mines with resource extraction. Hook up mine carts and create a supply of a resource sending out a mine cart train at set times, after a player has initiated the system. If the cart makes it back to HQ intact the defending team gets a bonus (research upgrades to armor/weaponry?). If the enemy team intercepts the (eventually guarded train) they steal some resources or alternatively they could try blowing up the tracks to cause a slowdown (safer)
  • ... need to add more. Pretty sure I have a bigger write-up somewhere, maybe in the forum? http://forum.terasology.org/threads/las-light-and-shadow-art-discussion.762 - also http://forum.terasology.org/threads/mapgeneration-for-l-s.804

One ultimate goal for L&S could be aiming for gameplay akin to the old Alterac Valley battleground from WoW, with central goals and a bunch of side quests. That's just one way it could be done, however.

@clennam
Copy link

clennam commented Mar 2, 2017

Wow, this is incredible!

Would a possible GSOC implementation be single-player and take a significant number of hours to complete fully, like an RPG, or involve a group of players each picking a side and playing out an entire campaign over a couple of hours?

Central goals and a bunch of side quests sounds like it leans a little towards the former, but the CTF part of the mode, as well as the comparison to the Alterac Valley battleground make it seem like a more battleground-type thing where a whole game can be played in an hour or two.

@Cervator
Copy link
Member

Cervator commented Mar 3, 2017

Personally I'd lean toward the short multiplayer sessions, but incrementally approaching it first through single player features is fine :-)

When I think about the side quests they're distinctly there to further the primary cause of somehow beating the other side. Maybe there are some snippets of involved lore but that discovery isn't primary to the gameplay.

That's in my mind though - a large part of GSOC is coming up with an interesting proposal that might even open our minds as mentors to ideas we had never thought of before :-)

@jdrueckert jdrueckert removed the GSoC label May 15, 2021
@kevinmody
Copy link

hey guys, I am Kevin and I am a CS student at Clemson University. I was hoping to contribute to this repo and maybe help/learn from this.

@Cervator
Copy link
Member

Hi @kevinmody - good to hear from you! Your best intro to the community and what needs doing will be the Discord server, not years-old issues that may or may not be accurate anymore. Join us over at https://discord.gg/terasology when ready :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Gameplay Content Requests, Issues and Changes targeting gameplay mechanics and content Good First Issue Good for learners that are new to Terasology Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc.
Projects
None yet
Development

No branches or pull requests

5 participants