Jump to content

Herbert Filby

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Herbert Filby

  1. Cool, thanks for the heads up. I will look it up.
  2. I'm building a FPS in C++, and I'm trying to record player movement for Instant Replay later. I was in the process of working through the tutorials and forum posts when everything went down so I'm a bit lost. I have the character controller working, I just need to figure out the best way to save a lot of data to get an instant replay file that is small but accurate. Any suggestions/examples I could refer back to? Then once I figure that part out, here is where I am running into trouble for Leadwerks: I have a NPC figure I will use for the replay with Idle/Walk animations that I can load using C++ ok, but I don't know how to make it move. The only help I could find was for a third person camera that uses a character controller... Are there any good tutorials available for writing code in C++ or LUA for NPC models?
  3. I understand, yeah I also learned that the hard way :\ If you need any help with web programming and the like, feel free to PM me with any questions, I'd be glad to help out
  4. Hey Josh, I'm a web developer, so I know about dealing with these hosting companies. If your web host does not make (at least) weekly backups of your site (including SQL databases) you should drop them and find a new host that does. I've had client's websites get taken down by hackers before, and my host was able to roll back to the Sunday before and fix everything within a couple of hours... If you are backing up your files yourself, there is an option in Cpanel under "Backups" that allows you to select a specific SQL database that you can backup and download easily. It should download for you a zipped file containing a .sql file, which is the contents of your SQL database. See attached screenshot. http://www.herbertfilby.com/images/cpanelbackups.jpg Hope this helps!
×
×
  • Create New...