Blockland Forums > Modification Help
[Tutorial] Basic JVS Content Modeling/Animation Tutorial - Milkshape 3D
goz3rr:
--- Quote from: Blastdown on January 12, 2010, 07:48:48 PM ---This is what it should look like in the end.
--- End quote ---
You got openCCW twice and no closeCCW...
Blastdown:
--- Quote from: goz3rr on January 16, 2010, 07:53:11 AM ---You got openCCW twice and no closeCCW...
--- End quote ---
Fixed.
goz3rr:
I followed your tut, But when i pack my door i get this
--- Code: ---Loading Add-On: Content_Goz3rrDoors (CRC:-318270692)
Executing Add-Ons/Content_Goz3rrDoors/server.cs.
Executing Add-Ons/Content_Goz3rrDoors/types/highsecuritydoor.cs.
Object 'contentBrickHighSecurityDoor' is not a member of the 'DebrisData' data block class
5 datablocks added.
--- End code ---
And when i spawn, blockland crashes :|
EDIT:
I fixed the
--- Code: ---Object 'contentBrickHighSecurityDoor' is not a member of the 'DebrisData' data block class
--- End code ---
by using a debris shape from the default sliding door (You should add this to the tutorial).
But now i still crash when i spawn.
Blastdown:
--- Quote from: goz3rr on January 16, 2010, 12:33:24 PM ---I followed your tut, But when i pack my door i get this
--- Code: ---Loading Add-On: Content_Goz3rrDoors (CRC:-318270692)
Executing Add-Ons/Content_Goz3rrDoors/server.cs.
Executing Add-Ons/Content_Goz3rrDoors/types/highsecuritydoor.cs.
Object 'contentBrickHighSecurityDoor' is not a member of the 'DebrisData' data block class
5 datablocks added.
--- End code ---
And when i spawn, blockland crashes :|
--- End quote ---
The name of the file is wrong. Should be either contentShapeHighSecurityDoor or contentDebrisHighSecurityDoor. Shape is the actual door file, Debris would be the same model without animations and with a black material.
Updated:
- Added more information in Model section; Debris Model
- Added more information in Exporting section; Model save names
goz3rr:
--- Quote from: goz3rr on January 16, 2010, 12:33:24 PM ---EDIT:
I fixed the
--- Code: ---Object 'contentBrickHighSecurityDoor' is not a member of the 'DebrisData' data block class
--- End code ---
by using a debris shape from the default sliding door (You should add this to the tutorial).
But now i still crash when i spawn.
--- End quote ---
^ :P
My console says:
--- Code: ---Loading Add-On: Content_Goz3rrDoors (CRC:-318270692)
Executing Add-Ons/Content_Goz3rrDoors/server.cs.
Executing Add-Ons/Content_Goz3rrDoors/types/highsecuritydoor.cs.
6 datablocks added.
--- End code ---
And i still crash when i spawn.
But now i found out my blockland is screwed, Because it also crashes without any addon. :|