Orfeas Zafeiris

Results 16 issues of Orfeas Zafeiris

When spectating a player in first person, and that player is in a chopper or a plane, his hands view model is still being rendered, and is floating mid-air.

bug

2e7ae5d5-5804-4e3b-959f-2cb740d41556

bug
high priority
Zeus
crash

bug
high priority
crash
voip

- [ ] Store in `settings.json` and also expose to UI the `defaultValue` of settings. - [ ] Notify UI of what mods are currently active. - [ ] Provide...

enhancement
VeniceEXT
WebUI

`HTTP Request failed with error 'Path not found: C:\Users\L¾pez\AppData\Local\VeniceUnleashed\client\cacert.pem'` Username is `López`.

bug
high priority
VeniceEXT

### Required for all PRs: - [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) (e.g. feat:...

feat
plugin/input

Custom weapons stored in ICA pickup containers are currently tracked as left-on-level items.

bug

Is it possible to make teal generate custom type checking code when using the `is` operator instead of checking using `type()`? For example, in my lua implementation, all custom types...

feature request

I'm trying to figure out if there's a way to merge multiple lists / sequences of key-value pairs into a single `createObj` call, and have them compile down to a...

I'm trying to create a Fable plugin but I'm having some trouble. As a very basic starting point, I tried creating the following attribute: ```fsharp namespace Test open Fable type...