Author Topic: [TUTORIAL] Importing models for Items/Weapons into the game.  (Read 54863 times)

Offline Graf

  • Moderator
  • "Next Day" developer
Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #90 on: February 05, 2013, 05:18:35 pm »
Code: [Select]
Value 478 Attach MISC_holotape.x Texture 0 MISC_holotape.jpg Link R_Handle_1 Scale 0.05
 Value 253 Attach MISC_fuel_cell_controller.x Texture 0 MISC_fuel_cell_controller.jpg Link R_Handle_1 Scale 0.4
 Value 254 Attach MISC_fuel_cell_regulator.x Texture 0 MISC_fuel_cell_regulator.jpg Link R_Handle_1 Scale 1
 Value 454 Attach MISC_explosive_switch.x Texture 0 MISC_explosive_switch.jpg Link R_Handle_1 Scale 0.065
 Value 411 Attach MISC_electronic_lockpick_mk2.x Texture 0 MISC_electronic_lockpick_mk2.jpg Link R_Handle_1 Scale 1.5
 Value 207 Attach MISC_geiger_counter.x Texture 0 MISC_geiger_counter.tga Link R_Handle_1 Scale 0.25
 Value 59 Attach MISC_motion_sensor.x Texture 0 MISC_motion_sensor.tga Link R_Handle_1 Scale 1.5

Download link
« Last Edit: February 06, 2013, 04:23:35 pm by Graf »

Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #91 on: February 14, 2013, 05:06:42 pm »
Pile of wood and single piece of it.
Code: [Select]
Value 286 Attach MI_PileOfWood.x Texture 0 ITEM_PileOfWood.png Link R_Handle_1  Scale 0.7 MoveX 5 MoveZ -5 RotX -90 RotZ -110
Value ? Attach MI_SingleWood.x Texture 0 ITEM_PileOfWood.png Link R_Handle_1  Scale 0.7 MoveX 3 MoveZ 1 RotX -90 RotZ -110 RotY 180

Offline Graf

  • Moderator
  • "Next Day" developer
Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #92 on: February 16, 2013, 05:09:33 pm »
Jotisz, it looks like you forgot to put a download link in there.

Anyway, here's some stuff I did lately.

