Commit Graph

230 Commits (master)

Author SHA1 Message Date
Sven Eberhardt dfd9431e8d HotIce alternate map added.
Also converted old map to Map.c and fixed some spawning issues.
2015-04-17 16:57:32 +02:00
Maikel de Vries 73ebce9f9a remove celestial environment object in favor of scenario callback 2015-04-08 20:18:24 +02:00
Maikel de Vries 518125fc32 no overpowered weapons on dark mine respawn 2015-04-05 18:11:44 +02:00
Maikel de Vries 9bfe95f88e fix Dark Mine relaunch description 2015-04-05 12:01:01 +02:00
Martin Plicht e796fc48d1 MoltenMonarch.ocs/System.ocg/King_Javelin.c: fAiming -> aiming 2015-03-23 20:30:15 +01:00
David Dormagen f26b5e03e8 rock bottom: adjusted special behavior of weapon choice to work with new menu 2015-03-23 15:35:08 +01:00
Maikel de Vries 4311ea9aac no FoW for Overcast and Thunderous Skies 2015-01-20 19:35:05 +01:00
Maikel de Vries 4ea0cb0ca6 make ContainBlast a property instead of DefCore entry 2015-01-15 17:46:53 +01:00
Mark d7a88eea62 Use CreateObject() in scripts (#1214)
Objects with id Rule_*, Goal_*, and Environment_* are created with CreateObject() now.
2015-01-11 19:04:42 +01:00
Mark 850bf1b9d4 CreateObject/CreateObjectAbove (#1214)
Renamed CreateObject() to CreateObjectAbove() and replaced all occurrences in script files.
Added CreateObject(), the function may need a rewrite though, see comment in code.
Updated documentation
2015-01-11 19:02:03 +01:00
Maikel de Vries 79e2d8d822 add relaunches option to Dark Mine 2015-01-10 10:04:55 +01:00
Maikel de Vries 14123b0325 Use fixed array manipulation in Dark Mine again 2015-01-09 19:49:36 +01:00
Maikel de Vries 85bbf5c595 improved Dark Mine vegetation and item locations 2015-01-07 21:55:15 +01:00
Maikel de Vries 36b29fd32e adapt scenarios to rank->branch change 2015-01-07 00:04:44 +01:00
Maikel de Vries 6f3518d733 fixed lights in Rock Bottom 2015-01-07 00:04:44 +01:00
Maikel de Vries ab52803a4f Rock Bottom: add more weapons and clean up script 2015-01-05 20:31:46 +01:00
Maikel de Vries d610be43b6 new scenario: Dark Mine, a melee using the lights system 2015-01-04 13:29:13 +01:00
Sven Eberhardt 2696dd04a2 HotIce weapons reworked and fog of war disabled.
All chests now contain the same stuff, including bomb and fire arrows. Also gave a wind bag to everyone from the start.

With the wind bag, you can hop between islands and usually reach the chests early. This should add more action to the scenario and prevent stalemates due to people not being able to get to each other.
2015-01-04 12:23:32 +01:00
Tobias Zwick 659a697cf2 fix ShakeViewport effect, especially for explosions
* The shake effect used to have a target object, which made it vanish as soon as it is removed (and on Explode, it is immediately). So, the shake was never visible. The shake effect is now global and manages all shakes currently on the landscape
* Additionally, if there are several explosions that cause a shake, they were not added up correctly
2015-01-03 22:53:01 +01:00
Maikel de Vries c6802b8776 increase game content version entries to 6.0 2014-12-12 22:58:16 +01:00
Maikel de Vries 8d5d4715fe remove physical documentation 2014-10-04 09:22:10 +02:00
Maikel de Vries 66d4a9bed8 fix thunderous skies boompack launching 2014-05-30 22:23:57 +02:00
Maikel de Vries 6ba0164c5b removed unnecessary defcore Value entries
Completely unneeded for structures and many other objects.
2014-05-26 21:38:32 +02:00
Maikel de Vries 1c6f62466b Fixed Ametyst to Amethyst typos 2014-04-02 19:46:52 +02:00
David Dormagen 7d7308290f added missing SolidMask.png to Hideout/ShieldGem (fixes being able to pass through shield) 2014-03-29 18:58:10 +01:00
Maikel de Vries c075103bb9 Added GetDescription to all goals
This will be used by the new HUD on the controls branch.
2014-02-17 20:41:02 +01:00
Maikel de Vries 6cbe9e0554 Removed double Title1.png from Arena.ocf 2014-02-02 18:53:04 +01:00
Pyrit c71ac73fa5 Remove triangles from windmills in Windmill.ocs. 2014-01-26 17:39:11 +01:00
Pyrit c33ef06909 Fix sky scrolling for several scenarios.
SkyScrollMode=1 in Scenario.txt is broken, so I used  SetSkyParallax() in the script.
2014-01-26 17:39:11 +01:00
Tobias Zwick 9396201996 more iron bombs! 2014-01-26 12:42:25 +07:00
Tobias Zwick 189e667b1f include grenade launcher in one of the arenas (ruins) 2014-01-26 12:42:24 +07:00
Tobias Zwick a423a62bb2 Proofreading and adding missing (German) descriptions of scenarios 2014-01-25 22:05:11 +07:00
Tobias Zwick f6e98d61e2 replace sulphur material with firestone material 2014-01-11 22:29:19 +07:00
Martin Plicht a616a1a6cd script: And I forgot to copy-paste a ‘!’, yay 2013-12-21 13:28:36 +01:00
Martin Plicht d699ba80a5 script: Fix some minor nil/0/parameter passing issues, fix some <variable> = <variable> noop issue and convert some while loop into a for loop 2013-12-21 13:23:51 +01:00
David Dormagen a10c9316ef renamed DynamicParticles* to Particles* and CreateParticleEx to CreateParticle 2013-12-17 22:32:01 +01:00
Tobias Zwick 666a51b3d9 update documentation around DefCore, remove some obsolete fields 2013-11-30 14:14:18 +07:00
David Dormagen 30619ae7fd removed unused particle definitions & cleaned up Particle.txt of LightningBolt particle 2013-11-28 23:44:24 +01:00
David Dormagen 54fdb2cec1 updated some remainers of the old particle system to use the new one 2013-11-28 23:38:26 +01:00
David Dormagen 8461fb9822 changed dynamite/dynamite box/powder keg fuse effect to use the new particle system 2013-11-28 23:29:25 +01:00
David Dormagen 6844cbbc71 changed DrawParticleLine to use the new particle system 2013-11-28 23:27:56 +01:00
David Dormagen defe1f7525 updated Grass particle and usages to new particle system 2013-11-28 23:25:30 +01:00
David Dormagen 4ce1b5b205 updated stuff in Windmills to use the new particle system 2013-11-28 21:35:12 +01:00
David Dormagen 95f4725208 updated stuff in ThunderousSkies to use the new particle system 2013-11-28 21:35:11 +01:00
David Dormagen 08fc85f13c updated Scorched Garden to use the "normal" Meteor instead of a Firestone with particles; made Scorched Gardens use the new particle system everywhere else, too 2013-11-28 21:35:11 +01:00
David Dormagen 2c4c8c1f61 updated stuff in Overcast to use the new particle system 2013-11-28 21:35:11 +01:00
David Dormagen eb1a5a3a64 updated stuff in MoltenMonarch to use the new particle system 2013-11-28 21:35:10 +01:00
David Dormagen f6a3b3e04e updated stuff in Hideout to use the new particle system 2013-11-27 12:30:52 +01:00
David Dormagen 6752953993 changed stuff in FrozenFortress to use the new particle system 2013-11-27 11:42:02 +01:00
Martin Plicht dd44c32e14 Remove some duplicate functions from scripts 2013-10-14 07:21:12 +02:00
Maikel de Vries 7f9f40a1f5 Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
Tobias Zwick 131ec86b98 refactor pump done. Remaining problem: power system (usage) 2013-05-30 22:11:39 +02:00
Tobias Zwick ba426651ad fix wind bag rename 2013-05-25 14:36:04 +02:00
Pyrit 5b634c84d9 Small changes for Windmill.ocs
- arrow is in front of windmills
 - bullet doesn't try to remove itself after it is already removed
 - wind generators don't show light bulbs anymore
2013-05-23 14:19:56 +02:00
Pyrit 3198045185 Bow and musket work again in Windmill.ocs 2013-05-23 14:19:56 +02:00
Sven Eberhardt 3937fcd3b1 Sorted all playable scenarios from experimental folder into settlement/parkour/arena folders 2013-05-16 19:33:10 +02:00
Sven Eberhardt 749ddb09aa Updated local scenario material densities 2013-03-30 13:59:04 +01:00
Sven Eberhardt 13ead95b05 Cleanup main texture map. Remove unused and duplicate entries. Added Earth-earth.
Only one scenario (Arena.ocf\Ruins.ocs) was using any of the duplicate entries.

The missing earth definition caused earth borders to liquid to be rectangular sometimes.
2013-02-11 21:21:31 +01:00
Maikel de Vries 13b9dd2e53 Added dummy object to fix script error 2012-11-15 22:07:21 +01:00
Charles Spurrill 162e125085 #374 Missing graphics: Scoreboard of Parkour and LastManStanding - Finished 2012-11-11 16:08:48 -08:00
Sven Eberhardt 20e33a378a ScorchedGardens Scenario.txt title fix 2012-11-10 14:24:06 +01:00
Maikel de Vries 279ce3b313 Objects: Added a waterfall and drain 2012-11-03 22:07:14 +01:00
Maikel de Vries f69e43ca77 Fixed Hideout doors again 2012-11-01 21:49:53 +01:00
David Dormagen bfcadd29f4 weakened the stone doors in FrozenFortress to standard maxdamage (300 -> 180 = ~9 flints) 2012-10-23 23:35:11 +02:00
David Dormagen 4f68081874 removed some completely arbitrary MaxPlayer entries 2012-10-23 23:28:18 +02:00
Russell 5782557a34 Clonk. Now with 65% better grammar. 2012-10-22 18:35:06 +01:00
Maikel de Vries db5ce4ffd9 Fixed gravestone rule and added it to the arenas 2012-10-22 20:05:23 +02:00
Maikel de Vries 6b4dc7bcd0 Hideout: fixed stuck stone doors 2012-10-21 23:14:37 +02:00
Maikel de Vries 3ff27f728a Fixed c4script runtime error in Scorched Gardens 2012-10-18 22:55:01 +02:00
Maikel de Vries 3fa4ce5350 Fixed Scorched Garden weapon list message 2012-10-18 22:34:01 +02:00
Maikel de Vries c29ada46bb Make chests in arenas indestructible 2012-10-14 15:04:23 +02:00
David Dormagen 8c20d46818 fixed duplicate line in description of Overcast
hah, commit 5000!
2012-10-14 14:17:12 +02:00
Maikel de Vries adfb38475c Fixed Arena scenario descriptions 2012-10-14 13:26:48 +02:00
David Dormagen 1d4c38a09d fixed possible null-pointer in ScorchedGardens' meteor 2012-10-14 13:20:56 +02:00
Tobias Zwick f22fe90484 Nachtfalter's new moon 2012-10-14 01:38:09 +02:00
Felix Wagner e2ee7a59bd Descriptions corrected and synchronised 2012-10-13 22:25:25 +02:00
Maikel de Vries df0096cd57 Order scenarios inside their folders
There is no logic behind this ordering
2012-10-13 16:45:13 +02:00
Felix Wagner 7130394cfb Scenario folder descriptions added and synchronised 2012-10-13 13:17:59 +02:00
Charles Spurrill a66f39f729 Title.pngs for Arena, Parkour, and Settlement scenario folders 2012-10-11 19:39:48 -07:00
Maikel de Vries 7523bf3ab5 Refactor scenarios: Arenas 2012-10-09 20:42:32 +02:00