Chaosforge Forum

  • March 28, 2024, 05:11
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Valkyrie = Cool  (Read 7881 times)

Chris

  • Private FC
  • *
  • Offline Offline
  • Posts: 12
    • View Profile
Valkyrie = Cool
« on: January 01, 2008, 20:07 »

So I've discovered that the Valkyrie library pretty much kicks ass, good job Kornel.

After two or threes days of work -- including the time spent getting it set up, and figuring some stuff out about FreePascal  which I'd never really used much -- I've got a guy walking around, opening doors, picking up stuff, and -- the coolest thing -- walking around in a nice looking random dungeon courtesy of extending the TDungeonBuilder class. WAY quicker progress than any other roguelike project I've attempted.
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Valkyrie = Cool
« Reply #1 on: January 02, 2008, 02:40 »

Wow, finally someone (except Igor) tried it for real :). Although I must admit some big new features are coming soon -- I guess once people start using it I should start doing proper releases and changelogs.

Do you use the SVN version, or the one downloadable at the (insanely outdated :() website?
Logged
at your service,
Kornel Kisielewicz

Chris

  • Private FC
  • *
  • Offline Offline
  • Posts: 12
    • View Profile
Re: Valkyrie = Cool
« Reply #2 on: January 02, 2008, 03:47 »

The SVN version. Though I did follow the tutorial from the website, it seemed mainly to work just fine except for having to change the Init constructor to Create, and having to remove...um...a Done destructor, I think. I compiled PasDocs of the SVN version of the library, and that helped a lot too, as well as Berserk (I'm basically learning FreePascal through your source code)

Man, though, Free Pascal has some weird syntax :)

Just finished LOS too actually, by copying Isaac Kuo's beamcasting code out of Berserk.

So what are these big new features planned, if your willing to tell?

Also, any chance of a lua scripting tutorial? I see the vlua module in the library, but so far have assumed it would be a bit too complicated to make learning it without a tutorial that easy.
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Valkyrie = Cool
« Reply #3 on: January 02, 2008, 09:45 »

SVN? Good :D

Wierd syntax? Can you give an example?

As for features planned... at least those that can be seen in the BugTracker in the Valkyrie section -- generaly I plan to move as much as possible into valkyrie what can be shared between my roguelikes (TAutoTarget was one such example).

Yeah, a Lua scripting tutorial, and a new roguelike tutorial might appear as soon as I redo the Valkyrie webpage :P.
Logged
at your service,
Kornel Kisielewicz
Pages: [1]