Posts: 762
Threads: 120
Joined: May 2011
hey guys. for an upcoming map, i really want to add some telephone wires that go from building to building. unfortunately, after searching through .cfg files of maps that have these wires, i cannot find the mapmodel number that makes a wire.
are these wires actually map models? or something else?
if theyre mapmodels, where can i get them?
and if theyre something else, how do i get them?
i think this maps gonna be my best one yet :D
Posts: 80
Threads: 1
Joined: Jul 2010
The reason you can't find the number that makes them appear is because they are not enabled in the default map configuration (which I believe is named default_map_settings.cfg, although I'm not 100% sure.) Anyways, you'll need to make a custom cfg specifically for your map that includes the power lines if you want to use them. They should be commented out somewhere in the aforementioned default map configuration.
Posts: 1,318
Threads: 76
Joined: Apr 2011
They are called "wires/3x8", "wires/2x8", "wires/4x8a" and "wires/4x8" so simply add at the bottom mapmodels list of your custom cfg
mapmodel 0 0 0 0 "wires/3x8" (or whatever wire size) the number of the mapmodel will then be obvious.
Posts: 2,387
Threads: 56
Joined: Aug 2010
// mapmodel 0 0 0 0 "wires/3x8" // Different sizes of power lines, specific to ac_power.
// mapmodel 0 0 0 0 "wires/2x8" // Different sizes of power lines, specific to ac_power.
// mapmodel 0 0 0 0 "wires/4x8a" // Different sizes of power lines, specific to ac_power.
// mapmodel 0 0 0 0 "wires/4x8" // Different sizes of power lines, specific to ac_power.
Delete all "//" and you'r done.
Posts: 762
Threads: 120
Joined: May 2011
ok thank you guys. for some reason i thought these mapmodels were referring to the green, white, and red wires you see popping out of electric boxes on ac_power. then i realized that the green, white, and red wires are actually a texture....
Posts: 1,718
Threads: 169
Joined: Jun 2010
This is the case with the icicles on ac_arctic..
Posts: 1,318
Threads: 76
Joined: Apr 2011
(25 Nov 12, 12:51PM)MykeGregory Wrote: This is the case with the icicles on ac_arctic.. Indeed, just add this line at the list end of mapmodels
mapmodel 0 0 0 0 "icicle" //(add number here for reference)
Posts: 1,718
Threads: 169
Joined: Jun 2010
25 Nov 12, 04:20PM
(This post was last modified: 25 Nov 12, 04:48PM by MykeGregory.)
(25 Nov 12, 01:49PM)DES|Cleaner Wrote: (25 Nov 12, 12:51PM)MykeGregory Wrote: This is the case with the icicles on ac_arctic.. Indeed, just add this line at the list end of mapmodels
mapmodel 0 0 0 0 "icicle" //(add number here for reference)
What about the sail/suspended blanket thing? lol
mapmodel 87 57?
Posts: 619
Threads: 42
Joined: Aug 2012
25 Nov 12, 05:27PM
(This post was last modified: 25 Nov 12, 05:28PM by D3M0NW0LF.)
Quote:MykeGregory:
What about the sail/suspended blanket thing? lol
mapmodel 87 57?
That's another model that's not in the default_map_settings.cfg
Add this to your map.cfg
mapmodel 0 0 0 0 "sail" //mapmodelnumber
BAM, done.
Posts: 1,318
Threads: 76
Joined: Apr 2011
Same goes for quite a few mapmodels, minecraft, minecart, rails and so on.
Basically any extra mapmodel you want to onto your map if not on the default_map.cfg has to be added
Check docs or AKIMBO for full details on how to... lol
Posts: 80
Threads: 1
Joined: Jul 2010
(25 Nov 12, 10:01PM)DES|Cleaner Wrote: Same goes for quite a few mapmodels, minecraft, minecart, rails and so on.
Posts: 1,318
Threads: 76
Joined: Apr 2011
Posts: 2,067
Threads: 11
Joined: Jun 2010
26 Nov 12, 08:40AM
(This post was last modified: 26 Nov 12, 08:40AM by Orynge.)
Posts: 2,387
Threads: 56
Joined: Aug 2010
26 Nov 12, 06:20PM
(This post was last modified: 26 Nov 12, 06:20PM by ExodusS.)
Posts: 1,718
Threads: 169
Joined: Jun 2010
* MykeGregory posts offtopic picture...
Posts: 2,144
Threads: 38
Joined: Aug 2010
(26 Nov 12, 08:40AM)Orynge Wrote: ac_mc
maplink plz.
Posts: 2,067
Threads: 11
Joined: Jun 2010
(26 Nov 12, 11:45PM)ShadowFlameZ Wrote: ... Ask Exoduss, on memory he hasn't finished it.
Posts: 2,387
Threads: 56
Joined: Aug 2010
The real map (with the bed and the crafting table) counts only 2 rooms, nothing more yet. :p
|