[Ayuda] Tutorial para crear mi propio mapa de PW
+2
Pepino
Lauti
6 participantes
Página 1 de 1.
¿Que tipo de mapa prefieres?
[Ayuda] Tutorial para crear mi propio mapa de PW
Bueno, el tema es que aprendí a hacer mapas multijugador en el native para un server. Y el otro día me cope jugando PW y se me vino a la cabeza la idea de hacer un mapa para PW pero no se como hacer para configurarlo y todo, con las puertas, las minas, los arboles, las armas, los spots para unirte a una facción, etc. Si alguien me enseña o me pasa un tutorial (se ingles, pero preferiblemente en español) se lo agradecería mucho. Bueno, desde ya gracias
Lauti- Mensajes : 96
Honor : 2
Fecha de inscripción : 24/03/2012
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
Mapas pequeños con rios y pocas facciones
onda 2/3 castillos de facciones, bandidos (en un campamento), mercenarios y una ciudad neutral (la de los mercenarios seria)
onda 2/3 castillos de facciones, bandidos (en un campamento), mercenarios y una ciudad neutral (la de los mercenarios seria)
Pepino- Mensajes : 139
Honor : 4
Fecha de inscripción : 02/03/2012
Edad : 30
Localización : Buenos Aires - Ramos Mejia
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
normalmente esas cosas se hacen con los entry points
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
Osea, la poll es solo para saber, como un extra, la duda es como se crea, igual tendre en cuenta sus comentarios para crear mi propio mapa
Nacho, si sabes algun tuto sobre los entry pints y eso
(La poll esta empatada entre tres opciones :S)
Evita el triple post please
Mazurus
Nacho, si sabes algun tuto sobre los entry pints y eso
(La poll esta empatada entre tres opciones :S)
Evita el triple post please
Mazurus
Lauti- Mensajes : 96
Honor : 2
Fecha de inscripción : 24/03/2012
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
hiciste triple post, pasate por las reglas...
nunca hice un mapa de pw, ya que el mod no me gusta...
pero lo basico es que si queres que una puerta se abra, apunta un entry point hacia la misma y numeralo como "101" o "102" y asi sucesivamente hasta 109, con las escaleras igual...
para las demas cosas del pw necesitas manejar scrips, preguntale a crom
nunca hice un mapa de pw, ya que el mod no me gusta...
pero lo basico es que si queres que una puerta se abra, apunta un entry point hacia la misma y numeralo como "101" o "102" y asi sucesivamente hasta 109, con las escaleras igual...
para las demas cosas del pw necesitas manejar scrips, preguntale a crom
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
a mi me gusta armar batallas navales, y prefiero 2 facciones , con eso estoy contento
si no, facciones en numero par
si no, facciones en numero par
Última edición por Geox el Dom Mar 25, 2012 7:45 pm, editado 1 vez
Geox- Mensajes : 336
Honor : -4
Fecha de inscripción : 23/01/2012
Edad : 29
Localización : Villa Real
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
Ahí debería estar toda la data necesaria, sabés inglés?
Basic scene creation guide
Suerte! (PD: Piratas )
andan para el orto los spoilers
Basic scene creation guide
http://forums.taleworlds.com/index.php/topic,167060.0.html (acá podrías hacer preguntas)Setting up the terrain code should only be done before starting work on the scene; if you change it for a scene that already has terrain modifications, things might look messed up.
Start native single player with edit mode enabled, load a game to the world map, and then click the terrain button in the bottom left of the screen.
Leave the four buttons at the top all disabled: Place river, Deep water, Shade occlude (don't know what this does), and Disable grass (you can remove grass by texture painting).
Set polygon size to 5 meters unless you are making a very small (for PW) scene.
Choose the terrain type from the list.
Set the vegetation slider to 0 (far left) since the auto generated trees and rocks can have collision problems, can't be removed when you want to place a castle somewhere, can cause plants you place to randomly disappear when loading the scene, and they won't work with the cutting down for resources system in PW.
Set size x and size y as big as you want: most PW scenes are near the maximum size.
Click Generate Terrain to see what the current values look like; left click and drag on the preview to zoom, right click and drag to pan.
Adjust ruggedness, valley, and hill height to your liking, and regenerate the scene; this will only modify the same basic shape unless you randomize the terrain seed.
Once the terrain looks close to what you want for your scene, click copy, press alt-tab to switch out of warband, open scenes.txt, and paste it into the terrain code part of the scene you want to edit, for example, the red part is the terrain code:The green part in scenes.txt is the outer terrain mesh; you can choose from this list (they can be previewed with OpenBrf):
- scenes.txt:
scn_scene_3 scene_3 256 none none 0.000000 0.000000 100.000000 100.000000 -100.000000 0x00000001300389800003a4ea000058340000637a0000399b
0
0
outer_terrain_plain
- Outer terrain meshes:
outer_terrain_plain
outer_terrain_snow
outer_terrain_steppe
outer_terrain_town_thir_1
outer_terrain_castle_9
outer_terrain_desert
outer_terrain_desert_b
outer_terrain_beach
outer_terrain_plain_2
outer_terrain_snow_2
outer_terrain_steppe_2
sea_outer_terrain_1
sea_outer_terrain_2
outer_terrain_pw_1
With "X" representing the scene number you changed: delete or move away any existing SceneObj/scn_scene_X.sco file from your PW module directory. You can back up your scenes after saving in edit mode by copying this file to another location; if you mess things up, copy the backup back.
Start PW 4 with edit mode enabled, choose "Edit a scene" in the multiplayer menu, and start editing; read the information by pressing F1 or F2 while in walk around mode.
Use the dedicated server package to test your scene, since active scene props (starting with pw_) don't work in edit scene mode. Make sure there are no linking errors in the server console; these are what the scene prop kind numbers mean (the numbers change almost every version):When you are finished and want to get your scene hosted on a public server: send the SceneObj/scn_scene_X.sco file with the terrain code and outer terrain mesh name to the server admin, and they can add the scene to whatever slot is available, renaming the .sco, changing the terrain code and mesh.
- Scene prop kind numbers for PW_4_beta2:
1609: pw_door_teleport_small_arch_a
1610: pw_door_teleport_square_a
1611: pw_door_teleport_arch_a
1612: pw_door_teleport_roof
1613: pw_door_teleport_inset_a
1614: pw_door_teleport_inset_b
1615: pw_door_teleport_inset_c
1616: pw_door_teleport_invisible
1617: pw_door_rotate_a
1618: pw_door_rotate_b
1619: pw_door_rotate_c
1620: pw_door_rotate_d
1621: pw_door_rotate_viking_left
1622: pw_door_rotate_viking_right
1623: pw_door_rotate_gatehouse_left
1624: pw_door_rotate_gatehouse_right
1625: pw_door_rotate_dungeon_cell_a
1626: pw_door_rotate_dungeon_cell_b
1627: pw_door_rotate_dungeon_cell_c
1628: pw_door_rotate_dungeon_a
1629: pw_door_rotate_dungeon_b
1630: pw_door_rotate_dungeon_c
1631: pw_door_rotate_e_left
1632: pw_door_rotate_e_right
1633: pw_door_rotate_f_left
1634: pw_door_rotate_f_right
1635: pw_door_rotate_h_left
1636: pw_door_rotate_h_right
1637: pw_door_rotate_towngate_left
1638: pw_door_rotate_towngate_right
1639: pw_door_rotate_earth_left
1640: pw_door_rotate_earth_right
1641: pw_door_rotate_stable
1642: pw_wooden_bridge_a
1643: pw_wooden_bridge_a_footing
1644: pw_snowy_bridge_a
1645: pw_snowy_bridge_a_footing
1646: pw_rope_bridge
1647: pw_rope_bridge_footing
1648: pw_wooden_palisade
1649: pw_wooden_palisade_build
1650: pw_siege_wall_a
1651: pw_siege_wall_a_build
1652: pw_siege_shield_a
1653: pw_siege_shield_a_build
1654: pw_ladder_6m
1655: pw_ladder_8m
1656: pw_ladder_10m
1657: pw_ladder_12m
1658: pw_ladder_14m
1659: pw_ladder_build
1660: pw_winch_frame
1661: pw_portcullis_winch
1662: pw_portcullis
1663: pw_portcullis_winch_a
1664: pw_portcullis_a
1665: pw_drawbridge_winch_a
1666: pw_drawbridge_a
1667: pw_drawbridge_winch_b
1668: pw_drawbridge_b
1669: pw_trapdoor_winch_a
1670: pw_trapdoor_a
If your scene is completed and any bugs fixed well enough to be used on a populated server, you can request that your scene name, terrain code, and outer terrain mesh be added to the next official PW release, so all players see the name of your scene in the server list and so server hosters don't have to edit scenes.txt as above.
New castle names can also be requested for use in completed scenes, but try to limit the amount to about 5 per scene, since there are only 127 possible name identification numbers in total for all scenes made.
My personal scene making recommendations
Save very often by exiting edit mode and going back into it again, and periodically make backups of your scene file (PW_4_version/SceneObj/scn_scene_number.sco).
Design your scene and place the most important larger scene props in a rough layout first, then go back to each area later adding more things in order of importance; leave pure "eye candy" props to the last, dependant on the frame rate.
If you are making your own terrain shapes not based on the generator accessed from native single player mode, smooth sharp points and most sharp edges into curves (using a low weight), without making the hills too rounded and fake looking - the balance to achieve realistic looking terrain can be quite delicate.
When painting different textures in adjacent terrain triangles, ensure they blend correctly without leaving a sharp edge or transparent area - generally the rock textures need have something like earth or forest at the edges to smoothly blend into grass and certain other types. If you see transparent areas, set the texture to something like "earth" that works next to all other types, set the weight to something low like 0.20 and the radius to 3, then tap the mouse button at the corners of the triangle until the transparency disappears. Learn to use lower values for the weight slider when necessary to blend smoothly, for all types of painting - terrain shaping, texture, and color.
Don't paint turf for large grassy areas, but instead clear the texture painting using middle click so the game engine will automatically place grass meshes only visible from a limited range (after the scene is reloaded). Obviously, to clear the grass meshes just paint a texture there - this is sometimes necessary underneath props with flat areas just above ground, or if an interior mesh is close underneath with the inaccessible parts near the ceiling actually above ground. This way, the players who don't want grass can turn it off in the options, but players with good computers can see a better looking scene.
Color painting can be useful to blend the overall color of terrain areas with scene props placed next to them, or add extra shadows to areas supposed to be dark; middle click works to remove it, as with texture painting.
When placing invisible barriers, try to make sure there is some visible reason for the player's character to stop (like a steep cliff, rock, or sharp drop) rather than placing them arbitrarily on a slope, or worse, in a flat area. When placing them where they are accessible from both sides, be sure to place duplicate barriers with the red sides facing both ways, otherwise players might get trapped after passing though the green side - unless you want to make a "one way invisible shield" for a specific reason, but remember to have the red sides on the outside of the small enclosed area, so people get trapped out rather than in.
Try to design your scene so the edges are visually obvious in some way, and generally don't place castle walls right up against the edge, which breaks immersion and can make large amounts of scene props functionally useless.
When placing usable scene props (starting with "pw_") check that the collision mesh is not masked by another prop by attempting to select it in edit mode from the likely position of the using player: if it can't be selected players won't be able to use it, so move it outwards gradually until the collision mesh is in front. This is especially important to test with invisible teleport doors, as the interior meshes they are used with often have simplified collision meshes that don't follow the visible shape exactly.
Try to line up paired teleport doors to be aligned in opposite directions, so players using them will be facing away from the other door after using (character aim can't be controlled by the module system, as the player's client controls that directly to appear smooth, with periodic checks and updates by the "hard coded" part of the game engine).
Before using your scene on a public server, make sure to check that no scene prop linking errors are reported on the dedicated server console, otherwise some usable props like doors or bridges won't work properly.
Disconnected interior meshes used with teleport doors should ideally be placed inside the associated exterior mesh above ground, if possible to fit without poking through; or they can be placed below the terrain directly underneath if the building is on a hill, so the sounds from the area are played with the correct volume; but if you want players to be able to shoot ranged weapons inside your interior, you must place it above the terrain level - maybe in a far away area behind an inaccessible hill. Interiors can sometimes be placed outside the scene boundaries, but some areas will cause strange teleporting or disappearing problems - test to find out.
Up to ten light props can be used in a scene, so use them wisely in places where they will have the best effect - probably inside different interiors that are used often by many players, to make them look more dynamic.
When placing large scene props like walls, check from all angles to make sure there are no gaps revealing the missing back or underside faces of the mesh, which looks amateurish and can ruin immersion; it can be helpful to walk through areas controlling a character at ground level to spot this type of mistake.
When placing ships, check the hull mesh is actually immersed in the water to a realistic level - not all types look correct when placed at height 0.
It is probably best to make gold rare by only placing a few of that type of mine with low hit points far away from processing or exporting stations - across most of the scene with water, castles, or other obstacles in between; otherwise, other forms of earning money might be made relatively pointless, meaning that resources necessary for crafting might be hard to get.
When placing capture points for castles, there should probably be multiple different routes so that the castle isn't too easy to defend; though you could make it very hard or impossible to reach if capturing should happen rarely or not at all.
Castles should generally be the only places to get the best training and equipment, so new players can't simply burst in to the server and start disruptively killing lots of people, instead having to gain control or access of a castle first, probably with other players; and so castles are worthwhile to defend. I also think it is better to have different advantages for each castle on the scene, so players have reasons to fight over the ones they think are best, and to make the scene more interesting.
In the current version (PW_4_beta2) there is a bug that makes scene prop instance id 0 disappear after any player dies in the game mode; to work around this you should place a small sacrificial scene prop as the first one when starting a new scene (interior_window_cover somewhere under the terrain, for example), or if you have already made the scene and noticed which scene prop disappears, remove it and place the sacrificial prop immediately afterwards to use instance id 0, before replacing the original.
You can also start with an existing scene you made for native: just remember to use the same terrain code and outer terrain mesh in PW. Scenes made for another mod might partially load, but any added scene props that don't exist in native will either show up as a question mark named "invalid_object", or maybe another scene prop, so they might need a lot of cleaning up.
Suerte! (PD: Piratas )
andan para el orto los spoilers
FaloAureo- Mensajes : 298
Honor : 12
Fecha de inscripción : 22/01/2012
Localización : Acrópolis de Jujuy
Re: [Ayuda] Tutorial para crear mi propio mapa de PW
Ahora me lo leo. Sos un groso Falo
Lauti- Mensajes : 96
Honor : 2
Fecha de inscripción : 24/03/2012
Temas similares
» Idea loca para el AdminMod, para un Onurb feliz.
» quiero crear un server de pw x333
» [Tutorial] Agregar armas al juego- By Cachetón(Chabux)
» Ayuda teclado.
» Solicito ayuda (ban)
» quiero crear un server de pw x333
» [Tutorial] Agregar armas al juego- By Cachetón(Chabux)
» Ayuda teclado.
» Solicito ayuda (ban)
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.