Commit Graph

267 Commits (master)

Author SHA1 Message Date
Kevin Zheng 75b648096c Fix wall blocking exit
There is supposed to be an exit that opens when you take the cloak of
magic resistance, but a wall is blocking it.
2024-03-22 16:49:51 -07:00
Rick Tanner e22fe75f4b Capitalization and spelling correction to NPC dialogue in Underground (pup_land/ancient/ruin/underground) 2023-12-04 01:07:18 -06:00
Rick Tanner 2a7606c25c Minor wording update to NPC dialogue in Tavern (pup_land/ancient/village/tavern) 2023-12-01 00:20:11 -06:00
Rick Tanner 131c11f833 Minor wording and grammar updates to NPC dialogue in Siegfried's House, Level 3 2023-11-28 00:27:01 -06:00
Rick Tanner 85b30d03be Minor wording and grammar updates to NPC dialogue in Siegfried's House, Level 1 2023-11-28 00:24:50 -06:00
Rick Tanner 5e07259f98 Minor grammar update to NPC dialogue in LoveLove Company 2023-11-23 00:59:56 -06:00
Rick Tanner d499c9b084 Minor grammar update and wording capitalization update to NPC dialogue in Lone Village Tavern 2023-11-23 00:51:29 -06:00
Rick Tanner a64755a337 Fix typo and apply a minor update to NPC dialogue in Kurte's House 2023-11-21 16:44:56 -06:00
Rick Tanner 7643747159 Minor grammar update to NPC dialogue in Lone Village Inn 2023-11-21 15:11:35 -06:00
Rick Tanner 5672aad7d1 Minor grammar correction to NPC dialogue in Kurte's House 2023-11-21 14:09:43 -06:00
Rick Tanner 0744957091 Minor wording update to NPC dialogue in Hut (pup_land/ancient/village/hut6) 2023-11-19 00:26:38 -06:00
Rick Tanner 9c03530734 Minor punctuation update to NPC dialogue in Hut (pup_land/ancient/village/hut5) 2023-11-19 00:23:36 -06:00
Rick Tanner 72fc31b4b1 Minor wording and grammar update to NPC dialogue in Hut (pup_land/ancient/village/hut1) 2023-11-19 00:21:47 -06:00
Rick Tanner d5a8b62ae9 Minor grammar update to NPC dialogue and spelling corrections to NPC labels in Gothwolte's Castle, Level 2 2023-11-16 13:31:59 -06:00
Rick Tanner d344774893 Minor grammar update to NPC dialogue in Gothwolte's Castle, Dungeon 2023-11-16 13:29:25 -06:00
Rick Tanner 8b9df20e1b Minor grammar update to NPC dialogue in Atelir of Artifact (Prison) 2023-11-05 00:22:43 -05:00
Rick Tanner 3c2c43b5f5 Correct spacing after punctuation in msg text 2023-06-09 16:27:11 -05:00
Rick Tanner d886f30c98 Correct spacing after punctuation in msg text 2023-06-09 01:36:22 -05:00
DraugTheWhopper 0b8d7dfe12 Adjust traps in Siegfried's basement so they align with current difficulty. 2022-09-28 20:40:09 -04:00
DraugTheWhopper 26bab90eda Add connection labels to more ancient pupland maps 2022-09-27 22:32:24 -04:00
DraugTheWhopper 1282c9be5a Deobfuscate some map automation.
I still don't know if this mechanism works, but hopefully this will make it easier to diagnose.
2022-09-25 23:50:04 -04:00
DraugTheWhopper d6e5f2470f Remove unused map elements. 2022-09-25 23:35:32 -04:00
DraugTheWhopper f8efbc8802 Remove extra chests so you don't have a 50% chance to fail the puzzle. 2022-09-25 23:33:35 -04:00
DraugTheWhopper be279c065f Remove worthless dragon from all maps 2022-09-10 21:57:53 -04:00
Kevin Zheng 9e5bc36af3 Prevent players from getting trapped
Replace the connection-triggered bridge that can only work one time with
a creator that adds an invis_exit when the junction switch is thrown.

