A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »help me and i actully mean it this time around

Author Topic: help me and i actully mean it this time around (1 messages, Page 1 of 1)
Moderators: Dennis

defiler1
Joined: Nov 2, 2007

looking for the fourth halo....


Posted: Mar 11, 2008 07:03 PM    Msg. 1 of 1       
alright so im trying to export a base i made and when i tryed to export with a jms exporter becuse blizcrieg wont work :( anyways this is what i got:

all_objects_array = #()
all_object_names = #()

node_objects = #()
node_array = #()
node_translation = #()
node_rotation = #()
node_child_indices = #()
node_first_child_index = #()
node_next_sibling_index = #()

marker_array = #()
marker_parent_index = #()
marker_translation = #()
marker_rotation = #()

geometry_objects = #()
geom_parent_index = #()
geom_materials = #()
geom_bone_array = #()
geom_object_has_skin = #()
geom_object_has_tverts = #()
geom_mesh_faces = #()
face_verts = #()
face_matID = #()
face_SG = #()
face_tverts = #()
face_shader_index = #()

vert_pos = #()
vert_node0index = #()
vert_node1index = #()
vert_node1weight = #()
vert_normal = #()
tvert_pos = #()

exportFailed = false
sceneParent = undefined
nodeParent = undefined
numFaces = 0
boneAffectWarning = false
validJMS = false

maxver = maxVersion()

fn getFaceSmoothGroupB obj face =
(
local sgroup_val = getFaceSmoothGroup obj face
local sg_bitarray = #{}
if sgroup_val < 0 do
(
sg_bitarray[32] = true
sgroup_val -= 2^31
)
for i = 1 to 31 do
(
sg_bitarray = (mod sgroup_val 2 > .5)
sgroup_val /= 2
)
sg_bitarray as array
)

rollout roll "JMS Model Exporter" width:209 height:254
(
GroupBox grp1 "" pos:[7,0] width:194 height:32
label lbl_title "BlueStreak: Halo Model Exporter" pos:[26,12] width:159 height:13

GroupBox grp2 "User Information" pos:[8,37] width:193 height:40
edittext edt_info "" pos:[13,53] width:176 height:18 enabled:false

GroupBox grp3 "Export options" pos:[7,82] width:194 height:40
checkbox chk_weight "Export vertex weights (rigged)" pos:[17,100] width:173 height:16 checked:true

GroupBox grp4 "Export Method" pos:[7,127] width:194 height:103
checkbox chk_jms "Save to JMS File (3ds max only)" pos:[17,146] width:174 height:16 checked:true
checkbox chk_stream "Stream with MAXScript Listener" pos:[17,165] width:174 height:16
button go_button "Export JMS Data" pos:[38,188] width:128 height:31

label lbl7 "Script by TheGhost" pos:[8,235] width:101 height:14 enabled:false
label lbl8 "v1.0.1" pos:[167,236] width:36 height:14 enabled:false

on roll open do
(
ClearListener()
if maxver[1] <= 4200 then
(
edt_info.text = " Max version " + (maxver[1] / 1000.0) as string + " (gmax) detected."
chk_jms.checked = false
chk_jms.enabled = false
chk_stream.checked = true
)
else
(
edt_info.text = " 3ds Max version " + (maxver[1] / 1000.0) as string + " detected."
chk_jms.enabled = true
chk_jms.checked = true
chk_stream.checked = false
)
)
on chk_jms changed theState do
(
if theState == true then
(
if someone knows how to fix it please do becuse it will be a huge help
when i do release a map u will be credited for techinical support


*edited by admin for brevity
Edited by Dennis on Mar 11, 2008 at 07:56 PM

 

 
Previous Older Thread    Next newer Thread







Time: Thu January 19, 2023 6:26 PM 109 ms.
A Halo Maps Website