Update

Published January 25, 2007
Advertisement
Nothing really serious to report,

We are going to try and release a new version friday that basically has the following changes:

1. KErnel.CPP becomes a Class aswell
2. Cleanup functions will function properly (memory leaks gone)
3. Fixed the heightmap (no promise)
4. some more D3D tweaks
5. A real Abstract renderer instead of a polymorphism solution.

Furthemore we are trying to look for a solution to a problem we are having

AS you might have noticed, we have the .X files and BMP files floating the map, preferably we want to put them all in one file so its easier to access, but also easier to zip and keep track of what we need. Does anyone know how easy that is to implement?

One last thing we are really struggeling with is we can make a debug version of Vyper, but a release keeps on giving linker errors, which is a pain in the ass.We need to add more library dependancies to make it work for a RElease build?



Previous Entry Vyper 1.1 released!
Next Entry Update
0 likes 1 comments

Comments

Jesse Chounard
Getting your resources from one packed file is really easy.

Gpwiki has an article on building your own custom resource format, if that's your thing.

If you don't wanna build your own, you could use a library get your assets from a standard zip file:
Physfs
zziplib

I'm a big fan of Physfs.
January 25, 2007 02:49 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

C++ tutorials soon

861 views

Hmm

945 views

Updates

884 views

Update

850 views

One more year!

773 views

Update

812 views

Windows Vista...

850 views
Advertisement