- 02:18, 12 February 2025 Player variables editing guide (hist | edit) [51,776 bytes] Gamer5700 (talk | contribs) (Created page with "== Player Variables Breakdown == === 1. Animation Settings === * '''AnimGraph_BankName''': Specifies the animation bank used for the player model. * '''AnimGraph_GraphName''': Determines the primary animation graph assigned to the player. * '''AnimGraph_PresetName''': Placeholder for animation preset (can be empty). * '''AnimGraph_BindNamespace''': Sets the animation binding namespace (e.g., "Human"). === 2. Manual Slow Motion === * '''ManualSloMoEnabled''': Enables/di...")
- 01:00, 12 February 2025 Inventory imports guide (hist | edit) [2,824 bytes] Gamer5700 (talk | contribs) (Created page with " Category:Dying Light 2 Category:Scripts")
- 05:11, 2 February 2025 Tools You Might Need. (hist | edit) [2,234 bytes] Gamer5700 (talk | contribs) (Created page with " Category:Dying Light Category:Getting Started") originally created as "Tools You Might Need 2"
- 02:33, 24 January 2025 Tutorial page showcase (hist | edit) [42 bytes] Idkman (talk | contribs) (Created page with "page for showcasing stuff in the tutorials")
- 01:25, 23 January 2025 Chrome Engine Modding Wiki:Source/Quick reference (hist | edit) [1,964 bytes] Idkman (talk | contribs) (Created page with "This page is a quick reference to help users learn the basics of editing and formatting. The Chrome Engine Modding Wiki uses a markup language called wikitext to create specific elements of the page. This language is used on websites running MediaWiki software, including Wikipedia and all Wikia sites, and is designed to be a simplified alternative to HTML. == Quick Reference: == {| class="wikitable" |+ Caption text |- ! Description !! What you type !! What you get...") originally created as "Source/Quick reference"
- 00:26, 23 January 2025 Chrome Engine Modding Wiki:Source/The basics (hist | edit) [2,631 bytes] Idkman (talk | contribs) (Created page with "== Editing Modes == By default, the VisualEditor is the editing mode for all users. However, using the visual mode for certain types of edits may sometimes introduce errors along with your changes to the page. '''Source Mode''' Source mode lets you view and edit the raw wikicode on a page directly. For more complex edits, it’s recommended to switch to source mode within the VisualEditor. === Switching Editors === In edit mode, you’ll find options to switch betwe...") originally created as "Source/The basics"
- 04:10, 20 January 2025 Tools You Might Need (hist | edit) [2,782 bytes] Gamer5700 (talk | contribs) (Created page with " Category:Dying Light 2 Category:Getting Started") Tag: Visual edit
- 02:05, 19 January 2025 Dying Light: The Beast Modding Guides (hist | edit) [241 bytes] Idkman (talk | contribs) (Created page with "{{CollapsibleHeader|header=Texture Modding Guides:|content=<dpl> category=Dying Light: The Beast category=Texture </dpl>}} __NOTOC__ Category:Dying Light: The Beast")
- 23:23, 18 January 2025 Add new page (hist | edit) [438 bytes] Idkman (talk | contribs) (Created page with "<inputbox> type=create width=30 break=no </inputbox>")
- 02:35, 8 January 2025 Font colors (hist | edit) [914 bytes] Idkman (talk | contribs) (Created page with "You can use font colors with this template <nowiki>{{Font color|the color comes here| the text you want to color}}</nowiki> here are the colors {{Font color|black|this is a black text}} {{Font color|green|this is a green text}} {{Font color|white|this is a white text}} {{Font color|yellow|this is a yellow text}} {{Font color|orange|this is an orange text}} {{Font color|purple|this is a purple text}} {{Font color|pink|this is a pink text}} {{Font color|brown|this...")
- 02:28, 8 January 2025 How to use dpl3 (hist | edit) [2,940 bytes] Idkman (talk | contribs) (Created page with "== DPL3 == === Basic Syntax: === To create a dynamic page list in DPL3, you need to wrap the DPL query inside <nowiki><dpl></dpl></nowiki> tags. The basic syntax looks like this: <nowiki> <dpl> category=Dying Light 2 category=Texture </dpl> </nowiki> This query will return all pages that are categorized under both Dying Light 2 and Texture. === AND Operator (Multiple Lines): === Each line of a DPL query represents a separate condition that must be satis...")
- 02:27, 8 January 2025 How to add your signiture to a page (hist | edit) [220 bytes] Idkman (talk | contribs) (Created page with "== Signiture == If you want your page to show at the end that you made the page, put this code at the end of the page or, wherever you want it.<br> <nowiki>username</nowiki> The wiki both has a visual editor and a wysiwyg editor, feel free to try them out.(The visual editor is limited in terms of capability.)")
- 02:27, 8 January 2025 How to add code blocks (hist | edit) [223 bytes] Idkman (talk | contribs) (Created page with "== Code Blocks: == Add a space at the beginning of each line. This will format the text as preformatted (monospaced) and preserve line breaks. This is a multi-line example where each line is indented by a single space.")
- 02:26, 8 January 2025 How to format content (hist | edit) [564 bytes] Idkman (talk | contribs) (Created page with "== Formatting Content == Improve the readability and appearance of pages with formatting: '''Bold Text:''' '''Bold Text''' Example: '''Bold Text''' '''Italic Text:''' ''Italic Text'' Example: ''Italic Text'' '''Bold and Italic Combined:''' '''''Bold and Italic''''' Example: '''''Bold and Italic''''' '''Headings:''' Level 1: = Heading = Level 2: == Heading == Level 3: === Heading === '''Lists:''' Bulleted list: * Item 1 * Item 2 ** Sub-item 1 Numbe...")
- 02:26, 8 January 2025 How to create links (hist | edit) [719 bytes] Idkman (talk | contribs) (Created page with "== Creating Links == Discover how to link to other pages and external websites:<br> '''Internal Links:''' Link to an existing page: <nowiki>PageName</nowiki> Link with custom text: <nowiki>Custom Text</nowiki> Example: <nowiki>Go to the Home Page</nowiki> '''External Links:''' Bare link: <nowiki>[http://example.com]</nowiki> Link with custom text: <nowiki>[http://example.com Custom Text]</nowiki> Example: <nowiki...")
- 02:25, 8 January 2025 How to use categories (hist | edit) [921 bytes] Idkman (talk | contribs) (Created page with "== Using Categories == Organize pages in the wiki by adding them to relevant categories: '''Open the Page:''' Navigate to the page you want to categorize and click ''Edit''. '''Add a Category Tag:''' At the bottom of the page, add: <nowiki>Category:CategoryName </nowiki> Replace ''CategoryName'' with the name of the desired category.<br> Example: <nowiki>Category:Tutorials</nowiki> '''Save Your Changes:''' Click ''Save changes''. The page will now appear in...")
- 02:24, 8 January 2025 How to add files (hist | edit) [1,020 bytes] Idkman (talk | contribs) (Created page with "== Adding Files == Learn how to upload and embed files in the CEmodding Wiki: '''Navigate to the Upload Page:''' On the left sidebar, click on ''Upload file''. If you don’t see this option, ensure you have the necessary permissions to upload files. '''Choose a File:''' Use the ''Choose file'' button to select a file from your computer. Provide a descriptive and unique name for the file to make it easily recognizable. '''Add File Information:''' In the description bo...")
- 10:02, 5 January 2025 Page (hist | edit) [242 bytes] Idkman (talk | contribs) (Created page with "Call of Juarez page Category:Call of Juarez")
- 03:15, 4 January 2025 How To Edit Base Game Textures (hist | edit) [3,729 bytes] (username removed) (edit summary removed) originally created as "How To Edit Base Game Textures Test"
- 11:04, 3 January 2025 Test3 (hist | edit) [58 bytes] Gamer5700 (talk | contribs) (Created page with " 9iyugyhugftyfyf Category:Dying Light Category:Texture")
- 01:16, 2 January 2025 Test2 (hist | edit) [80 bytes] Gamer5700 (talk | contribs) (Created page with " jhuiuguygfygugy Category:Dying Light Category:Texture") originally created as "Test"
- 22:31, 1 January 2025 Custom Mesh Import Guide (hist | edit) [7,489 bytes] Idkman (talk | contribs) (Created page with "== This guide is for allowing users to import meshes into Dying Light 2's C Engine as well as how to setup materials for them, add skins and optimize complex meshes for the engine. ==")
- 09:27, 30 December 2024 Dying Light 2: Stay Human Modding Guides (hist | edit) [1,166 bytes] Idkman (talk | contribs) (Created page with "page") Tag: Visual edit
- 09:27, 30 December 2024 Dying Light Modding Guides (hist | edit) [950 bytes] Idkman (talk | contribs) (Created page with "page") Tag: Visual edit
- 09:26, 30 December 2024 Dead Island: Riptide Definitive Edition Modding Guides (hist | edit) [1,260 bytes] Idkman (talk | contribs) (Created page with "page") Tag: Visual edit
- 09:24, 30 December 2024 Dead Island: Definitive Edition Modding Guides (hist | edit) [1,179 bytes] Idkman (talk | contribs) (Created page with "base page")
- 09:22, 30 December 2024 Call of Juarez: The Cartel Modding Guides (hist | edit) [1,239 bytes] Idkman (talk | contribs) (Created page with "base site") Tag: Visual edit
- 09:21, 30 December 2024 Call of Juarez: Gunslinger Modding Guides (hist | edit) [1,251 bytes] Idkman (talk | contribs) (Created page with "base site") Tag: Visual edit
- 09:20, 30 December 2024 Dead Island: Riptide Modding Guides (hist | edit) [1,215 bytes] Idkman (talk | contribs) (Created page with "base page")
- 08:54, 30 December 2024 Call of Juarez: Bound in Blood Modding Guides (hist | edit) [1,199 bytes] Idkman (talk | contribs) (Created page with "page") Tag: Visual edit
- 08:53, 30 December 2024 Call of Juarez Modding Guides (hist | edit) [1,165 bytes] Idkman (talk | contribs) (Created page with "page") Tag: Visual edit
- 08:08, 30 December 2024 Dead Island Modding Guides (hist | edit) [1,135 bytes] Idkman (talk | contribs) (Created page with "Here is the site") Tag: Visual edit