Loading [MathJax]/extensions/Safe.js

Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Map Maker in DBW  (Read 2027 times)

0 Members and 1 Guest are viewing this topic.

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Map Maker in DBW
« on: November 22, 2011, 06:07:52 AM »

I've always made maps in 4.09. It's an old but trustworthy install that I've kept up to date with new objects, textures and what not.

Now however it may be time to start doing this kind of map thing in DBW. I know that somewhere in amongst the threads there was an instructive posting about to set up  map maker with a DBW install, but I've looked through the list and can't seem to find it.

Can anyone give me a link or a hint or anything on the posting, or explain how to set up a map maker in DBW?
Logged

asheshouse

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3255
Re: Map Maker in DBW
« Reply #1 on: November 22, 2011, 06:51:59 AM »

Make a copy of your bldconf.ini and conf.ini

New text for bldconf.ini
Code: [Select]
//FMB Unlocked Text
 
  [builder_plugins]
    (builder.PlMapLoad)
    (builder.PlMapActors,sectFile=com/maddox/il2/objects/static.ini)
    (builder.PlMapAirdrome)
    (builder.PlMapLabel)
    (builder.PlMapText)
  [builder config]
    bShowGrid true
    bShowName true
    bViewRunaway false
    bShowTime true
    bShowArmy [3,true,true,true]
    iLightLand 255
    iconSize 32
    bViewBridge true
    bAnimateCamera true
    bActorOnLand true
    bSaveViewHLand false
    bShowLandscape true
    iLightDestruction 128
    iWaterLevel 191
    defFullDY 24.0
    defFullDX 32.0

Text to REPLACE INTO conf.ini in place of existing section.
Code: [Select]
[HotKey builder]
MouseLeft=objectMove
MouseRight=popupmenu
Enter=freeView
Shift MouseLeft=worldZoom
Alt MouseLeft=select+
Alt MouseRight=select-
Alt Ctrl=unselect
PageDown=change+
PageUp=change-
End=change++
Home=change--
Ctrl MouseLeft=insert+
Insert=insert+
NumPad-0=insert+
F=fill
Ctrl MouseRight=delete+
NumPad.=delete+
Delete=delete+
Backspace=cursor
Tab=cursor
F10=land
F11=onLand
NumPad-=normalLand
NumPad+=toLand
NumPad-5=resetAngles
NumPad-8=resetTangage90
NumPad-7=stepAzimut-5
NumPad-4=stepAzimut-15
NumPad-1=stepAzimut-30
NumPad-9=stepAzimut5
NumPad-6=stepAzimut15
NumPad-3=stepAzimut30
Ctrl C=copy
Ctrl X=cut
Ctrl V=paste
Logged

agracier

  • Modder
  • member
  • Offline Offline
  • Posts: 3048
    • The Great War in a Different Light
Re: Map Maker in DBW
« Reply #2 on: November 22, 2011, 06:54:08 AM »

So it is the same as for the older versions then? Nothing new needed for DBW or such? ... many thanks ...
Logged

asheshouse

  • SAS Team
  • member
  • Offline Offline
  • Posts: 3255
Re: Map Maker in DBW
« Reply #3 on: November 22, 2011, 06:55:39 AM »

That's what I'm using in 4.10 with HSFX5 -- no changes.
Logged

benitomuso

  • SAS Team
  • member
  • Offline Offline
  • Posts: 2587
  • P.A.L.
Re: Map Maker in DBW
« Reply #4 on: November 22, 2011, 07:32:26 AM »

So it is the same as for the older versions then? Nothing new needed for DBW or such? ... many thanks ...

Agracier,
                  the bldconf.ini is the only file responsible of what the Builder class loads as plugins for it. So there isn't any difference because in one case (the default) you invoke the plugins for Mission Building and in the other (you can clearly understand it by the name) you invoke the plugings for Maps Building.

  The plugins themselves have minor changes on them between 4.09m and 4.101m but you call the plugins with whatever internal features they have, it's transparent for you. That's why with 4.08, 4.09 or 4.10 you only need to switch plugins through bldconf.ini and you are done.

  Regards,
                       Pablo
Logged
Pages: [1]   Go Up
 

Page created in 0.038 seconds with 19 queries.