Code: [Select]
Value 519 Attach MISC_bottle_caps.x Texture 0 MISC_bottle_caps.tga Link R_Handle_1 Scale 0.8
 Value 41 Attach MISC_bottle_caps.x Texture 0 MISC_gold_money.tga Link R_Handle_1 Scale 0.8
 Value 538 Attach MISC_metal_tube.x Texture 0 MISC_metal_tube.tga Link R_Handle_1 Scale 0.18
 Value 420 Attach MISC_kokoweef_mine_creep.x Texture 0 MISC_kokoweef_mine_creep.tga Link R_Handle_1 Scale 0.5
 Value 431 Attach MISC_geck.x Texture 0 MISC_metal_case.png Link R_Handle_1 Scale 0.7
 Value 460 Attach MISC_bucket.x Texture 0 MISC_bucket.tga Link R_Handle_1 Scale 0.23
 Value 461 Attach MISC_bucket.x Texture 0 MISC_alloys.tga Link R_Handle_1 Scale 0.23
 Value 462 Attach MISC_super_burn_mix.x Texture 0 MISC_super_burn_mix.tga Link R_Handle_1 Scale 0.23
 Value 318 Attach MISC_poison_hypo.x Texture 0 MISC_empty_hypo.tga Link R_Handle_1  Scale 0.18
 Value 257 Attach MISC_gold_watch.x Texture 0 MISC_gold_watch.tga Link R_Handle_1  Scale 0.15
 Value 363 Attach AMMO_762mm.x Texture 0 AMMO_762mm.tga Link R_Handle_1  Scale 0.7
 Value 121 Attach AMMO_9mm.x Texture 0 AMMO_9mm.tga Link R_Handle_1  Scale 0.17
 Value 95 Attach AMMO_12ga.x Texture 0 AMMO_12ga.tga Link R_Handle_1 Scale 0.7
 Value 33 Attach AMMO_14mm.x Texture 0 AMMO_14mm.tga Link R_Handle_1 Scale 0.3
 Value 31 Attach AMMO_44mm.x Texture 0 AMMO_44jhp.tga Link R_Handle_1 Scale 0.25
 Value 111 Attach AMMO_44mm.x Texture 0 AMMO_44fmj.tga Link R_Handle_1 Scale 0.25
 Value 357 Attach AMMO_45mm.x Texture 0 AMMO_45mm.tga Link R_Handle_1 Scale 0.8
 Value 34 Attach AMMO_223.x Texture 0 AMMO_223.tga  Link R_Handle_1 Scale 5
 Value 358 Attach AMMO_gauss.x Texture 0 AMMO_gauss.tga  Link R_Handle_1 Scale 7
 Value 361 Attach AMMO_needler.x Texture 0 AMMO_needler.tga Link R_Handle_1 Scale 0.2
 Value 362 Attach AMMO_needler.x Texture 0 AMMO_needlerap.tga Link R_Handle_1 Scale 0.2
 Value 32 Attach AMMO_flamer_fuel.x Texture 0 MISC_flamer_fuel.tga Link R_Handle_1 Scale 11
 Value 382 Attach AMMO_flamer_fuel.x Texture 0 MISC_flamer_fuel_mk2.tga Link R_Handle_1 Scale 11
 Value 38 Attach AMMO_small_energy_cell.x Texture 0 AMMO_small_energy_cell.tga Link R_Handle_1 Scale 0.3
 Value 39 Attach AMMO_micro_fusion_cell.x Texture 0 AMMO_micro_fusion_cell.tga Link R_Handle_1 Scale 3.5
 Value 163 Attach AMMO_bbs.x Texture 0 AMMO_bbs.tga Link R_Handle_1 Scale 6
 Value 14 Attach AMMO_rocket.x Texture 0 AMMO_rocket_xpl.tga Link R_Handle_1 Scale 0.12
 Value 37 Attach AMMO_rocket_ap.x Texture 0 AMMO_rocket_ap.tga Link R_Handle_1 Scale 0.12

Download link

I was going to make all ammo, but it suddenly appeared that I have no model nor texture for the 4.7mm Caseless, just some pictures. If someone have it still - please send me a copy.

