English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 05 November 2020, 23:13   #1
Kroah
Registered User
 
Kroah's Avatar
 
Join Date: Apr 2009
Location: France
Age: 46
Posts: 117
Hooooo Drakkhen world map, dungeons & scripts viewer

Hey all,

I put up online my reverse engineering work on the game Drakkhen :
http://bringerp.free.fr/RE/Drakkhen/utility.php5

You'll find :
  • a 2D world map viewer (mouse scroll to zoom in/out), Windows C# source & binary provided:


  • Maps and scripts of the dungeons:
Dungeon 0, Room 25:

Code:
Script Room_25 :

DoOnce {
  ObjetTraFile [#65/C0 "Earn XP: amount"] = 100;
  SpecialAction (#14 "F_A0_B3_H14_CharacterEarnsExperience");
}
if (ObjetTraFile [#76/30 "activationType"] == 3 "3: Inspect") {
  if (ObjetTraFile [#77/80 "activationValue"] == 8) {
    PrintText (#2 "You read engraved in the stone:");
    PrintText (#120 "ALMIGHTY...");
    ObjetTraFile [#08/10 "Grave #8 (D0R25 Left) "ALMIGHTY...""] = 1;
    Goto Label_714;
  }
  if (ObjetTraFile [#77/80 "activationValue"] == 9) {
    PrintText (#2 "You read engraved in the stone:");
    PrintText (#121 "...GOD.");
    ObjetTraFile [#07/10 "Grave #7 (D0R25 Right) "...GOD.""] = 1;
  }
}
Label_714
return;
  • ...and some other stuffs.

Have fun and take care!
Kroah
Kroah is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Turricane's world map zedr Retrogaming General Discussion 4 19 January 2018 23:17
Dungeons of Avalon I & II - Create a new hero... DamienD support.Games 7 31 May 2017 12:10
Found some old sourcecode (Defjam & CCS + Megaforce & World of Wonders?) LOGIK123 Amiga scene 7 24 February 2013 20:55
Phantasie I, II & III dungeon viewer Kroah Retrogaming General Discussion 19 20 April 2010 12:17
Sensible Soccer, pitch1.map pitch2.map problem. Whitesnake project.WHDLoad 0 31 May 2006 14:52

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:14.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06268 seconds with 15 queries