User:Fitzroy doll: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Website: minor URL change)
m (Unicodifying, replaced: [[Image: → [[File: (7))
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Website ==
== Current project ==  
[http://www.amphibian.myzen.co.uk/home Amphibian Mods] is a collection of working download links to quality single player maps and mods for many different first person shooter games, including Half Life and Half Life 2. The site includes instructions for running all maps and mods from the command line.
----


== Projects ==
[[File:Software Cover - CSSSF.jpg|left|link=CSS SCI FI]]{{clr}}
Coming soon!
----
== Wishlist for HL2 Single Player Mapping==
#Allow HL2 single player, both in the game and in Hammer, to mount multiple GCFs, for example, the CS:S and HL2 GCFs. This should be doable with the Gameinfo.txt but at present it does not work. This is important as it will allow mappers to make use of resources in both locations without extracting or redistributing content. The only way to achieve this at present is to use a modified client and server dll, which is a poor workaround for something which should not be a problem in the first place. See [[Mod_Content_Usage]] for more on this issue.
#Enable friendly fire. I've noticed that the Combine can accidentally shoot one another but the rebels never do. I know this can be done with mods but it would be nice to have in game.
#enable the [[Func_fish_pool]]. I want fish that swim around, not just murderous leeches!<br>
#enable [[Bullet_Penetration_in_Counter-Strike:_Source]]. Who doesn't want to "wall" a combine? The bullet decals appear on the other side of the wall as if this was happening, but no damage occurs. I realise that this could be a problem for scenarios such as the end of Lost Coast (and the end of Episode 1 for that matter), but it would be a nice feature.
#enable the [[Detail_Props#Detail_Shapes]] in single player.
#fix the HDR warning for the skybox when you compile a map. Every map I compile, including the SDK examples, contains these warnings:
<pre>Creating default cubemaps for env_cubemap using skybox materials:
skybox/sky_day01_01*.vmt
Run buildcubemaps in the engine to get the correct cube maps.


No such variable "$hdrbasetexture" for material "skybox/sky_day01_01rt"
'''[[CSS SCI FI|CSS SCI FI 3: Hardwired]]''' is a mod for the Source SDK base featuring 42 unique single-player missions. Missions are set in 18 retail and 24 custom Counter-Strike: Source maps, which are installed intact to the player's CS:S game folder. The mod edits the entity data for each map as it is loaded, adding and modifying entities to create a seamless single-player experience. The maps remain unchanged and are fully playable in Counter-Strike: Source.
Can't load skybox file skybox/sky_day01_01 to build the default cubemap!</pre>


:This happens because the tools seem to expect you to be undertaking [[HDR_Skybox_Creation]], even though it should be perfectly possible to map without the use of HDR.
Players enter each map through the mission hub and can choose to play each one at a time or all in 3 linked campaigns. Each mission features a series of goals, such as to rescue hostages or destroy targets, which must be completed to move on to the next map or return to the hub. There are multiple approaches to each goal, and in each map the behavior and armament of enemies and the distribution of resources are randomly determined within defined parameters. Thus, no two plays are the same, making CSS SCI FI a truly replayable single-player experience.
 
== CSS SCI FI Project links ==
 
[[CSS SCI FI|CSS SCI FI 3: Hardwired Valve Developer Community page]]
 
[http://www.amphibian.myzen.co.uk/css_sci_fi/ Project home page]
 
[http://www.gameupdates.org/details.php?id=3801 Torrent download]
 
[[File:Moddb.png|link=http://www.moddb.com/mods/css-sci-fi|alt=moddb]] [[File:Pp.png|link=http://www.planetphillip.com/posts/css-sci-fi-3-hardwired-half-life-2/|alt=PlanetPhillip]] [[File:Steam community icon.png|link=http://steamcommunity.com/groups/css_sci_fi|alt=Steam Community]] [[File:Flickr-48x48.png|link=http://www.flickr.com/photos/fitzroy_doll/sets/72157622441523028/|alt=Flickr]] [[File:Picasa-48x48.png|link=http://picasaweb.google.com/antiscope/CSSSCIFI3Hardwired#|alt=Picasa]] [[File:Youtube.png|link=http://www.youtube.com/watch?v=TX6NZQF6RfU|alt=YouTube|48px]]
 
== Useful links ==
 
[http://acc6.its.brooklyn.cuny.edu/~gurwitz/core5/nav2tool.html Spawn Flag decoder]
 
When presented with a total value for spawn flags, you can find out which flags were checked by converting the total from decimal to binary using the above link. For example, to determine what flags the [[npc_helicopter]] in d1_eli_02 has checked, enter the total (224 as shown on line 6470 of the entity table) and convert it to binary (11100000). Then click explain answer. This gives you "The number 224 can be expressed as: 128 + 64 + 32". These values correspond to the spawnflags which were checked for this entity.
 
== Website ==
[http://www.amphibian.myzen.co.uk/home Amphibian Mods] is a collection of working download links to quality single player maps and mods for Half-Life and Half-Life 2, as well as several other games. The site includes instructions for running all maps and mods from the command line.

Latest revision as of 02:41, 7 January 2024

Current project

Software Cover - CSSSF.jpg

CSS SCI FI 3: Hardwired is a mod for the Source SDK base featuring 42 unique single-player missions. Missions are set in 18 retail and 24 custom Counter-Strike: Source maps, which are installed intact to the player's CS:S game folder. The mod edits the entity data for each map as it is loaded, adding and modifying entities to create a seamless single-player experience. The maps remain unchanged and are fully playable in Counter-Strike: Source.

Players enter each map through the mission hub and can choose to play each one at a time or all in 3 linked campaigns. Each mission features a series of goals, such as to rescue hostages or destroy targets, which must be completed to move on to the next map or return to the hub. There are multiple approaches to each goal, and in each map the behavior and armament of enemies and the distribution of resources are randomly determined within defined parameters. Thus, no two plays are the same, making CSS SCI FI a truly replayable single-player experience.

CSS SCI FI Project links

CSS SCI FI 3: Hardwired Valve Developer Community page

Project home page

Torrent download

moddb PlanetPhillip Steam Community Flickr Picasa YouTube

Useful links

Spawn Flag decoder

When presented with a total value for spawn flags, you can find out which flags were checked by converting the total from decimal to binary using the above link. For example, to determine what flags the npc_helicopter in d1_eli_02 has checked, enter the total (224 as shown on line 6470 of the entity table) and convert it to binary (11100000). Then click explain answer. This gives you "The number 224 can be expressed as: 128 + 64 + 32". These values correspond to the spawnflags which were checked for this entity.

Website

Amphibian Mods is a collection of working download links to quality single player maps and mods for Half-Life and Half-Life 2, as well as several other games. The site includes instructions for running all maps and mods from the command line.