Old Baldur's Gate 1 Auto Roller Programmed in Delphi (need help!)
TheVerySpecialK
Member Posts: 16
I'm fairly new to the Baldur's Gate games, and have so far only played the original (Baldur's Gate 1). I was trying to find an auto roller for Baldur's Gate 1 (without success) when I came upon this old webpage that contained a bunch of free, downloadable programs written in Delphi. One of them was an auto roller utility for Baldur's Gate 1! I thought I was home free at this point, but when I downloaded it I realized I had no idea how to run the program.
Now, my question is: is there any way to run old Delphi scripts/programs on a Windows 7 machine? If so, how? I have basically no knowledge of computer programing, and the webpages that I went to for help were very archaic and only increased my level of confusion. I downloaded several programs that (I think) are supposed to be able to run or compile Delphi (one of them was DeDe), but have no clue how to use them.
If anyone out there has any idea how to run Delphi programs, your help would be much appreciated. The only reason I am going through this much trouble is because I have not been able to find any other auto rollers for the original Baldur's Gate 1 (I'm pretty sure this one that I've found is the only one out there). Anyways, the Delphi auto roller program is attached to this post, and here is a link to the website I found it on:
http://www.ascotti.org/programming/programming.htm
Now, my question is: is there any way to run old Delphi scripts/programs on a Windows 7 machine? If so, how? I have basically no knowledge of computer programing, and the webpages that I went to for help were very archaic and only increased my level of confusion. I downloaded several programs that (I think) are supposed to be able to run or compile Delphi (one of them was DeDe), but have no clue how to use them.
If anyone out there has any idea how to run Delphi programs, your help would be much appreciated. The only reason I am going through this much trouble is because I have not been able to find any other auto rollers for the original Baldur's Gate 1 (I'm pretty sure this one that I've found is the only one out there). Anyways, the Delphi auto roller program is attached to this post, and here is a link to the website I found it on:
http://www.ascotti.org/programming/programming.htm
0
Comments
Long, ridiculous version (disclaimer: I don't do Pascal/Delphi and I might be wrong about something): You download a Delphi IDE capable of compiling Delphi 3. Chances are money needs to change hands, as Borland have apparently discontinued all their free offerings. And that's assuming they still sell stuff that is backwards compatible with Delphi source from the late '90s. FreePascal supposedly has a Delphi compatibility mode, so you might want to try that. Once you have a compatible IDE, you compile the source and run the program.
However, I wasn't able to get much further than that (due to my lack of knowledge of coding). According to the readme provided by the author, I was then supposed to enter the desired stat number (98, 99, etc.) in the "edit box in the lower right corner." After that, the readme says you are supposed to hit the "start" key, or press "Alt-Shift-S" (which I am guessing starts compiling or running the program?). The program is then supposed to start rolling stats.
What does the author mean by "edit box"? Is this the window that contains the GNU license and code lines?