Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - noahnace10

Pages: [1]
1
General / Re: Book/Game.hpp: No such file or directory
« on: January 24, 2014, 09:56:32 pm »
Don't download the source from the Packt website. Download it instead from the GitHub repository, and follow the instructions in the ReadMe.txt file.

Thank you. I'm no longer having the error.

However, I have a different error. When I compile, the console window says "Failed to load image "Eagle.png". Reason : unable to open file"

Why is this?

2
General / Book/Game.hpp: No such file or directory
« on: January 23, 2014, 11:14:15 pm »
Hello,
I'm new to both C++ and SFML, and I recently bought the "SFML Game Development" book. After reading the first chapter, I downloaded the source code from the Packt website. After putting the files in my project file, I built the program. However, the log told me:

Fatal error: Book/Game.hpp: No such file or directory

What do I do?

3
Graphics / Re: How to make the tilemap bigger
« on: January 17, 2014, 09:50:06 pm »
What about using larger numbers and arrays? ???
Oops... I found it out, and now I feel like a fool. ::)
Thank you!

4
Graphics / How to make the tilemap bigger
« on: January 17, 2014, 08:35:30 pm »
Hello,

I'm new to SFML, and I'm wondering how I would make the tile map shown in the tutorials bigger. When I use the code from the tutorials, the tile map is 16x8. How would I make it, for example, 32x16?

Thanks,

noahnace10

Pages: [1]
anything