tool probelm

Discuss HaloCE modding with the HEK tools here. For help, go to the Help Desk forum above.
Post Reply
User avatar
xbox




Blacksmith

Posts: 2022
Joined: Wed Jul 28, 2004 3:28 pm
Location: Hi.

tool probelm

Post by xbox »

im making an sp-mp multyplayer map pack and when i tried to compile a30 i get this error message

Code: Select all

07.01.06 09:06:31  tool pc 01.00.00.0609 ----------------------------------------------
07.01.06 09:06:31  reference function: _write_to_error_file
07.01.06 09:06:31  reference address: 42ca20
07.01.06 09:06:31  Couldn't read map file './toolbeta.map'
07.01.06 09:06:34  invalid detail object data in structure levels\a30\a30_b
07.01.06 09:06:37  loc: Tried to add item ui\multiplayer_game_text with different size (9976) than expected (10128).
07.01.06 09:06:37  loc: Tried to add item ui\shell\main_menu\settings_select\player_setup\player_profile_edit\controls_setup\controls_binding_labels with different size (1192) than expected (1292).
07.01.06 09:06:37  loc: Tried to add item ui\shell\main_menu\settings_select\multiplayer_setup\playlist_edit\ctf_edit\ctf_labels with different size (324) than expected (380).
any help?
User avatar
V0Lt4Ge




Collaborator Snitch! Socialist

Posts: 3602
Joined: Wed May 12, 2004 4:56 pm
Location: California
Contact:

Post by V0Lt4Ge »

Looks like:

"ui\shell\main_menu\settings_select\player_setup\player_profile_edit\controls_setup\controls_binding_labels"

and

"ui\shell\main_menu\settings_select\multiplayer_setup\playlist_edit\ctf_edit\ctf_labels"

are missing or corrupted in some way. I would say to try to extract them with HEKPlus from a PC map and put them in your tags folder and try again.
User avatar
FleetAdmiralBacon




Critic Pyre Articulatist 500

Posts: 2377
Joined: Sat Nov 26, 2005 7:01 pm
Location: Ohio
Contact:

Post by FleetAdmiralBacon »

No, those are not problems. The problem is here:
07.01.06 09:06:34 invalid detail object data in structure levels\a30\a30_b
The detail objects (grass and other single-plane plants and stuff) are corrupted.
The other stuff just means it can't add the unicode_string_lists specified into the loc.map. It's nothing, really, but it can be a pain because you have to change references on some things because they can't be added...
Image
Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
User avatar
xbox




Blacksmith

Posts: 2022
Joined: Wed Jul 28, 2004 3:28 pm
Location: Hi.

Post by xbox »

sry if this is to big a bump but..
so do i just extract with hek++
and i just deleted loc.map and tool made a new 1 and it didn't have that other stuff but it still had the detail object thing
Post Reply