Fast Train & Object Spawner
Fast train is self explanatory, makes the train super fast.
Object Spawner - current state https://streamable.com/uenxzn
Set on Fire option preview https://streamable.com/2kstn4
// TODO
- [x] Add Tooltips for the toggles
- [x] Add Slider for Transparency
- [x] Populate ObjModels list with more objects from object_list.lua
- [x] Add toggle for Enabling/Disabling collision
Sliders are there for fine tuning placement as currently, the object is set to the players forward vector, so when you move your character around it also moves with you.
@Rxann @tyackman @maybegreat48
Give me your feedback, had to make a new draft PR because I fucked up the last one by editing files on github directly.
@Rxann @tyackman @maybegreat48
Give me your feedback, had to make a new draft PR because I fucked up the last one by editing files on github directly.
I think using the freecam like mbg said would be cool. It's a way more elegant approach than the sliders. Also the ability to attach objects together. Also should probably be able to disable collision for spawned objects
@Rxann @tyackman @maybegreat48 Give me your feedback, had to make a new draft PR because I fucked up the last one by editing files on github directly.
I think using the freecam like mbg said would be cool. It's a way more elegant approach than the sliders. Also the ability to attach objects together. Also should probably be able to disable collision for spawned objects
If it can be done it would be great to add in, I am unsure of the approach but i know it can be done. Very similar to something like this https://streamable.com/1lcjxr
As of current, the object/preview will move with your forward vector so if you move around it will move with you, the sliders are more for "Fine Tuning" the objects placement.
All requested changes resolved, tested and working.
@maybegreat48 @tyackman opinions?
Add more models from the object list too.
Object models are going to be added little by little with each PR I create since the list is so huge, or with its own PR after this one gets merged, there is no way I would be able to add them all in within a reasonable amount of time.
Why not just use a JSON or something?
Why not just use a JSON or something?
I got the list sorted out. over 20,000 objects in the list now, could probably be converted to a .json in the appdata folder though.
As of right now, I don't know if it is good to build all of these into the binary. I think we might need a JSON file that users can download to use the object spawner. The amount of bloat to the amount of use ratio is undesirable currently.
As of right now, I don't know if it is good to build all of these into the binary. I think we might need a JSON file that users can download to use the object spawner. The amount of bloat to the amount of use ratio is undesirable currently.
If you can implement the json i can just make the list for you. Im not sure how i would go about that.
If you can implement the json i can just make the list for you. Im not sure how i would go about that.
Look at the player database for example. It should be very close to something like that.