Jump to content

Leaderboard

Popular Content

Showing most liked content on 12/03/2020 in all areas

  1. I wonder if I played against Osama Bin Laden when I played Tiberian Sun all those years ago.
    3 likes
  2. Today I learned that the CIA, the Central Intelligence Agency of the United States, keeps an unofficial GameSpot game guide to C&C Tiberian Sun in their online archives. https://www.cia.gov/library/abbottabad-compound/57/5790FAA57774FEE1A19C21F3F98FD10D_Tiberian_Sun_Guide.pdf Supposedly this was recovered from the Abbottabad compound (Bin Laden's safe house, if that rings any bells) and its collection of documents and files. Old news, new news, I thought this was neat to share if you have not already seen it.
    2 likes
  3. MOD ANNOUNCEMENT: Between the removal of the hard cap and several issues voiced by players, the game will retain the original start date of Sunday, December 13th. Should that day be the final day of shooting before winter break, however, the game might be pushed back a day later, to Monday, December 14th. These are now the only possible start dates. Sign-ups will remain open until Friday, December 11th. I apologize for any inconvenience this discussion has caused.
    2 likes
  4. What is a proxy and how would it help in designing levels or assembling buildings?Proxies, at their core, are references to Mammoth presets that are placed on terrain pieces. I will repeat this later. First, let's establish the groundwork of how levels are put together. The main level terrain is built in 3DS Max and exported to a file with the extension "w3d." This terrain file typically includes all the ground, cliffs, caves, and a few other things (including proxies). Here are images of what is exported as the main terrain on Seamist, first shown without proxies, and then with. You can see we use them a lot! Once the file is built and exported, we use a program called Mammoth to make a preset that references this level terrain w3d file and places an instance of that giant map terrain piece on the level, so it starts as the main ground upon which everything else is built. After this point, we add everything else to the level that we want on it, which would include separate terrain pieces or tiles and various controllers that make everything work. Below is an example of some waypaths in front of a war factory that were added in Mammoth (and the little blue building icon near the top right was also placed in Mammoth). The building, lights, spawners, and orange construction zone were all "proxied in" as part of the terrain file, so we wouldn't need to add them manually to each level. How cumbersome that would be! In very old versions of APB, the main terrain file also included the actual buildings and trees, and some props would be placed using LevelEdit (the older program which Mammoth has now replaced). This led to problems and confusion in several ways. If actual buildings and trees are in the main terrain file, problems occur when those buildings and trees need to be edited or updated for any reason (the edit would need to be made, and then propagated manually to all of the buildings and trees in question on all of the maps that use them). In addition to this, if these are "baked terrain" as I'll call it, then there are also way fewer options regarding said objects. If objects such as trees, barrels, and rocks are placed on the ground in Mammoth, anything that's edited or placed on the terrain in 3ds max later on doesn't account for things that had been placed in Mammoth prior, so an interface disconnect takes place because those two very-related things would need to be edited across two different programs. For example if you place trees in mammoth, and edit the ground later in Max, then there are floating trees, sunken trees, or the trees could be merged with other objects that were placed there in Max. It would be an easy set of mistakes to make, and would simply be a frustrating way of doing it. LevelEdit/Mammoth simply isn't a very good program at the moment for placing and rotating objects, and painting objects isn't an option. It's a process that 3DS Max's UI handles much better. Inside the spoiler below is one example of painting tree presets (aka proxies) in 3DS Max. Nifty! As a result of the issues listed above, we use something called proxies. Proxies, at their core, are references to Mammoth presets that are placed on terrain. If I place a proxy on a map, it's just an object (no mesh or polygons) that tells the game to place this Mammoth preset at this location, and rotate/scale it in such a way. Currently we proxy our buildings, infantry spawns, purchase terminal pokes, trees, and anything else that we want to operate as references rather than "baked terrain" or placed manually using Mammoth. Again, with proxies/references we have a lot more options, it's a huge time saver, lends to consistency, and it gives us the freedom to edit that preset once, having it propagated automatically to all the places where the proxies have been placed. In Max, a proxy can look like a box, a triangle, a teapot, or literally anything you want it to be. In APB, we try our best to mimic the object that the proxy is referencing, while still making it obvious that the object is a proxy. It can be tempting to try to edit bits of the proxy object, thinking that it will edit the object's look ingame, but I want to make it clear that editing the proxy object won't do anything to affect the object's look ingame. All the game cares about is the location/rotation of the proxy object, not what it looks like. The preset will take care of what it looks like. Because all these giant blue teapots are named appropriately as the Soviet base buildings on Seamist that they are meant to represent, exporting this would yield a map that looks correct, with Soviet base buildings and not teapots. In APB's released SDK, you may find a file called that we named the "Proxy Masters" file. This contains a large set of proxies that we place around maps, and we use this file regularly to import those objects when designing levels, so we can easily place buildings, trees, and props. Here is what the file looks like at a glance. Currently some of the buildings have two copies because the extra copy is the tunnel version of the building. If you have ever used one of the w3d importers, you may find that it automatically turns all proxies into little yellow boxes, or some other form of Max primitive. This is consistent with the idea that the proxy objects/meshes don't matter, but the pivot point. However, it's best to try to represent the object that the proxy is referencing, so when it's placed on a level, it's easy to see at a glance what the object is and how much space it takes. For buildings, this is crucial if you need to cut holes in the ground around them. What is the best way to create a proxy object?It may be best to have a source file for the preset that you'd like to proxy, but if you don't, it is easy enough to use the w3d importer (and the w3d importer also guarantees that the origin/pivot is in the right spot from the get-go). Whichever way you do this, open up the file in Max. Today I'll make a proxy object out of this Refinery roof door. Your object is likely to have multiple meshes. Decide which meshes you want to be a part of your proxy object. You won't want to use bones, bounding boxes, or other things that don't show ingame. Select these multiple meshes that you've decided will be part of the proxy object. For me in this case, that would be sov-door and sov-glass. Use Ctrl + V to copy and paste (use copy, not instance) the meshes you want to be in your proxy object, then use "collapse" in utilities to merge the copied pieces all to one object. Now remove or hide the original meshes so only your new collapsed object is showing. Name this new object with the preset name that mammoth uses, and then put ~ as the suffix. E.g. if the preset in Mammoth is named t_pine, then the proxy object should be named t_pine~. Any characters after the ~ won't factor in to the preset's name, but will work to export multiple copies or instances or the proxies. If you had a pine tree preset in mammoth named f_pine, the placed proxies could be named f_pine~00, f_pine~01, etc. Or if you wanted to make the pine trees different scales, you would put a $ at the start, e.g. $f_pine~00. Unlink the object if it is parented to anything. Only if the object is animated: remove any animations that might be tied to the object. First make sure your animation slider is at frame 0, then drag a box over all keyframes and press delete key to remove them. Remove all materials from the object. With it selected, press the buttons in the image below. Reset xform, and right click on the object -> convert to editable poly. The pivot now needs to be at location 0 0 0 on XYZ (a.k.a. the origin or middle of the grid). We can see below that it's not already at the origin, so we'll need to move it there. Uncheck pivot only so you go back to normal editing mode. Assign any object color and layer for organizational purposes. Typically we try to choose colors that make the most sense, e.g. blue for Allies, red for Soviets, green for trees, etc. Note * 2, I realize I used the Soviet doors to make the Allied proxy, but the fun part is that it doesn't matter! Oftentimes we'll also assign a special layer for our proxies. Buildings are on the buildings layer, Trees are on a Foliage layer, and props that are proxies we typically just put in the Props or Proxies layer. However you want to do it that best suits your workflow, is how you should do it. You can remove all collision settings, but make sure export transform (bone) and geometry are both checked. Now with this door, I can place it exactly where in the building I want that door to be! Left: Door proxy placed in 3DS Max, Right: How it appears ingame. What is the best way to place proxies on my level terrain? There are different kinds of proxies to place on levels. Let's start with base buildings. Open the proxy masters file. Assume we're placing an Allied Barracks. Select the barracks, then open the object list with H and select everything underneath it in the hierarchy that you would like to copy over to your level. Hit select, then File -> Save As -> Save Selected. I typically just save Untitled to desktop. Now open your level file in Max, go to File -> Import -> Merge (I set this as a shortcut key Shift + M since I use it so often). Select the Untitled file from the Desktop, then select all objects and hit OK. The Barracks will appear. If you did nothing else at this point and exported your map, you would have a Barracks there, but do note you wouldn't be able to travel between the floors because no hole was cut in the ground. This placement method can be done with any of the buildings, trees, or other proxies that you wish to use from the proxy masters file. BONUS ROUNDI know this isn't about proxies, but so that we put a nice pretty bow on things, let's cut a hole in the ground for the Barracks. If your terrain isn't already editable poly, convert it to that. Now press 4 or click on the little polygon icon to activate polygon editing mode. Select the polygons that fill the Barracks area and press Del to delete them. Now, get out of polygon mode (press 4 again) and attach the temp ground (which notably isn't a proxy) to your ground plane. Now, go to Vertex mode (press 1) and start welding/collapsing these separate pieces together for each vertex. I set up a keyboard shortcut to help do this quickly. Customize -> Customize UI -> Collapse (Poly) set to button of your choice. Once it's welded all the way around you should have your hole cut for your proxied Barracks, and the basement should be accessible. That's about it for now, folks! Notes: - The game doesn't care about what your proxy mesh is, it only cares about the pivot and its location and rotation (and sometimes scale). - For objects to export from Max, there is a character limit of 15 characters, which means you want relatively short preset names if you want to proxy those presets. 10 characters would be a safe upper limit for preset names, so the limit would account for a $ prefix, the ~ suffix, and would support hundreds of that proxy object. - Proxies only work if you place them in terrain objects, not if you place them on hierarchical tiles or other simple objects/vehicles that you make. - APB's buildings are proxied terrain objects which proxy yet more objects. This means proxying can be nested as long as all the proxy objects exist in terrain presets.
    2 likes
  5. Version 1.32

    1,033 downloads

    An approved and custom HUD for Interim Apex. Quite a popular HUD in the renegade but becoming harder and harder to find. This HUD was originally not created by me. I took some of the Old APB HUD Metal Edges and implemented it around the corners of the layout. Features include - Better Radar Layout with less intrusive background - Darker GDI Gold and Nod Red Text to help display better on your screen. Also brighter Mutant Green displays on radar to see Viceroids better. - Custom Icons to help display Vehicles, Buildings, Infantry and Beacons better. - The numbering of your Armor is displayed more clearly - Metal Edging alongside the HUD Layout to help better define the box sectors. To install, simply follow these instructions. You're going to take the files from the folder and drop them into your IA DATA folder. Navigation there is as follows. This PC>Computer R (C:)>Program Files (x86)>W3Dhub>Games>ia-release>IAFiles>InterimApex When Interim Apex is updated. You will have to redownload this and install it again. This is due to the update replacing all the files over again. I apologize for the inconvenience. (Big thanks to MoltenJam for enabling the text for weapons and Dblaney1 for fixing it up so it actually works with the IA UI!)
    1 like
  6. 3.5.2.1 Hotfix The Soviet Ore Truck has started harvesting again. The undersides of the icebergs no longer have disco flair. Adjusted the Ore Truck paths so they drive more straight. The hedgehogs near the middle infantry path now react (with bullet hit effects). Fixed a very thin seam in the ground at the Soviet base. Grounded the floating trees north of the Allied base. Removed vis, which fixes some visibility bugs around the map. Misc Added a polygon (previously missing) to the underside of the destroyed Tesla Tank asset.
    1 like
  7. I dont think apb is dead, im sure its just because everyone is playing reborn at the moment
    1 like
    It was pretty alright. 10/10 would rage again.
    1 like
×
×
  • Create New...