Remaining ammo models would probably require a 2-handed carry animation (or maybe I'll try to make corrections for it later).

P.S. Waiting for your works, guys.
« Last Edit: February 16, 2013, 05:19:25 pm by Graf »

Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #93 on: February 16, 2013, 07:46:46 pm »
Quote
Jotisz, it looks like you forgot to put a download link in there.
Sorry about that here is the link.
http://db.tt/f2R1Ah2w

I should really get this sped up a bit will try to make a few other items tomorrow.
« Last Edit: February 16, 2013, 07:50:33 pm by Jotisz »

Offline Graf

  • Moderator
  • "Next Day" developer
Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #94 on: February 17, 2013, 10:16:13 am »
A few more things has been done.

Code: [Select]
Value 258 Attach MISC_hydroelectric_part.x Texture 0 MISC_hydroelectric_part.tga Link R_Handle_1 Scale 0.3
 Value 464 Attach MISC_bug.x Texture 0 MISC_bug.tga Link R_Handle_1 Scale 0.1
 Value 419 Attach MISC_air_purifier.x Texture 0 MISC_air_purifier.tga Link R_Handle_1 Scale 40
 Value 307 Attach MISC_plasma_transformer.x Texture 0 MISC_plasma_transformer.tga Link R_Handle_1 Scale 0.15
 Value 229 Attach MISC_small_piece_of_machinery.x Texture 0 MISC_small_piece_of_machinery.tga  Link R_Handle_1 Scale 0.15
 Value 356 Attach MISC_computer_voice_module.x Texture 0 MISC_computer_voice_module.tga Link R_Handle_1 Scale 0.15
 Value 422 Attach MISC_excavator_chip.x Texture 0 MISC_excavator_chip.tga Link R_Handle_1 Scale 0.15
 Value 479 Attach MISC_navcomp_parts.x Texture 0 MISC_navcomp_parts.tga Link R_Handle_1 Scale 2
 Value 467 Attach MISC_magnetic_field_targeting_system.x Texture 0 MISC_magnetic_field_targeting_system.tga Link R_Handle_1 Scale 60
 Value 472 Attach MISC_improved_capaciator_battery.x Texture 0 MISC_improved_capaciator_battery.tga Link R_Handle_1 Scale 0.07
 Value 477 Attach MISC_upgraded_power_servos.x Texture 0 MISC_upgraded_power_servos.tga Link R_Handle_1 Scale 4
 Value 490 Attach MISC_laser_pointer.x Texture 0 MISC_laser_pointer.tga Link R_Handle_1 Scale 0.2
 Value 493 Attach MISC_turbo_plasma_capaciator.x Texture 0 MISC_turbo_plasma_capaciator.tga Link R_Handle_1 Scale 3.5
 Value 302 Attach MISC_sniper_scope.x Texture 0 MISC_sniper_scope.tga Link R_Handle_1 Scale 0.25
 Value 164 Attach MISC_laser_extended_battery.x Texture 0 MISC_laser_extended_battery.tga Link R_Handle_1 Scale 3
 Value 165 Attach MISC_fibers.x Texture 0 MISC_fibers.tga Link R_Handle_1 Scale 0.4
 Value 166 Attach MISC_tobacco.x Texture 0 MISC_tobacco.tga Link R_Handle_1 Scale 0.4
 Value 449 Attach MISC_brahmin_hide.x Texture 0 MISC_brahmin_hide.tga Link R_Handle_1 Scale 0.35

Download link

Out of curiosity - how much time it takes for you to import a model? For me it's about 5-10 minutes per model. How about your results? (this is to everyone, who were importing things into the game).

Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #95 on: February 17, 2013, 03:49:10 pm »
Its usually varies for me with that wood I had quite a lot of trouble it always hit the legs a bit just like the briefcase before but unlike that the model had no handler to grab so it was quite a pain till I copied the position of another item and simply moved the model a bit, the single wood was piece of cake compared to the pile, I think I spent a bit more then a hour on those two. I have added these 3 items now had some trouble with them ticket model I couldn't see the textures ingame in the end I had to remake it. Others were ok I made the two books face toward the body cause else the hand hid the cover I think its look better this way.
Quote

Value 471 Attach MI_Levander.x Texture 0 ITEM_Levander.png Link R_Handle_1 RotY 90 RotZ 90 Scale 0.2 MoveX 6 MoveZ -1
Value ? Attach MI_Zen.x Texture 0 ITEM_Zen.png Link R_Handle_1 RotY 90 RotX 90 Scale 0.2 MoveX 4 MoveZ -1
Value ? Attach MI_Ticket.x Texture 0 ITEM_Ticket.png Link R_Handle_1 RotY 90 RotX -90 Scale 0.5 MoveX 4

Download link is the same as above

I was able now to add here a few screens too
       


Btw I saw that the Electronic lockpick was marked for remake I opened the 3ds and obj files the 3ds indeed had quite a lot of extra vertexes but I think the obj version is ok although I would have made the object from 1 single mesh, anyway I can go and make one if the obj version ain't good either.
« Last Edit: February 17, 2013, 03:59:04 pm by Jotisz »

Offline Graf

  • Moderator
  • "Next Day" developer
Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #96 on: February 17, 2013, 04:56:14 pm »
Btw I saw that the Electronic lockpick was marked for remake I opened the 3ds and obj files the 3ds indeed had quite a lot of extra vertexes but I think the obj version is ok although I would have made the object from 1 single mesh, anyway I can go and make one if the obj version ain't good either.

There was 2 versions of this model - one was made by me, another by foad. My version wasn't any good, but this is the only one I have in my archives. If you have a foad's model - then we can import it. If not - then it needs to be done from scratch. Also improved heat-chamber, extended magazine and a speed loader is also missing, because of my system crash, after which I couldn't restore everything.

Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #97 on: February 17, 2013, 05:26:15 pm »
I see I think its yours. Okay I will try to quickly remake them.

Offline Graf

  • Moderator
  • "Next Day" developer
Re: [TUTORIAL] Importing models for Items/Weapons into the game.
« Reply #98 on: February 23, 2013, 11:29:55 am »
Code: [Select]
Value 167 Attach MISC_chemical_components.x Texture 0 MISC_chemical_components.tga Link R_Handle_1 Scale 2.7
 Value 56 Attach MISC_dogtag.x Texture 0 MISC_dogtag.tga Link R_Handle_1 Scale 0.05
 Value 141 Attach MISC_children_of_cathedral_badge.x Texture 0 MISC_CoC_badge_black.tga Link R_Handle_1 Scale 0.3
 Value 142 Attach MISC_children_of_cathedral_badge.x Texture 0 MISC_CoC_badge_red.tga Link R_Handle_1 Scale 0.3
 Value 413 Attach MISC_stables_badge.x Texture 0 MISC_stables_badge.tga Link R_Handle_1 Scale 0.3
 Value 341 Attach MISC_ncr_sheriff_badge.x Texture 0 MISC_ncr_sheriff_badge.tga Link R_Handle_1 Scale 0.2
 Value 342 Attach MISC_ncr_ranger_pin.x Texture 0 MISC_ncr_ranger_pin.tga Link R_Handle_1 Scale 0.15
 Value 445 Attach MISC_sheriff_badge.x Texture 0 MISC_sheriff_badge.tga Link R_Handle_1 Scale 0.03
 Value 105 Attach MISC_special_key.x Texture 0 MISC_special_key.tga Link R_Handle_1 Scale 0.25
 Value 438 Attach MISC_tribal_key.x Texture 0 MISC_tribal_key.tga Link R_Handle_1 Scale 0.15
 Value 83 Attach MISC_multiple_keys_ring.x Texture 0 MISC_multiple_keys_ring.tga Link R_Handle_1 Scale 0.1
 Value 414 Attach MISC_key.x Texture 0 MISC_key_copper.tga Link R_Handle_1 Scale 0.5
 Value 456 Attach MISC_key.x Texture 0 MISC_multiple_keys_ring.tga Link R_Handle_1 Scale 0.5
 Value 495 Attach MISC_presidental_key.x Texture 0 MISC_presidental_key.tga Link R_Handle_1 Scale 0.3
 Value 492 Attach MISC_tanker_fob_key.x Texture 0 MISC_tanker_fob_key.tga Link R_Handle_1 Scale 0.1
 Value 96 Attach MISC_pass_key.x Texture 0 MISC_pass_key_red.tga Link R_Handle_1 Scale 0.15
 Value 97 Attach MISC_pass_key.x Texture 0 MISC_pass_key_blue.tga Link R_Handle_1 Scale 0.15
 Value 223 Attach MISC_pass_key.x Texture 0 MISC_pass_key_yellow.tga Link R_Handle_1 Scale 0.15
 Value 444 Attach MISC_raiders_map.x Texture 0 MISC_raiders_map.tga Link R_Handle_1 Scale 1
 Value 256 Attach MISC_false_citizenship.x Texture 0 MISC_false_citizenship.tga Link R_Handle_1 Scale 1
 Value 263 Attach MISC_slag_message.x Texture 0 MISC_slag_message.tga Link R_Handle_1 Scale 0.4

Download link

106 items remaining.
« Last Edit: February 23, 2013, 11:58:02 am by Graf »