Skip to content

Commit

Permalink
move repo to own org
Browse files Browse the repository at this point in the history
  • Loading branch information
luttje committed Nov 16, 2024
1 parent 8eec6e2 commit 5b33591
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@ An open-source platform for creating Source Engine mods with Lua, with compatibi
> Given the current state of the project: please be aware that you will likely encounter **bugs and security issues**, **documentation may be incomplete or outdated**, and features may be missing or incomplete.
> Furthermore your contributions and issue reports are very welcome, but they **may not be responded to, reviewed or merged in a timely manner**.
>
> If you are interested in contributing, please feel free to [open an issue](https://github.com/luttje/experiment-source/issues) and/or create a pull request.
> If you are not sure where to start or what to do, start a discussion in the [Discussions](https://github.com/luttje/experiment-source/discussions) tab.
> If you are interested in contributing, please feel free to [open an issue](https://github.com/experiment-games/experiment-source/issues) and/or create a pull request.
> If you are not sure where to start or what to do, start a discussion in the [Discussions](https://github.com/experiment-games/experiment-source/discussions) tab.
## 🐣 Origin

Initially this repository mainly worked towards creating a Source Engine mod
called "Experiment". It is a multiplayer mod that is based on the Source SDK 2013.
» [🕹 Read more about Experiment in the Garry's Mod gamemode repository](https://github.com/luttje/experiment-redux)
» [🕹 Read more about Experiment in the Garry's Mod gamemode repository](https://github.com/luttje/gmod-experiment-redux)

However during development an alternative idea that arose: that Experiment could
be used as a platform for creating Source Engine mods. This would allow developers
to create their own mods based on the Source SDK 2013, but without writing C++.
Instead mods could be created with Lua scripting and other features not present
in the original Source Engine SDK.
» [💡 Read more about Experiment as a platform in the Developer Portal](https://luttje.github.io/experiment-source)
» [💡 Read more about Experiment as a platform in the Developer Portal](https://experiment-games.github.io/experiment-source)

## ✨ Features

- **Lua Scripting**: Write your mod in Lua, a powerful and easy-to-learn scripting language.
- **Garry's Mod compatibility**: Use Garry's Mod addons, gamemodes, scripts and binary modules in your mod.
- **Game Content mounting**: Mount content from other Source Engine games, like Half-Life 2, Counter-Strike: Source and more.

[» Visit the Developer Portal for our full Goals & Roadmap.](https://luttje.github.io/experiment-source/general/goals-and-roadmap/)
[» Visit the Developer Portal for our full Goals & Roadmap.](https://experiment-games.github.io/experiment-source/general/goals-and-roadmap/)

## 🎮 Gallery

Expand Down Expand Up @@ -134,8 +134,8 @@ After (forking and) cloning the repository, follow these steps to setup the proj
We build and present the Experiment Developer Documentation using [mkdocs-material](https://squidfunk.github.io/mkdocs-material/).
- [📕 View Lua API Documentation](https://luttje.github.io/experiment-source)
- [👓 Read our conventions](https://luttje.github.io/experiment-source/general/conventions/)
- [📕 View Lua API Documentation](https://experiment-games.github.io/experiment-source)
- [👓 Read our conventions](https://experiment-games.github.io/experiment-source/general/conventions/)
### Building the documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/general/about-experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Read more on compatibility in the [gmod_compatibility](../modules/gmod_compatibi

## Origins

We started Experiment with the goal of porting our Garry's Mod gamemode [Experiment Redux](https://github.com/luttje/experiment-redux) to the Source Engine.
We started Experiment with the goal of porting our Garry's Mod gamemode [Experiment Redux](https://github.com/luttje/gmod-experiment-redux) to the Source Engine.
Not wanting to rewrite all our Lua code in C++, we decided to add Lua scripting support to the Source Engine instead.
Because of this, we ended up basically having to implement everything that our gamemode uses in Garry's Mod, but in the Source Engine instead.

Expand Down
2 changes: 1 addition & 1 deletion docs/portal/about-this-portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This Developer Portal documents the [Lua bindings](../general/lua-bindings.md) t
With this wiki we aim to provide reference material for the Lua API, as well as tutorials and examples to help you get started with Lua scripting in Experiment.

!!! Warning
This wiki is a work in progress. If you have any questions or suggestions, please submit an issue on our [GitHub repository](https://github.com/luttje/experiment-source)
This wiki is a work in progress. If you have any questions or suggestions, please submit an issue on our [GitHub repository](https://github.com/experiment-games/experiment-source)
2 changes: 1 addition & 1 deletion docs/portal/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ in the ways described below.

If you find an error in the documentation, please open an issue or a pull request.
The documentation is built from markdown files in the `docs` directory of the
[Experiment repository](https://github.com/luttje/experiment-source).
[Experiment repository](https://github.com/experiment-games/experiment-source).

You can quickly head to a specific page by clicking on the "Edit"-icon in the top
right corner of the page. This will take you to the markdown file in the repository.
Expand Down
Binary file added logo-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: Developer Portal
site_url: https://luttje.github.io/experiment-source
site_url: https://experiment-games.github.io/experiment-source
extra_css:
- stylesheets/extra.css
theme:
Expand All @@ -24,7 +24,7 @@ theme:
- toc.integrate
- navigation.top
- content.code.copy
repo_url: https://github.com/luttje/experiment-source
repo_url: https://github.com/experiment-games/experiment-source
edit_uri: edit/experiment-main/docs/
copyright: Copyright © 2024 - experiment.games
not_in_nav: /index.md
Expand Down

0 comments on commit 5b33591

Please sign in to comment.