diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-10-02 16:36:22 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-10-02 18:29:31 +0200 |
commit | 057cc4326a43bd547971221d902b2c63840feb89 (patch) | |
tree | 4171179650a93756a4de20e66d64039a8aef9876 | |
parent | 512d28121a8c495139e0a409ce6193e200180a31 (diff) | |
download | rgoncalves.se-057cc4326a43bd547971221d902b2c63840feb89.tar.gz |
about: Add level design page
-rw-r--r-- | src/a/index.md | 1 | ||||
-rw-r--r-- | src/a/level-design.md | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/src/a/index.md b/src/a/index.md index dba28e8..8b0c750 100644 --- a/src/a/index.md +++ b/src/a/index.md @@ -7,6 +7,7 @@ Software developer, devops, hacker. ## links +- [level-design](level-design.html) - [curated content](curated-content.html) - [random thoughts](random-thoughts.html) - [resume](resume.html) diff --git a/src/a/level-design.md b/src/a/level-design.md new file mode 100644 index 0000000..09dc4b4 --- /dev/null +++ b/src/a/level-design.md @@ -0,0 +1,35 @@ +title: Level design + +## Source Engine + +I have designed and completed several multiplayer and cooperation maps thanks +to community modding tools for the following games: + +- Day of infamy +- Insurgency (2014) + +For each map, multiple iterations and testing have been needed to reach a +playable state. + +![doi-brecourt](/img/a/level-design/doi-brecourt-01.jpg) +> Playing with HDR built-in effect in the Source engine for an unreleased map. + +![doi-v2forest](/img/a/level-design/doi-v2forest-01.jpg) +> Complete artistic overhaul for a map ported from Day of Defeat to +> Day of Infamy. + +![doi-ardennes](/img/a/level-design/doi-ardennes-01.jpg) +> Large scale PvE map, set in the Battle of the Bulge. Co-created with +> Modtools. + +## Unreal Engine 4 + +I am a former level designer for the multiplayer game +[Resistance and Liberation](https://web.archive.org/web/20190924032538/https://resistance-and-liberation.com/). + +![rnl-carentan](/img/a/level-design/rnl-carentan-01.jpg) + +## See also + +- [artstation.com/binary550](https://www.artstation.com/binary550) +- [steamcommunity.com/id/binary550](https://steamcommunity.com/id/binary550) |