Skip to content

Commit

Permalink
Merge pull request #14 from DaniElectra/ddl-param-3
Browse files Browse the repository at this point in the history
Updates with DDL param type 3 and OLS Storage
  • Loading branch information
jonbarrow authored Dec 10, 2023
2 parents fdd3295 + 3dff71b commit c51af7b
Show file tree
Hide file tree
Showing 7 changed files with 505 additions and 21 deletions.
12 changes: 6 additions & 6 deletions docs/ddl.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@ The second parse tree item is always the same as the first parse tree item. I do

## Parameter

| Type | Description |
|------------------|--------------------------|
| [Variable] | Variable |
| [DeclarationUse] | Declaration use |
| Uint32 | Array size |
| Uint8 | Type (1=input, 2=output) |
| Type | Description |
|------------------|----------------------------------|
| [Variable] | Variable |
| [DeclarationUse] | Declaration use |
| Uint32 | Array size |
| Uint8 | Type (1=input, 2=output, 3=both) |

## ReturnValue

Expand Down
10 changes: 5 additions & 5 deletions docs/nex/protocols/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ See also: [RMC Protocol](/docs/rmc)

## Game-Specific

| ID | Game | Protocol |
|-----|----------------------------|----------------------------------------------|
| 200 | Pokemon Bank | [Shop](/docs/nex/protocols/shop) |
| 201 | Super Smash Bros. Ultimate | [Tournament](/docs/nex/protocols/tournament) |
| ID | Game | Protocol |
|-----|----------------------------|------------------------------------------------|
| 200 | Pokemon Bank | [Shop](/docs/nex/protocols/shop) |
| 200 | Rayman Legends | [OLS storage](/docs/nex/protocols/ols-storage) |
| 201 | Super Smash Bros. Ultimate | [Tournament](/docs/nex/protocols/tournament) |

## Not provided by NEX
Ubisoft games always use the original Quazal Rendez-Vous library instead of NEX. The following protocols are not implemented by NEX, but may seen in Ubisoft games:
Expand Down Expand Up @@ -87,7 +88,6 @@ Ubisoft games always use the original Quazal Rendez-Vous library instead of NEX.
| ? | [Web notifications storage](/docs/nex/protocols/web-notifications-storage) |
| ? | [Title storage admin](/docs/nex/protocols/title-storage-admin) |
| ? | [User storage admin](/docs/nex/protocols/user-storage-admin) |
| ? | [OLS storage](/docs/nex/protocols/ols-storage) |

## Internal protocols
These protocols seem to be used internally by the servers. Likely for their inter-server communications. Many of these can only be observed through the [Debug](/docs/nex/protocols/debug) protocol. However some games implement subsets of these protocols
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
layout: post
toc: true
title: OLS Storage
title: Rayman Legends Challenges App (200)
---

This page contains an early version of the [OLS Storage](/docs/nex/protocols/ols-storage) protocol used in Rayman Legends Challenges App.

## Methods

| Method ID | Method Name |
Expand Down
Loading

0 comments on commit c51af7b

Please sign in to comment.