• Our booking engine at tickets.railforums.co.uk (powered by TrainSplit) helps support the running of the forum with every ticket purchase! Find out more and ask any questions/give us feedback in this thread!

How to make BVE objects for BVE 4?

Status
Not open for further replies.

LondonBVE

Member
Joined
22 Dec 2005
Messages
441
Location
Lost!
Does anyone know how to make BVE object for BVE 4? :( As needed for my new project. And does anyone know how to code a three platform something like this for BVE 4 :

P=Platform
R=Rail

PPP RR PPP RR PPP
PPP RR PPP RR PPP
PPP RR PPP RR PPP
PPP RR PPP RR PPP
PPP RR PPP RR PPP
PPP RR PPP RR PPP

Thanks
 
Sponsor Post - registered members do not see these adverts; click here to register, or click here to log in
R

RailUK Forums

eezypeazy

Member
Joined
4 Jul 2005
Messages
626
Location
UK
AFAIK, object making for BVE 4 is the same as BVE 2... you can make objects in .csv and .b3d formats, and the newer .x format... there are some useful guides to object making at Al Barten's site http://alfredbarten.com/BVE_pro3.html and Luigi's site http://www.trenomania.it/bve/eng/index.asp

Take particular note of the rules regarding bitmap dimensions (if you're using bitmaps) and the good old 25m rule when placing your objects...

Regards

eezypeazy
 

Tom B

Established Member
Joined
27 Jul 2005
Messages
4,602
Note with .x files you can only use textures in the same directory and they must have 0,0,0 as the transparent colour.
 
T

Tom

Guest
.X files allow lighting effects to be modified, etc, Zane.
 

Dennis

Established Member
Joined
8 Aug 2005
Messages
2,676
Location
Trowbridge
try...http://www.gamedev.net/reference/articles/article1196.asp

As mentioned above, .x files are a bit more fussy over the textures used. I find it easiest to construct the object as a .CSV file in the normal way and then convert to .x using the converter on Mackoys site before applying the lighting effects (glow and reflect) in the resultant .x file. Use something like photoshop to apply lighting to the textures.

The lighting effects which can be achieved are absolutely fantastic (the nightshots of the Clarendon route on my fotopics site really don't do them justice); one tip I would give if you are converting files from other formats is to ensure all faces are individually added so that the desired illumination effects can be applied only on the faces where they are required.
 

Tom B

Established Member
Joined
27 Jul 2005
Messages
4,602
There are advantages to .x - take a look at the many tutorials and sites online (grep the web) - as Dennis said there are glow effects too which are rather cool :).
 

Dennis

Established Member
Joined
8 Aug 2005
Messages
2,676
Location
Trowbridge
All of the files I have modified tend to come out slightly larger than the .CSV parents (only a couple of k; insignificant really when compared with the size of bitmaps used). I have noticed no difference in rendering speed so far on the Clarendon conversion (where around the stations the majority of the objects are in the form of .x files).

Hopefully, the Clarendon night conversion will be finished in a few weeks - the route conversion itself is almost done, I just need to set the timetable, recheck the signalling and tidy up the directories. Could also do with a beta tester soon as although I think it looks OK on my (laptop) display, I have no idea what it will look like on other systems.
 

Tom B

Established Member
Joined
27 Jul 2005
Messages
4,602
It depends - you have a choice of three types of .x files, but if you choose compressed it's advisable to keep the source .csv file.
 
Status
Not open for further replies.

Top