Recent changes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 07:51, 23 November 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

23 November 2024

N    06:25  TFE Projectile Data‎‎ 5 changes history +6,011 [Jerethk‎ (5×)]
     
06:25 (cur | prev) +1,439 Jerethk talk contribs (→‎Projectile properties)
     
05:57 (cur | prev) +1,399 Jerethk talk contribs (→‎Projectile properties)
     
04:42 (cur | prev) +1,204 Jerethk talk contribs
     
04:26 (cur | prev) +1,298 Jerethk talk contribs
N    
04:04 (cur | prev) +671 Jerethk talk contribs (Created page with "Projectile data is hardcoded in Dark Forces but the data has been externalised to a JSON file in '''The Force Engine'''. The data is located in <code>ExternalData\DarkForces\projectiles.json</code>. Altering the data in <code>projectiles.json</code> will alter the way that weapon projectiles behave in the game. If the JSON file is removed, renamed or corrupted, weapons will not work correctly. (In this case, an error message will be logged to the TFE console when loadin...")

22 November 2024

     05:36  Dark Forces Wiki diffhist +28 Jerethk talk contribs (→‎Dark Forces Reference)
N    05:31  VUE Camera transforms‎‎ 4 changes history +1,788 [Jerethk‎ (4×)]
     
05:31 (cur | prev) −26 Jerethk talk contribs (→‎O file)
     
05:30 (cur | prev) +177 Jerethk talk contribs (→‎How to use)
     
05:25 (cur | prev) +1,056 Jerethk talk contribs
N    
05:10 (cur | prev) +581 Jerethk talk contribs (Created page with "Dark Forces has built-in support for transforming a camera's location and orientation with '''VUE files'''. This functionality was "discovered" when the source code was reverse engineered. The camera in DF is normally called the "EYE object". The EYE (camera) is assigned to an object at level startup and is normally assigned to the PLAYER object, but this is not mandatory, and there are a few mods which exploit the possibility of separate PLAYER and EYE objects. Vanill...") Tag: Visual edit

19 November 2024

N    05:27  Teleporter Basic‎‎ 2 changes history +1,956 [Jerethk‎ (2×)]
     
05:27 (cur | prev) +913 Jerethk talk contribs (Behaviour)
N    
05:15 (cur | prev) +1,043 Jerethk talk contribs (Created page with "'''Teleporter Basic''' is a working teleporter that exists in Dark Forces but was not discovered until the source code was reverse engineered. It transports objects to a designated location. ===How to use=== Like <code>teleporter chute</code>, <code>teleporter basic</code> is defined on a sector in a level's INF file. The following example demonstrates the usage. <pre> item: sector name: my-teleporter seq class: teleporter basic target: dest-sector1 move...") Tag: Visual edit: Switched
     05:16  Dark Forces Wiki diffhist +25 Jerethk talk contribs (→‎Dark Forces Reference: link to Teleporter Basic)