User contributions for Eric Lengyel
Jump to navigation
Jump to search
15 July 2023
- 11:5211:52, 15 July 2023 diff hist +7,590 N Modifiers Created page with "__NOTOC__ A '''modifier''' is something that can be assigned to an instance node in order to change the appearance or properties of the world it references in some way. There are several modifiers built into the engine, and an application may define additional custom modifiers for its own use. Modifiers are assigned to an instance node in the World Editor under the '''Modifiers''' tab in the Node Info window. == Standard Modifiers == The following modifiers are bui..." current
- 11:5111:51, 15 July 2023 diff hist +5,687 N Connectors Created page with "right|frame|'''Figure 1.''' Connectors can be added or removed from a node under the '''Connectors''' tab in the '''Node Info''' window. Every node in a world can have one or more ''connectors'' attached to it. A connector forms a link between the node that owns it and some other node in the world. Connectors are used for a variety of different purposes, such as connecting a portal to the zone that it leads to or connecting a node with a scr..." current
- 11:5111:51, 15 July 2023 diff hist 0 N File:Pane connectors.png No edit summary current
- 11:5011:50, 15 July 2023 diff hist +6,274 N World Editor Pages Created page with "A '''page''' is one of the palette-like subwindows shown on the left side of the World Editor. They are organized into five groups under the tabs '''Object''', '''Material''', '''Earth''', '''Instance''', and '''Editor'''. The pages can be rearranged by dragging them upward and downward by their title bars, and they can be collapsed or expanded by clicking on the small box with a plus or minus symbol in it. Each page contains a group of related tools or settings. Th..." current
- 11:4911:49, 15 July 2023 diff hist +16,734 N World Editor Created page with "The '''World Editor''' tool module is used to create every scene that the C4 Engine displays (however, scene data may be imported from other sources.) All of the data describing a world is stored in a world resource having the <code>.wld</code> extension, and world resources are stored in subfolders of the <code>Data</code> directory. The World Editor is opened by selecting '''New World''' or '''Open World''' from the C4 Menu, or by typing <code>world</code> [''name..." current
- 11:4811:48, 15 July 2023 diff hist +469 N Landscaping Editor Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Landscaping Editor window. The '''Landscaping Editor''' is a tool inside the World Editor that is used to create landscaping paint brushes. The Landscaping Editor is opened by double-clicking on an existing paint brush in the Landscaping Page or by choosing '''New Landscaping Brush...''' from the menu in the Landscaping Page. == See Also == * Landscaping Page Category:Editor" current
- 11:4711:47, 15 July 2023 diff hist +5,384 N Model Viewer Created page with "__NOTOC__ The '''Model Viewer''' is a plugin tool for the C4 Engine. It is used to preview dynamic models and to import animations for those models. == Opening a Model == The Model Viewer is opened by selecting Open Model from the C4 Menu, or by typing <code>model</code> [''name''] in the Command Console. If the Open Model menu item is selected (or ''name'' is omitted from the console command), then a dialog appears to let you select a model resource. == Model..." current
- 11:4611:46, 15 July 2023 diff hist 0 N File:Cube vstrip.png No edit summary current
- 11:4611:46, 15 July 2023 diff hist 0 N File:Cube hstrip.png No edit summary current
- 11:4611:46, 15 July 2023 diff hist 0 N File:Cube vcross.png No edit summary current
- 11:4611:46, 15 July 2023 diff hist 0 N File:Cube hcross.png No edit summary current
- 11:4511:45, 15 July 2023 diff hist +1,320 N Texture Viewer Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Texture Viewer window. The '''Texture Viewer''' is part of the '''Texture Tool''' plugin that ships with the C4 Engine, and it is used to preview texture files in the engine's proprietary <code>.tex</code> format. == Opening a Texture == The Texture Viewer is opened by selecting '''Open Texture''' from the C4 Menu, or by typing <code>texture [''name'']</code> in the Command Console. If the '''..." current
- 11:4411:44, 15 July 2023 diff hist +13,430 N Texture Importer Created page with "__NOTOC__ Texture maps used by the C4 Engine have the <code>.tex</code> file extension. These texture map resources are created by importing texture images from a subdirectory of the <code>Import</code> directory using the Texture Importer tool. The Texture Importer tool supports <code>.tga</code> files, which may be in 8-bit grayscale, 16-bit color, 24-bit color, or 32-bit color format, with or without RLE compression. When a texture is imported, a <code>.cfg</code> f..." current
- 11:4311:43, 15 July 2023 diff hist +10,480 N Font Importer Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Font Importer window. In most types of applications, text is rendered into a 2D drawing context by the operating system using the information stored in OpenType or TrueType font files. However, this method of text rendering is not compatible with hardware-accelerated 3D graphics, and it suffers from inconsistencies among different platforms. In order to render high-quality text in a 3D environment and pr..." current
- 11:4111:41, 15 July 2023 diff hist +1,404 N Sound Player Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Sound Player window. The '''Sound Player''' is part of the '''Sound Tool''' plugin that ships with the C4 Engine, and it is used to preview sound files in the engine's proprietary <code>.snd</code> format. == Opening a Sound == The Sound Player is opened by selecting '''Open Sound''' from the C4 Menu, or by typing <code>sound [''name'']</code> in the Command Console. If the '''Open Sound''' menu..." current
- 11:4111:41, 15 July 2023 diff hist +1,389 N Sound Importer Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Sound Importer window. The '''Sound Importer''' is part of the '''Sound Tool''' plugin that ships with the C4 Engine, and it generates sound resources in the engine's proprietary <code>.snd</code> file format. The Sound Importer can be run by choosing '''Import Sound''' from the C4 Menu or by typing <code>isound [''name'']</code> in the Command Console. If the '''Import Sound''' menu item is se..." current
- 11:4011:40, 15 July 2023 diff hist +2,271 N Recording Movies Created page with "The C4 Engine has the capability to record the video and audio output as you're playing a game or using the tools. Video is saved to a set of "sequence" files that can later be imported as a movie, and audio is saved to a standard wave file. A movie is generated from these files using the Movie Importer tool. Recording is started by entering the record command in the Command Console as follows: <code>record ''name'' [-rate ''fps''] [-noaudio] [-novideo]</code>..." current
- 11:3911:39, 15 July 2023 diff hist +1,140 N Movie Player Created page with "__NOTOC__ right|thumb|800px|'''Figure 1.''' The Movie Player window. The '''Movie Player''' is part of the '''Movie Tool''' plugin that ships with the C4 Engine, and it is used to preview movie files in the engine's proprietary <code>.mvi</code> format. == Opening a Movie == The Movie Player is opened by selecting '''Open Movie''' from the C4 Menu, or by typing <code>movie [''name'']</code> in the Command Console. If the '''Open Movie''..." current
- 11:3811:38, 15 July 2023 diff hist +3,392 N Movie Importer Created page with "__NOTOC__ right|frame|'''Figure 1.''' The Movie Importer dialog. The '''Movie Importer''' tool is used to generate movies in the proprietary C4 Engine <code>.mvi</code> format. This functionality is part of the '''Movie Tool''' plugin. To generate a movie, either choose '''Import Movie''' from the C4 Menu or type the <code>imovie</code> command in the Command Console. This causes this Import Movie dialog, shown in Figure 1, to be displ..." current
- 11:3711:37, 15 July 2023 diff hist +39 N OpenGEX Redirected page to Open Game Engine Exchange current Tag: New redirect
- 11:3711:37, 15 July 2023 diff hist +329 N Open Data Description Language Created page with "right|thumb|640px|'''Figure 1.''' [http://openddl.org/ The Open Data Description Language.] The Open Data Description Language (OpenDDL) is a generic text-based data language used for a variety of purposes by the C4 Engine. == See Also == * [http://openddl.org/ openddl.org] * Open Game Engine Exchange" current
- 11:3611:36, 15 July 2023 diff hist −285 OpenDDL Redirected page to Open Data Description Language current Tag: New redirect
- 11:3511:35, 15 July 2023 diff hist +430 N Open Game Engine Exchange Created page with "The '''Open Game Engine Exchange (OpenGEX)''' format is a text-based file format designed to facilitate the transfer of complex scene data between applications such as modeling tools and game engines. The C4 Engine World Editor can import files in the OpenGEX format after they have been exported from programs such as 3ds max and Maya. == See Also == * [http://opengex.org/ opengex.org] * Open Data Description Language" current
- 11:3511:35, 15 July 2023 diff hist +329 N OpenDDL Created page with "right|thumb|640px|'''Figure 1.''' [http://openddl.org/ The Open Data Description Language.] The Open Data Description Language (OpenDDL) is a generic text-based data language used for a variety of purposes by the C4 Engine. == See Also == * [http://openddl.org/ openddl.org] * Open Game Engine Exchange"
- 11:3311:33, 15 July 2023 diff hist +1,626 N String Importer Created page with "The '''String Importer''' is a plugin that ships with the C4 Engine, and it generates string table resources in the engine's proprietary <code>.str</code> file format. The String Importer can be run by choosing '''Import String Table''' from the C4 Menu or by typing <code>istring [''name'']</code> in the Command Console. If the '''Import String Table''' menu item is selected (or name is omitted from the console command), then a dialog appears to let you select a..." current
- 11:3211:32, 15 July 2023 diff hist +973 N Resource Packer Created page with "__NOTOC__ The '''Resource Packer''' is a plugin that ships with the C4 Engine, and it is used to create pack files in the engine's proprietary <code>.pak</code> format. For information about how pack files work, see Pack Files and Virtual Directories. == Creating a Pack File == The console command <code>pack ''name''</code> is used to create a pack file, where ''name'' is the name of a top-level subfolder inside the <code>Data</code> folder. Once a pack file has b..." current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Worldeditor.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget viewport.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget textbutton.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget text.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget stroke.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget slider.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget scroll.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget radio.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget quad.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget pushbutton.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget progress.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget popupmenu.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget picture.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget password.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget paint.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget multipane.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget movie.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget menubar.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget list.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget line.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget imagebutton.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget image.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget icon.png Uploaded with SimpleBatchUpload current
- 11:3011:30, 15 July 2023 diff hist 0 N File:Widget hyperlink.png Uploaded with SimpleBatchUpload current