RTS 板


LINE

看板 RTS  RSS
把原文貼上來: ------------------------------------------------------------------------------ The long awaited tools are finally ready to use! Edit Make sure you install the tools on an administrator account ~Kelathin http://files.filefront.com/UAW+Mod+Kitexe/...;/fileinfo.html Some things to note prior to use: Universe at War Mod Tools These tools are released "as is" and are unsupported by Sega and Petroglyph Games. For community support please visit the Petroglyph forums at: http://www.petroglyphgames.com/forums/index.php?showforum=97 This document is also a part of the download. Asset Viewer The Asset Viewer allows you to view models, animations and particles as they would appear in the game. While viewing, you can tweak various lighting parameters to see how the asset holds up in various lighting conditions. ‧ Use File > Open to open an .ALO file that you wish to view. ‧ The model will be loaded and shown in the main display. ‧ The red, green and blue lines indicate the X, Y and Z axis, respectively. ‧ Drag the left mouse button to rotate the camera around the model and drag the right mouse button, or use the mouse wheel, to zoom in and out. To the left is a list of models and particles that are related to the model. ‧ Expand the model's node to show all animation for the model. ‧ Select an animation to play it, looping. A slider below the list appears that allows you to speed up or slow down the animation and disable looping. ‧ At the top, below the menu are the play and stop button for controlling the animation. ‧ Expand the "Bones" node in a model's node and select a bone to see the orientation of that bone. When opening more models, note that the old models remain in the list. There is no way to close opened models, apart from closing the Asset Viewer Particle Editor The Particle Editor is a powerful editor that enables you to develop, debug and preview particle systems. You use it by setting up emitters that emit particles defined by a rich set of plugins that modify the various properties of those particles independently. A set of simulation options are available to preview how the particle system would look in game. Particle systems are, for instance, explosions, weapons fire, halos, fire, sparks, splashes, radiation and much more. A particle is composed of two separate parts: an emitter and a particle. The emitter is the source of the particle, there can be multiple particles within a single emitter. ‧ Upon opening the Particle Editor four windows open up, only three are accessible. ‧ The main window contains a side panel on the left containing your particles and emitters. ‧ The simulation window allows particles to be played with various time and color settings. ‧ The third and most important window is the Particle Plugin Settings. ‧ These various settings cause different particles to emerge. GUI Editor The GUI editor, combined with the GUI Lua files enables you to completely reprogram the GUI. Every button, textfield, slider, window, dialog can be changed, removed or added to. The GUI Lua files contain the code that makes your creations in the GUI Editor come to life. With it, you can completely redesign every faction's interface, add buttons to control your special units, add new menus in the main menu, and so on. A GUI file (.BUI) is a hierarchy of UI elements such as buttons, lists, sliders, lines, quads, and so on, where each element has certain properties. ‧ Start a new UI scene with File > New, accepting the default size of 1024x768. The game scales it to fit the actual resolution. ‧ The Tools tab contains a button for each UI element type that you can add. ‧ Use the Selection tool to modify placed elements. ‧ To create an element, click its button and drag its outline in the scene window. It is now added in the hierarchy (under the TreeView tab). ‧ When you have an UI element selected, the Properties tab will allow you to change its properties, both type-specific and common to all element types. For instance, for the Quad element you can change the color of each corner, the overall opacity and texture of the quad, its rotation and position and how it reacts to changes in aspect ratio such as stretch and alignment. Since the scene is just a description of layout and design of the UI elements, it must be linked to a Lua file to give the placed elements functionality. ‧ To do this, select the root scene object in the hierarchy, and use the Lua Script > New button to select the Lua file that defines the behavior for this scene. The lua file has access to every element in the file by its name and can show/hide them and trap various mouse and keyboard events. ‧ Check existing Lua files in the Scripts\GUI directory for examples. Lua Debugger The Lua Debugger is an application that allows you to, as the name says, debug the Luas files as they are executed by the game. The program connects to the game and once connected, all debug output by Luas executed by the game are shown in the debugger. This tool is invaluable if a set of Lua files do not behave properly and you can't figure out why from just looking at the code. ‧ Select File > Connect to connect the debugger to the game. ‧ The debugger will then show a list of all loaded Lua files in the right window and the debug output from those scripts in the bottom window. ‧ Ensure that all scripts are in the mod's Data\Script directory, even those that you did not change, as the debugger will try to load them. ‧ Double-clicking a file in the right list will open it in the main window, with syntax highlighting, where you can edit and save the Lua file. ‧ Debug output is generated by scripts calling the DebugMessage function with a string parameter. The debug output window also shows other run-time errors such as calling undefined functions. Data Miner The Data Miner offers modders the ability to extract various bits of information from the game's XML files. Use it to compare unit statistics or other properties. This will make balancing units in your mod a piece of cake. ‧ Place DataMiner.exe in the XML folder of your mod then place DataMinerXRef.xml in the root folder of your mod and start DataMiner.xml. ‧ The Data Miner will query for the location of DataMinerDataFiles.xml in your mod's XML folder. It will use that file to open all (relevant) XML files in your mod. ‧ Once done (there may be some errors), you get a list of the XML files in the main window where you can inspect and edit (by right-clicking) the nodes in those XMLs. In this way, the DataMiner is like a visual XML editor. ‧ You can use the bottom interface on the main window to search for text in the XMLs or gather information from the XMLs and display them in a table. ‧ Use the For Each and Clear buttons to create a list of nodes you wish the DataMiner to traverse. ‧ In the bottom list you can add a list of attributes (Add Attr) and nodes (Add) whose content you want from each traversed node. ‧ After making you selection, click Make Table to get the resulting table, where each column corresponds to a line in the bottom list and each row corresponds to an XML item traversed by the rules in the list above it. 3D Studio Max 9 exporter plugin Max 9 exporter is a pretty self explaining tool. It is Autodesk 3d max 9 plugin that allows 3d max 9 to export to .alo and .ala for models and animations. Exporting to .alo and .ala means that models exported from 3d max 9 can used in Universe at War. FX shader source are all the Universe at War shaders source files. For coders who know HLSL, the can modify Petroglyph's shaders and tweak them for ZedGraph.dll, Scintilla Control, DataMarksAPI are files used by Petroglyph's mod tools. ZedGraph.dll is used by the particle editor. Scintilla Control and DatamarksAPI files are used by Lua debugger. Without these files, Petroglyph tools will not run properly. Terrain Editor The Terrain Editor (aka Map Editor) allows the creation of single and multiplayer maps for in game use. ‧ After selecting the size and type of map you wish to create (Note: the settings are adjustable within the map editor), a mapper must absolutely become familiar with is the tools tab. ‧ Within the tools tab there are 4 selections: Texture View, Height View, Scene View, Object View. These 4 views are what are necessary to build all maps. ‧ The Texture view contains a black box containing smaller black boxes. Each small black block can load a texture and bump map. When selected the texture will apply itself where you mouse click onto the map; this is how you give maps multiple textures so they do not look so bland. ‧ The Heights View allows the user to creates hills, cliffs, ledges and various other things requiring different height using various brushes and height settings. ‧ The Scenes view allows the user to adjust the settings of the map. This is where you add a skydome, sunlight, and different weather patterns. ‧ The Object View provides a list of objects divided by categories in a hierarchal tree. These objects are props, faction units, and markers. ‧ Markers are used to place starting locations and various other things such as triggers. If you have used the Empire at War map editor, most of this editor should seem familiar with the exception of 3 new sections specific for Universe at War's editor: Citiscape, Tracks, and Animation. In order to delete a custom map go to the CustomMaps folder where your game is installed. The standard path is: C: > Program Files > Sega > Universe At War Earth Assault > Data > CustomMaps Delete the .tga and .ted files. On game restart, the map will be gone. Creating a mod To create a mod, create a folder in the game's directory (e.g., HumanMod) that will contain your entire mod. All files that you change or add go into the mod, at their respective directories: ‧ XMLs go into Data\XML ‧ Luas go into Data\Scripts ‧ Models and animations (.alo and .ala) go into Data\Art\Models ‧ Textures go into Data\Art\Textures ‧ Shaders go into Data\Art\Shaders\ ‧ GUI files (.bui) go into Data\GUI To run your mod, start the game with the MODPATH=HumanMod argument. You can do this by creating a shortcut to LaunchUAW.exe, modify the shortcut and place MODPATH=HumanMod behind the current target. The game will look in your mod directory for any files it wants, before looking in its own game files. Important: In order for the GUI Editor and Particle Editor to work, you will have to extract Textures.meg into Art\Textures\DDS. Note: NOT in the Data\Art\... directory. ParticleEditor.exe and ParticleEditorPrefs.xml have to be moved to a subdirectory (name doesn't matter) before they can find all their assets. ------------------------------------------------------------------------------ 但是...我沒辦法下載!!(在filefront出問題,之前的fan site kit也是一樣問題) ><...有誰能夠解決? --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.240.107
1F:→ jden:filefront的檔案從來沒下成功過 @@? 11/02 02:29
2F:推 yaqw:FF空間你要一直點重新下載 到最後會說10秒後會在重試 11/02 02:30
3F:→ yaqw:到這邊之後就可以等他自動跳出下載視窗了 11/02 02:30
4F:→ yaqw:不然就掛代理吧 最方便了 11/02 02:31
5F:→ mikapauli:我下載成功了!!想用的人快去試試看吧! 11/02 14:59
6F:→ mikapauli:已把消息貼在基地了 11/02 16:47
7F:→ NoCanDo:基本上模組工具是有了,就缺教學 11/03 22:32
8F:→ NoCanDo:或許原PO能試看看 11/03 22:33
9F:推 NoCanDo:還有請問一下再那邊找到那三張家鄉城市圖的XD 11/03 22:45
10F:→ mikapauli:那是fansite kit裡的概念圖 11/04 17:51







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:e-shopping站內搜尋

TOP