Jump to content
The Dark Mod Forums

REMOVE a purse from an AI prefab?


Something Hank

Recommended Posts

Set the spawnarg "def_attach6", that defaults to ""atdm:prop_lootbag" with "-".

Read up on the wiki on how to attach items to ai (definition attachment is covered there)!

  • Thanks 1

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

6 hours ago, Something Hank said:

That's done it, thank you. Took me a second to even figure out where to start when you said "spawnarg". So is spawnarg a universal term for the properties you slap (or come default) onto entities and such? Been using those plentyish.

"spawnarg" is just spawn argument, is a variable you write inside a object definition (the .def files) that gets used at spawn time, to do many things, they are both accessible by the script language and c++. Hope this clears some things.

 

Link to comment
Share on other sites

3 hours ago, HMart said:

"spawnarg" is just spawn argument, is a variable you write inside a object definition (the .def files) that gets used at spawn time, to do many things, they are both accessible by the script language and c++. Hope this clears some things.

 

Next to no sense to me, but I'll make sense of it in due time. I am currenlty FUMBLING, my guy.

  • Thanks 1
  • Haha 1
Link to comment
Share on other sites

3 hours ago, Something Hank said:

Next to no sense to me, but I'll make sense of it in due time. I am currenlty FUMBLING, my guy.

Another definition is that a spawnarg is a property you set on an entity like a lamp, an AI or a crate: how much health it has, what sounds it makes, whether it casts shadows (not all entities support all spawnargs). The easiest way is to set it directly on an entity in DarkRadiant. They can also be set in .def files, which is useful if you want to create a new type of entity instead of tweaking existing ones.

Anyway, you should definitely follow a video tutorial:

 

  • Thanks 1
Link to comment
Share on other sites

5 hours ago, Dragofer said:

Another definition is that a spawnarg is a property you set on an entity like a lamp, an AI or a crate: how much health it has, what sounds it makes, whether it casts shadows (not all entities support all spawnargs). The easiest way is to set it directly on an entity in DarkRadiant. They can also be set in .def files, which is useful if you want to create a new type of entity instead of tweaking existing ones.

Anyway, you should definitely follow a video tutorial:

 

Ayy, I just got through that tutorial series yesterday actually. One of the better tutorials I've come across.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • jaxa

      Looks like the certificate expired or something.
      · 2 replies
    • duzenko

      Guess what the sustained CPU clock is for i7-12700H under stress test?
       
      · 4 replies
    • taffernicus

      funny thing i just discovered : you can give away your location & alert nearby guard by igniting a flint by pressing u(use button) again and again. It's like playing with sparklers 
      · 0 replies
    • datiswous

      Beta test(er) tip:
      Test your mission at least once with all lights on. This can be done using notarget in console. Maybe just quickly fly around with noclip.
      Also test all lights which are off by default (enable all lights via script?). Mission testers will miss a lot of light bugs, because they take out lights with water arrows etc. and don't turn on lights so they don't spot light leaks etc. I've seen this now in some recent new missions after they're released.
      · 0 replies
×
×
  • Create New...