Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove trailing whitespace #21

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Install-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ From the command line:
If this is the first time running the app, the operating system complains that it can't run an unsigned package, simply right (or cmd) click and select Open. In future you will be able to run the app as normal, this will override the warning for all future attempts. You can also do this from the command line.

## If you get stuck
Don't panic! If you have trouble working out how to install and run the game, you can get assistance on our [Discord](http://www.redeclipse.net/discord) or [Discussions](http://www.redeclipse.net/discuss). Please be ready to provide as much information as possible, especially what operating system you're on and specifically which package you're trying to install!
Don't panic! If you have trouble working out how to install and run the game, you can get assistance on our [Discord](http://www.redeclipse.net/discord) or [Discussions](http://www.redeclipse.net/discuss). Please be ready to provide as much information as possible, especially what operating system you're on and specifically which package you're trying to install!
6 changes: 3 additions & 3 deletions editing/Blendmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The first thing to do is create a layered texture. Within the editor, find the t

`/vlayer 123`

![Blendmap](images/editing/blendmap02.jpg "The texture browser")
![Blendmap](images/editing/blendmap02.jpg "The texture browser")

If done correctly, the texture preview should show the layered texture at the upper right corner of the thumbnail.

Expand All @@ -31,15 +31,15 @@ texlayer 249

### Painting

Now that we have a layered texture, we are ready to start painting. Enable the blendbrush by pressing **[P]**. You can press **[P]** several times for different methods of applying the brush, such as erasing the blendmap or merging the blendmap.
Now that we have a layered texture, we are ready to start painting. Enable the blendbrush by pressing **[P]**. You can press **[P]** several times for different methods of applying the brush, such as erasing the blendmap or merging the blendmap.

- Scrolling the mouse wheel will enable you to change the brush shape and density, such as a square, circle or gradient.
- Right clicking will allow you to rotate the blendbrush.

**Brush modes:**

- **1:** Blends both textures, but will overwrite existing blendmapping around the brush area (a square).
- **2:** Blends textures, adding to the existing blendmap in place.
- **2:** Blends textures, adding to the existing blendmap in place.
- **3:** Erases the blendmap around the brush area (full erase).
- **4:** Similar to \#1, except inverted: defaults to vlayer texture and paints base texture over it.
- **5:** Similar to \#2, except removes the vlayer according to the brush, functioning as an eraser.
Expand Down
6 changes: 3 additions & 3 deletions editing/Entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The `decal` entity is used to project a texture onto cube geometry. This allows

`/newent envmap`

Creates an environment map reflecting the geometry around the entity. The optional radius overrides the maximum distance within which glass or geometry using the "bumpenv*" shaders will reflect from this environment map. If none is specified, the default is taken from the variable `envmapradius` (which defaults to 128 units), which may also be set in map cfgs. Environment maps are generated on a map load, or can be regenerated whilst editing using the `recalc` command.
Creates an environment map reflecting the geometry around the entity. The optional radius overrides the maximum distance within which glass or geometry using the "bumpenv*" shaders will reflect from this environment map. If none is specified, the default is taken from the variable `envmapradius` (which defaults to 128 units), which may also be set in map cfgs. Environment maps are generated on a map load, or can be regenerated whilst editing using the `recalc` command.

## Light

Expand Down Expand Up @@ -97,7 +97,7 @@ Rails are a new feature in the development branch. Entities can be [linked](Edit

`/newent route`

The `route` entities are used to add possible paths that the player can follow to complete a lap in [Race](Race.md) mode.
The `route` entities are used to add possible paths that the player can follow to complete a lap in [Race](Race.md) mode.

These are easier to place by using `/droproute 1` similar as to how [waypoints](Editing-Waypoints.md) are placed.

Expand All @@ -123,7 +123,7 @@ A trigger is used to create events. For example; A proximity trigger will allow

`/newent weapon`

The `weapon` entity is used to place [weapon](Weapons-Guide.md) spawns within a map.
The `weapon` entity is used to place [weapon](Weapons-Guide.md) spawns within a map.

## Wind

Expand Down
2 changes: 1 addition & 1 deletion editing/Fxlevels.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Fxlevels are used to optimise performance within a map, dependent on the users graphical settings. These attributes are set by the mapper to control level of detail, with maximum performance in mind for lower end hardware.
Fxlevels are used to optimise performance within a map, dependent on the users graphical settings. These attributes are set by the mapper to control level of detail, with maximum performance in mind for lower end hardware.

## Mapeffects

Expand Down
6 changes: 3 additions & 3 deletions editing/Models.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Redeclipse supports several model formats;
* OBJ (object wavefront)
* IQM (inter-quake model format)

Models that require a bone for positioning, or contain animations will need to be exported as IQM. We reccomend using Blender for 3D modelling, due to the IQM exporter.
Models that require a bone for positioning, or contain animations will need to be exported as IQM. We reccomend using Blender for 3D modelling, due to the IQM exporter.

An IQM exporter can be obtained here: [https://github.com/lsalzman/iqm](https://github.com/lsalzman/iqm)
Pick the lastest version of the plugin if using blender 3.0+.
Expand All @@ -32,7 +32,7 @@ mdlscale 250

### Examples
#### obj
This example uses a mesh exported for use as an obj model.
This example uses a mesh exported for use as an obj model.

Within blender:
* Add a new mesh to the scene
Expand All @@ -46,7 +46,7 @@ A correctly configured example of a model can be found here; Download this [map]
#### iqm
This example uses a mesh exported for use as an iqm model.

An IQM model requires at least one bone present.
An IQM model requires at least one bone present.

Within blender:
* Add a new mesh to the scene
Expand Down
2 changes: 1 addition & 1 deletion editing/Waypoints.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Waypoints are used to allow bots to navigate through a map. They are hidden by default, but can be viewed by setting `/showwaypoints 1`.
Waypoints are used to allow bots to navigate through a map. They are hidden by default, but can be viewed by setting `/showwaypoints 1`.

Creating waypoints for a map is as simple as using the console command `/dropwaypoints 1` and then traversing the map. The waypoints are represented by purple nodes which are linked together, your character will drop these as you move around.

Expand Down
2 changes: 1 addition & 1 deletion gameplay/Weapon-Sword.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Both fire modes cause bleeding upon hit. Keep that in mind, especially when graz

### Counterplay

A Sword user that cannot get within your range has their damage output castrated, but there are many ways they can get close to you that are the real problem. If the player is smart, they will take cover behind objects while you're firing at them, so force them out into open spaces - something that's rather easy to do if they are chasing you down relentlessly, but gives them a big disadvantage. Try to read their movements and time your impulses to dodge their attacks instead of plainly running away. Remember, they have the superior agility, but anyone can impulse, and a single move that throws them off can cost them their life.
A Sword user that cannot get within your range has their damage output castrated, but there are many ways they can get close to you that are the real problem. If the player is smart, they will take cover behind objects while you're firing at them, so force them out into open spaces - something that's rather easy to do if they are chasing you down relentlessly, but gives them a big disadvantage. Try to read their movements and time your impulses to dodge their attacks instead of plainly running away. Remember, they have the superior agility, but anyone can impulse, and a single move that throws them off can cost them their life.

### Strengths & Weaknesses

Expand Down
2 changes: 1 addition & 1 deletion server-how-to/Server-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Should you desire/need to, you may also specify which address your server binds
```
serverip 127.0.0.1
```
Remember these settings for later, in case you will need to do [port forwarding](#forwarding-ports).
Remember these settings for later, in case you will need to do [port forwarding](#forwarding-ports).

### Server Visibility and Access
You can control the visibility and/or accessibility of your server to the public.
Expand Down