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

A minor fix and added some extra events. #10

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

TiVa85
Copy link

@TiVa85 TiVa85 commented Mar 13, 2024

Added:

  • Discriptions for all travelsigns in HOS
  • Kaer Morhen: added POI: Triss Earring
  • Velen/HOS: added event aftermatch for Doors Slamming Shut, it only triggers when you destroy the pillar during your fight with the elemental during that quest.
  • Toussaint: added raging wolf (quest after Fist of Furry) to have all quests of toussaint now on the map.

Fixed:

  • The Heroes´ Pursuits: Fayrlund: marker wasn't correct, I checked and double checked during my last playthrough.

BEWARE: I made a change to home.js just to be able to push it to tivaprojects.com/witcher3map- do not take over this commit

TiVa85 added 10 commits March 13, 2024 12:14
Added Description HOS Signposts
Needed for online deployment on tivaprojects:

Original:
n=window.location.href.replace(window.location.hash,"").toString().slice(0,-10)

Changed to:
n=window.location.href.replace(window.location.hash,"").toString().slice(0,0)
Added disclaimer for 2 monsternest which are only actvie during Big Game Hunter.

coords: [[75.484,40.313]],
label: $.t("sidebar.monsternest"),
popup: $.t("monsternest.desc") + $.t("misc.dactive",{quest: $.t("contracts.label.biggamehunter")})

coords: [[75.328,40.578]],
label: $.t("sidebar.monsternest"),
popup: $.t("monsternest.desc") + $.t("misc.dactive",{quest: $.t("contracts.label.biggamehunter")})
The Heroes´ Pursuits: Fayrlund has wrong marker: 

root-bb had: 
coords: [[-34.687,-26.917]]

changed to 
coords: [[-34.687,-26.917]],
label: $.t("sidequest.pursuit") +$.t(": ") +$.t("sidequests.label.ps_fa"),
popup: $.t("sidequests.desc.ps_fa")
Enable "Point of Interest" so Triss Earring can be added
Added coordinates for POI Triss Earring

poi: [{
		coords: [[66.906,66.734]],
		label: $.t("k:poi.label.earring"),
		popup: $.t("k:poi.desc.earring")
	}],
add to events-->
coords: [[225.425,151.080]],
label: $.t("event.label.doors2") + '*',
popup: $.t("misc.active",{quest: $.t("contracts.label.doors")}) + $.t("event.desc.doors2")
add to sidequests --> RAGING WOLF submit
coords: [[59.063,75.141]],
label: $.t("sidequests.label.ff_rw") + '*',
popup:  $.t("misc.active",{quest: $.t("sidequest.fist") + " - " + $.t("sidequests.label.ff_st")})
added desc and label for Triss Earring -->
"poi": {
"desc": {
"earring": " "
},
"label": {
"earring": "Triss Earring"
}
				},
Added labels and descriptions for Raging Wolf and aftermatch Doors Slamming Shut

CHANGE: add to events-->
"event": {
"desc": {
...
"doors2": "If the pillars are destroyed when fighting the elemental during this quest, a small cutscenes triggers informing Geralt what happened to the new owner. ",
...
},
"label": {
...
"doors2": "Doors Slamming Shut (Part 2)",

add to sidequests-->
"sidequests": {
"desc": {
...
"ff_rw": "It will become active after the '__quest__' mission. ",
"label": {
...
"ff_rw": "Raging Wolf",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant