Ok made this tutorial to explain a little more on how to get SketchUp models into GameGuru.
I will do this without the use of the importer so you will know exactly how to do this manually
The first thing you will need is
Erwan's xExporter.rb which you can get from here
http://sketchuptips.blogspot.co.uk/2008/02/sketchup-to-directx-exporter.html
This also assumes you know roughly how to use SketchUp.. and we are using only "one" Texture
Create a folder and call it "BLOCK"
------------------------------------------------------------------------------------------------------------------------------------
Ok open sketchup and create a cube and texture it ...
Next thing to do is export it using the plugin as shown below....
Export the model to your "BLOCK" Folder
If you look in your "BLOCK" folder you should see your model and Texture...
Rename the texture to " BLOCK.jpg "
Open the .X model in notepad and change the texture name to " BLOCK.jpg " as shown below.
The next thing we have to do is create a Fpe File to add the the folder...
Here is the one I made for this model ...
;header
desc = BLOCK
;visualinfo
textured =
effect = effectbank\reloaded\entity_basic.fx
castshadow = 0
;orientation
model = BLOCK.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
defaultstatic = 1
materialindex = 1
collisionmode = 1
scale = 0
;statistics
strength = 25
explodable = 0
debrisshape = 1
transparency = 0
forcesimpleobstacle = 3
;ai
aiinit = appear.lua
aimain = default.lua
aidestroy = disappear.lua
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
-------------------------------------------------------------------------------------------------------------------------------
Add the Fpe file to your "BLOCK" folder so it now contains 3 items as shown below...
Your model , Your Texture and your Fpe file
Next we will copy the whole folder into GameGuru's entitybank folder located
C : / program files / Steam / steamapps /common / GameGuru / Files / Entitybank..
Once you have done this ..... Start GameGuru... Click add entity and you should find your folder "BLOCK"
Click on this to select and place your model.......
NOTE.... it will be text only as we have not added a thumbnail....
All going well it should look something like this .....
Ok its a very basic tutorial but I hope it helps ...
The only person ever to get all his work done by "Friday" was Robinson Crusoe..