Jump to content

open source help


Zopiac

Recommended Posts

OK. I am very new to this :p ...wanted to know what BoE looked like, and was curious about other things as well. The thing is, how do i open it confused ??? i have Microsoft Visual C++ 2008 Express Edition, with Windows (XP), and, quite frankly, have no clue as to how to open/edit/run it. I have opened the *.cpp and the *.h files, but don't know what to do from there. Please help!

Link to comment
Share on other sites

In order to create BoE from the source code, you need to compile the game. To compile the game, you need a project with the source files inside it and also a compiler. I'm not sure how to move the files into your project using MC C++, though. But once the files are in your project, your compiler (MC C++) should give you an option somewhere to compile the program. Then, most likely, you'll get a bunch of error messages. Solve them if you can; when you're done, the game should finally compile.

 

However, if you just want to read the code, what you already have is what you get. There's nothing simpler, as far as I know.

Link to comment
Share on other sites

If a cursor is missing, my guess is that the code names a cursor to be used by the game, but isn't in the folder when it needs to be compiled. You should have cursors named "BOOT" "C" "D" "DL" "DR" "KEY" "L" "R" "SWORD" "TALK" "TARGET" "U" "UL" and "UR" already, I think. Which one does the compiler name as missing or needed?

 

Also, approximately how many errors are you getting when you try to compile the program? And where did you get your source code?

Link to comment
Share on other sites

OK. Here is where i got the source code, and i put it onto my desktop, and then moved all of my desktop otems into my documents; C:\Documents and Settings...My Documents\Desktop\(Blades of Exile Source Code\blades of Exile.dev, UL.cur, etc.)).

 

When i go to Execute>Compile in DevC++, it starts to compile, and then says in the compiler box down below:

 

Invalid Argument

 

[Resource error] can't open cursor file `../

blades/ul.cur': No such file or directory

 

C:\Documents and Settings\Zopiac Keylink\My

Documents\Desktop\Blades of Exile Source

Code\Makefile.win [build

Error] [blades_of_Exile_private.res] Error 1

 

thats it.

Link to comment
Share on other sites

Is there a file anywhere in the distribution called "ul.cur"? If not, I suppose you could copy an existing .cur file and rename it. It's not a fix really, but at least it will allow the game to run (I assume).

 

If there is such a file, make sure it is in the place where the game is looking for it, ie "../blades/ul.cur". Translation: start from the working directory, go up one level, open the folder "blades", and that's where the cursor should be.

 

Speaking of the working directory, where is the executable file? (the .exe)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...