Reported by:    bugs/667
2022-05-07 18:29:39 -07:00
Kevin Zheng e167fb334e Reduce Lord Eureca's AC to something reasonable 2022-05-06 00:25:38 -07:00
Kevin Zheng 13462e2f54 Move text to magic mouth so it is visible 2022-04-25 22:40:58 -07:00
Kevin Zheng 6579836e3a Add stand_still flag to Siegfried
An altar underneath Siegfried detects his death. This altar doesn't work
if Siegfried doesn't stand still.
2022-04-24 12:19:32 -07:00
DraugTheWhopper 288b6287d5 Adjust more dialogue affected by the recent grammatical changes.
Some reversions, some additional adjustments. Overall, I've tried to make things more natural, at least for American English.
2021-11-01 18:22:23 -04:00
Rick Tanner 6788da9ab6 Grammar and spelling corrections to NPC dialog 2021-10-10 00:20:18 -05:00
tannerrj 88700149be Grammar and spelling corrections to NPC dialog 2021-10-04 00:43:43 -05:00
Nicolas Weeger 34109846d6 Describe the origin or purpose of every key
This patch will give the vast majority of the keys in the game
a message that describes the location the key was found in, or straight-up what it's used for.

It also names or renames a lot of them, although this isn't the focus (for now).

Patch https://sourceforge.net/p/crossfire/patches/415/ by Saiapatsu.
2021-08-13 18:55:09 +02:00
Andreas Kirschbaum 449fc26e37 Reorder game object attributes in canonical order 2021-08-01 17:50:28 +02:00
Andreas Kirschbaum f6ada1f307 Reformat and fix spelling of messages 2021-07-25 23:44:39 +02:00
Andreas Kirschbaum 9815651c16 Use lower case letters in @match lines 2021-07-25 17:15:11 +02:00
Andreas Kirschbaum 6e0b7aa2ee Reorder @match statements so that '@match *' comes last 2021-07-25 14:41:45 +02:00
Nicolas Weeger 5272e27aba Remove executable flag on maps. 2021-05-13 12:28:34 +02:00
rjtanner d12fa28bc2 Cosmetic changes to remove blocked tiles and replace them with solid cave wall segments, other changes for nicer cave wall merging in Path (pup_land/ancient/ruin/path). No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21016 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-14 00:07:05 +00:00
rjtanner 9de0b4716d Cosmetic changes between spiked walls and normal walls in Kurte's Shop (pup_land/ancient/kurte/shop) for nicer merging. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21015 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-13 23:56:34 +00:00
rjtanner 43a2f2b1d4 Cosmetic changes to adjust rough walls for nicer merging with each other in Cave (pup_land/ancient/mountain/cave.b1). No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21013 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:23:16 +00:00
rjtanner 5e2a225643 Fill up the rest of the empty map space with blocked tiles in Cave (pup_land/ancient/mountain/cave.b2), adjust rough walls for nicer merging with nearby walls. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21012 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:19:54 +00:00
rjtanner 1e26969f86 Fill up the rest of the empty map space with blocked tiles in Cave (pup_land/ancient/mountain/cave.b3). No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21011 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:17:18 +00:00
rjtanner 37217521a9 Cosmetic changes to Tower of the Necromancer, Dungeon (pup_land/ancient/mountain/tower.b1) for nicer merging between spiked walls and rough walls. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21010 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:13:37 +00:00
rjtanner 23130b06b4 Correct map header last changed author info
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21009 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:10:22 +00:00
rjtanner cb62f3205c Cosmetic changes to Tower of the Necromancer, Entrance (pup_land/ancient/mountain/tower.1) for nicer merging between spiked walls and castle walls. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21008 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:03:33 +00:00
rjtanner b6819c2fc0 Cosmetic changes to Tower of the Necromancer, Level 3 (pup_land/ancient/mountain/tower.3) for nicer merging between spiked walls and castle walls. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21007 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-10 00:01:18 +00:00
rjtanner 124f45106a Cosmetic changes to Tower of the Necromancer, Level 4 (pup_land/ancient/mountain/tower.4) for nicer merging between spiked walls and castle walls. No functional changes.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21006 282e977c-c81d-0410-88c4-b93c2d0d6712
2019-09-09 23:59:26 +00:00
silvernexus dd55ae5a6c Some additional firewall changes missed in r20471.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20472 282e977c-c81d-0410-88c4-b93c2d0d6712
2017-08-06 01:44:56 +00:00
akirschbaum dd472884c9 Run MapNormalizer editor script on all map files.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18817 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-19 13:26:30 +00:00
akirschbaum 5e430c833f Remove trailing whitespace.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18703 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-09 11:08:11 +00:00