Matt Penny
ebd7d341f7
Clarify that the build should not be run as root ( #3 )
2024-01-21 22:30:30 -05:00
Matt Penny
bf482724bc
Create progress document
2024-01-13 14:30:50 -05:00
Matt Penny
7b39da9774
Document libultra API usage and migration strategy
2024-01-13 14:30:31 -05:00
Matt Penny
94be65409d
Update readme with Still Alive info
2024-01-13 11:27:25 -05:00
James Lambert
c4d0804cdf
Update readme for first slice
2023-12-29 14:17:15 -07:00
Joseph
32adee7542
Update README.md
...
I changed where it implied that you can just download the release of the ROM and play it with no further action.
2023-12-23 22:09:13 -05:00
Joseph
dd87cac1a8
Update README.md
...
https://github.com/lambertjamesd/portal64/discussions/395#discussioncomment-7462499
Changed how long it has been in development in readme as per comments.
2023-12-23 22:00:16 -05:00
Joseph
77903a9395
reorganized the readme and move files.
...
I move contributing.md to the documentation folder.
I moved setup.sh to the tools folder.
I renamed contributing.md from all caps to lowercase to match other files.
I moved docker setup to it's own file.
I moved some instructions to the add_vpk_here.md file.
2023-12-21 18:22:06 -05:00
Joseph
8af17e8514
Update README.md
...
I had a tiny typo and it bugged me. Maybe not worth a whole commit over.
2023-12-20 01:34:07 -05:00
Joseph
4b2ede89c0
Update README.md
...
Fixed the formatting.
2023-12-19 18:10:39 -05:00
Joseph
1e460bca4a
Update README.md
...
Undid the last commit as it was WSL not wanting to run multiple commands at once.
2023-12-19 13:08:20 -05:00
Joseph
e872275f5b
Update README.md
...
made git command separate because if git is already install the git clone command wont run.
2023-12-19 13:00:05 -05:00
Joseph
0568ffbb9f
Update README.md
...
Fixed the link again.
2023-12-19 12:53:15 -05:00
Joseph
161790e0e0
Update README.md
...
Made the link link to the document.
2023-12-19 12:50:50 -05:00
Joseph
f2ecda9bb9
Update README.md
...
Updated the Readme to use the install script.
Made a link to the manual setup in docs.
2023-12-19 12:33:19 -05:00
Joseph
694c938ee5
Merge branch 'master' into no-wine-no-fix
2023-12-18 23:37:05 -05:00
Joseph
a3b35fd0f4
Update README.md
...
Remove make fix mentions.
2023-12-18 21:48:02 -05:00
Joseph
f8f81694e2
Update README.md
...
FIxed WINE link in Readme.
2023-12-18 21:32:13 -05:00
Joseph
6e2fc9f929
Update README.md
...
Remove redundant skelatool64 in readme and added a version for ffmpeg.
2023-12-18 21:17:43 -05:00
Joseph
7b37328765
Update README.md
...
Fixed an issue where the copy code was too big.
2023-12-17 22:36:10 -05:00
carsongoodwin32
2d216ba14e
Fix typo in readme
2023-12-17 18:12:02 -06:00
Joseph
ab316ae2cf
Update README.md
...
Updated readme for fix-nowine.
2023-12-17 18:40:19 -05:00
Joseph
b87039257e
Update README.md
...
I put the clone the repo steps above making the tools as you need to cd into the repo to make them.
2023-12-03 14:54:05 -05:00
James Lambert
cbcb78def9
Mark another task as complete
2023-12-01 21:21:09 -07:00
James Lambert
1ac772e630
Mark task as done
2023-12-01 20:55:00 -07:00
rxhfcy
c70879aa25
Update README.md (fix thinko in the which blender
command)
2023-11-30 11:24:25 +02:00
lambertjamesd
3e1347aae9
Merge pull request #517 from Jgoodwin64/Jgoodwin64-UpdateReadme
...
Update README.md
2023-11-29 19:45:35 -07:00
Joseph
091b4a1795
Update README.md
2023-11-29 17:30:34 -05:00
Joseph
055368627b
Update README.md
...
Re-Order apt update
2023-11-29 16:11:10 -05:00
Joseph
410f8a0f3f
Update README.md
2023-11-29 15:45:21 -05:00
Joseph
5af78d9715
Update README.md
...
Updated the readme, minor rephrasing.
2023-11-29 12:11:34 -05:00
rxhfcy
18ae97e75f
Update README.md (Remind the user that $(which blender) shows the path, use "/snap/bin/blender" as the example path + yet another reminder that the Blender version must be 3.6)
2023-11-29 18:31:04 +02:00
lambertjamesd
79a6218abf
Merge pull request #511 from rxhfcy/patch-3
...
Update README.md (update Blender installation command to install version 3.6)
2023-11-29 08:34:02 -07:00
Weston
3a5bb77d91
Merge pull request #513 from rxhfcy/patch-4
...
Update README.md (pipx works on 22.04)
2023-11-29 08:52:48 -06:00
Weston
e3e563a976
Merge pull request #510 from rxhfcy/patch-2
...
Update README.md (add missing portal_*.txt files to "How to build")
2023-11-29 08:44:07 -06:00
rxhfcy
a308d7da10
Update README.md (only Blender 3.6 works, e.g. 4.x doesn't)
...
I verified that only Blender 3.6.x works correctly: Blender 4.0.1 produced a corrupted Chell walking animation (and possibly other problems, didn't test further)
2023-11-29 16:18:08 +02:00
rxhfcy
d017b8d449
Update README.md (pipx already worked in 22.04)
...
At least on my system, pipx already worked in 22.04 LTS, so probably no need to have different instructions for different Ubuntu versions?)
2023-11-29 14:12:09 +02:00
rxhfcy
126e9da480
Update README.md (update Blender installation command)
...
Since the instructions (and the name of the BLENDER_3_6 environment variable) specifically talk about LTS version 3.6.x, this command will probably be better than "sudo apt install blender" (which will install a random version, possibly not 3.6)
Command taken from here: https://snapcraft.io/blender -> "3.6lts/stable" from the upper right corner
2023-11-29 14:02:39 +02:00
rxhfcy
93737834ea
Update README.md: add missing portal_*.txt files to "How to build"
...
otherwise make complains about missing Portal/portal/resource/portal_*.txt:
#Exception: not found vpk/Portal/portal/resource/portal_english.txt
2023-11-29 13:47:21 +02:00
James Lambert
32f6972c80
filter out contacts when collision flags change to allow player to pass through door
2023-11-28 20:54:06 -07:00
James Lambert
f117026287
fix portal gun flicker between levels
2023-11-28 20:50:23 -07:00
James Lambert
93bdb4efba
Make better use of z buffer when portals are small on the screen
2023-11-28 18:41:44 -07:00
hackgrid
1d6302a41d
update readme for building from Ubuntu 23.04 on
2023-11-28 10:56:26 +01:00
rxhfcy
444c57940a
Update README.md
...
Update YouTube channel URL
2023-11-27 09:09:33 +02:00
hackgrid
8a755e77f5
update docker instructions
2023-11-20 12:08:36 +01:00
hackgrid
da0f672764
oops
2023-11-17 00:25:31 +01:00
hackgrid
ad4781e27b
Update README.md
2023-11-16 23:36:04 +01:00
hackgrid
8e9a769045
Update README.md for valve_* files
2023-11-10 10:44:17 +01:00
hackgrid
b08cec4547
further clarify for languages vpk files
2023-11-04 11:38:17 +01:00
hackgrid
550373c03b
Update README.md with correct paths
2023-11-04 11:00:27 +01:00