Need help with Graphics

Stuck at a level? Need help with R'n'D or anything R'n'D related? Post here!

Moderators: Flumminator, Zomis

Post Reply
User avatar
catlady
Posts: 22
Joined: Thu Aug 11, 2005 3:55 pm
Location: Georgia

Need help with Graphics

Post by catlady »

Hi everyone. I hope everyone is well. When I make levels, how do I save the graphics I use when I submit levels? When I summited the "Mixed Levels" levelset, I think some of the graphics were question marks. I didn't use question marks. I used Walpurgis Gardens Graphics. What did I do wrong? :oops: :cry:
Daniel H.
Posts: 535
Joined: Sun Apr 02, 2006 7:13 pm
Location: USA

Post by Daniel H. »

Your levelinfo.conf file looks like this:

Code: Select all

file_identifier:                        ROCKSNDIAMONDS_LEVELINFO_FILE_VERSION_3.0

name:                                   Owner
author:                                 Owner
levels:                                 100
first_level:                            1
sort_priority:                          300
latest_engine:                          false
level_group:                            false
readonly:                               false
graphics_set:                           gfx_classic
sounds_set:                             snd_classic
music_set:                              mus_classic

Try changing it to this:

Code: Select all

file_identifier:                        ROCKSNDIAMONDS_LEVELINFO_FILE_VERSION_3.1

name:                                   Mixed Levels
author:                                 catlady
levels:                                 39
first_level:                            1
sort_priority:                          200
latest_engine:                          false
level_group:                            false
readonly:                               true
graphics_set:                           Walpurgis Gardens
sounds_set:                             Walpurgis Gardens
music_set:                              mus_classic
However, these graphics still will not work for people who have not downloaded Walpurgis Gardens.

Changing the ENTIRE levelinfo.conf file with ALL of the changes above will also fix other problems that people are complaining about, such as the name appearing as "Owner" and the ability to edit levels.

All you have to do is open the levelinfo.conf file with NotePad or WordPad and delete everything out of it and copy what is in the bottom box above in to the file. Then upload it on to the archive again! :)
The H. World levelset can be downloaded from http://www.bd-fans.com/RnD.html -- search The H. World on that page.
User avatar
catlady
Posts: 22
Joined: Thu Aug 11, 2005 3:55 pm
Location: Georgia

Post by catlady »

Thank you so much Daniel H. You were a lot of help. I guess you can tell I'm new at this :lol:
Daniel H.
Posts: 535
Joined: Sun Apr 02, 2006 7:13 pm
Location: USA

You're welcome.

Post by Daniel H. »

You're welcome. :)

Whenever you add more levels, be sure to change the "levels:" line in levelinfo.conf:

Code: Select all

levels:                                 39
The H. World levelset can be downloaded from http://www.bd-fans.com/RnD.html -- search The H. World on that page.
Post Reply