File size: 28,431 Bytes
06508e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
{
    "post": {
        "STR_FIELD": "id",
        "add_fetch_param": "<bound method Submission.add_fetch_param of Submission(id='1grc5ta')>",
        "all_awardings": [],
        "allow_live_comments": false,
        "approved_at_utc": null,
        "approved_by": null,
        "archived": false,
        "author": "AndreasLa",
        "author_flair_background_color": null,
        "author_flair_css_class": null,
        "author_flair_richtext": [],
        "author_flair_template_id": null,
        "author_flair_text": null,
        "author_flair_text_color": null,
        "author_flair_type": "text",
        "author_fullname": "t2_5imlbxpl",
        "author_is_blocked": false,
        "author_patreon_flair": false,
        "author_premium": false,
        "award": "<bound method GildableMixin.award of Submission(id='1grc5ta')>",
        "awarders": [],
        "banned_at_utc": null,
        "banned_by": null,
        "can_gild": false,
        "can_mod_post": false,
        "category": null,
        "clear_vote": "<bound method VotableMixin.clear_vote of Submission(id='1grc5ta')>",
        "clicked": false,
        "comment_limit": 2048,
        "comment_sort": "confidence",
        "comments": "<praw.models.comment_forest.CommentForest object at 0x769a8614ac80>",
        "content_categories": null,
        "contest_mode": false,
        "created": 1731610386.0,
        "created_utc": 1731610386.0,
        "crosspost": "<bound method Submission.crosspost of Submission(id='1grc5ta')>",
        "delete": "<bound method EditableMixin.delete of Submission(id='1grc5ta')>",
        "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Submission(id='1grc5ta')>",
        "discussion_type": null,
        "distinguished": null,
        "domain": "self.reddeadredemption",
        "downs": 0,
        "downvote": "<bound method VotableMixin.downvote of Submission(id='1grc5ta')>",
        "duplicates": "<bound method SubmissionListingMixin.duplicates of Submission(id='1grc5ta')>",
        "edit": "<bound method EditableMixin.edit of Submission(id='1grc5ta')>",
        "edited": false,
        "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Submission(id='1grc5ta')>",
        "flair": "<praw.models.reddit.submission.SubmissionFlair object at 0x769a22fb1de0>",
        "fullname": "t3_1grc5ta",
        "gild": "<bound method GildableMixin.gild of Submission(id='1grc5ta')>",
        "gilded": 0,
        "gildings": {},
        "hidden": false,
        "hide": "<bound method Submission.hide of Submission(id='1grc5ta')>",
        "hide_score": false,
        "id": "1grc5ta",
        "id_from_url": "<function Submission.id_from_url at 0x769a8d396680>",
        "is_created_from_ads_ui": false,
        "is_crosspostable": true,
        "is_meta": false,
        "is_original_content": false,
        "is_reddit_media_domain": false,
        "is_robot_indexable": true,
        "is_self": true,
        "is_video": false,
        "likes": null,
        "link_flair_background_color": "#cc3600",
        "link_flair_css_class": "two",
        "link_flair_richtext": [
            {
                "e": "text",
                "t": "Issue"
            }
        ],
        "link_flair_template_id": "e5a443f4-c100-11e8-854a-0e94b36eeb86",
        "link_flair_text": "Issue",
        "link_flair_text_color": "light",
        "link_flair_type": "richtext",
        "locked": false,
        "mark_visited": "<bound method Submission.mark_visited of Submission(id='1grc5ta')>",
        "media": null,
        "media_embed": {},
        "media_only": false,
        "mod": "<praw.models.reddit.submission.SubmissionModeration object at 0x769a899c5600>",
        "mod_note": null,
        "mod_reason_by": null,
        "mod_reason_title": null,
        "mod_reports": [],
        "name": "t3_1grc5ta",
        "no_follow": true,
        "num_comments": 4,
        "num_crossposts": 0,
        "num_reports": null,
        "over_18": false,
        "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.submission.Submission'>>",
        "permalink": "/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/",
        "pinned": false,
        "pwls": 6,
        "quarantine": false,
        "removal_reason": null,
        "removed_by": null,
        "removed_by_category": null,
        "reply": "<bound method ReplyableMixin.reply of Submission(id='1grc5ta')>",
        "report": "<bound method ReportableMixin.report of Submission(id='1grc5ta')>",
        "report_reasons": null,
        "save": "<bound method SavableMixin.save of Submission(id='1grc5ta')>",
        "saved": false,
        "score": 1,
        "secure_media": null,
        "secure_media_embed": {},
        "selftext": "Was trying out the PC version--but my eyes get so tired. Wanted to see if anyone else had experienced that? I had it with Red Dead 2 to a degree, but either fixed it with a filter or got used to it over time. But it's really fuckin' with my ability to play. It only happens with this game. I've experienced a bit of nausea in the past from other games but usually the FOV slider fixes those. But with this? I'm not sure what the problem is. Feels like I'm straining myself to focus on the screen or something. ",
        "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>Was trying out the PC version--but my eyes get so tired. Wanted to see if anyone else had experienced that? I had it with Red Dead 2 to a degree, but either fixed it with a filter or got used to it over time. But it&#39;s really fuckin&#39; with my ability to play. It only happens with this game. I&#39;ve experienced a bit of nausea in the past from other games but usually the FOV slider fixes those. But with this? I&#39;m not sure what the problem is. Feels like I&#39;m straining myself to focus on the screen or something. </p>\n</div><!-- SC_ON -->",
        "send_replies": true,
        "shortlink": "https://redd.it/1grc5ta",
        "spoiler": false,
        "stickied": false,
        "subreddit": "reddeadredemption",
        "subreddit_id": "t5_2rn7o",
        "subreddit_name_prefixed": "r/reddeadredemption",
        "subreddit_subscribers": 2036733,
        "subreddit_type": "public",
        "suggested_sort": "top",
        "thumbnail": "self",
        "thumbnail_height": null,
        "thumbnail_width": null,
        "title": "Eye-Strain on Red Dead 1 for PC?",
        "top_awarded_type": null,
        "total_awards_received": 0,
        "treatment_tags": [],
        "unhide": "<bound method Submission.unhide of Submission(id='1grc5ta')>",
        "unsave": "<bound method SavableMixin.unsave of Submission(id='1grc5ta')>",
        "ups": 1,
        "upvote": "<bound method VotableMixin.upvote of Submission(id='1grc5ta')>",
        "upvote_ratio": 1.0,
        "url": "https://www.reddit.com/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/",
        "user_reports": [],
        "view_count": null,
        "visited": false,
        "wls": 6,
        "created_date": "2024-11-14",
        "full_link": "https://www.reddit.com/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/"
    },
    "comments": [
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "PhuckSJWs",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_ocf0p",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lx4pajx')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lx4pajx')>",
            "body": "bump up the refresh rate.  lower the monitor resolution to achieve a higher refresh rate if you have to.",
            "body_html": "<div class=\"md\"><p>bump up the refresh rate.  lower the monitor resolution to achieve a higher refresh rate if you have to.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lx4pajx')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lx4pajx')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731610581.0,
            "created_utc": 1731610581.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lx4pajx')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lx4pajx')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lx4pajx')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lx4pajx')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lx4pajx')>",
            "fullname": "t1_lx4pajx",
            "gild": "<bound method GildableMixin.gild of Comment(id='lx4pajx')>",
            "gilded": 0,
            "gildings": {},
            "id": "lx4pajx",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1grc5ta",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lx4pajx')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lx4pajx')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a899c56c0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lx4pajx",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lx4pajx')>",
            "parent_id": "t3_1grc5ta",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/lx4pajx/",
            "refresh": "<bound method Comment.refresh of Comment(id='lx4pajx')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a899580a0>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lx4pajx')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lx4pajx')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lx4pajx')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1grc5ta",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lx4pajx')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lx4pajx')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lx4pajx')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lx4pajx')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "Electronic-Source-55",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_b79itsum",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lx6ksbr')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lx6ksbr')>",
            "body": "Do you use computer glasses? The ones that are ment to block blue light and whatnot",
            "body_html": "<div class=\"md\"><p>Do you use computer glasses? The ones that are ment to block blue light and whatnot</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lx6ksbr')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lx6ksbr')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731631818.0,
            "created_utc": 1731631818.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lx6ksbr')>",
            "depth": 0,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lx6ksbr')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lx6ksbr')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lx6ksbr')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lx6ksbr')>",
            "fullname": "t1_lx6ksbr",
            "gild": "<bound method GildableMixin.gild of Comment(id='lx6ksbr')>",
            "gilded": 0,
            "gildings": {},
            "id": "lx6ksbr",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": true,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1grc5ta",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lx6ksbr')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lx6ksbr')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a8995a0b0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lx6ksbr",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lx6ksbr')>",
            "parent_id": "t3_1grc5ta",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/lx6ksbr/",
            "refresh": "<bound method Comment.refresh of Comment(id='lx6ksbr')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a89959780>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lx6ksbr')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lx6ksbr')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lx6ksbr')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1grc5ta",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lx6ksbr')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lx6ksbr')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lx6ksbr')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lx6ksbr')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "AndreasLa",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_5imlbxpl",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lx4psjt')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lx4psjt')>",
            "body": "I'm running everything on max, 165hz--can use framegen too, if I want. So, that shouldn't be an issue. Least I never felt the need to check if my fps was low?",
            "body_html": "<div class=\"md\"><p>I&#39;m running everything on max, 165hz--can use framegen too, if I want. So, that shouldn&#39;t be an issue. Least I never felt the need to check if my fps was low?</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lx4psjt')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lx4psjt')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731610733.0,
            "created_utc": 1731610733.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lx4psjt')>",
            "depth": 1,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lx4psjt')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lx4psjt')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lx4psjt')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lx4psjt')>",
            "fullname": "t1_lx4psjt",
            "gild": "<bound method GildableMixin.gild of Comment(id='lx4psjt')>",
            "gilded": 0,
            "gildings": {},
            "id": "lx4psjt",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": false,
            "is_submitter": true,
            "likes": null,
            "link_id": "t3_1grc5ta",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lx4psjt')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lx4psjt')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a8995a3b0>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lx4psjt",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lx4psjt')>",
            "parent_id": "t1_lx4pajx",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/lx4psjt/",
            "refresh": "<bound method Comment.refresh of Comment(id='lx4psjt')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a89959f60>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lx4psjt')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lx4psjt')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lx4psjt')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1grc5ta",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lx4psjt')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lx4psjt')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lx4psjt')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lx4psjt')>",
            "user_reports": []
        },
        {
            "MISSING_COMMENT_MESSAGE": "This comment does not appear to be in the comment tree",
            "STR_FIELD": "id",
            "all_awardings": [],
            "approved_at_utc": null,
            "approved_by": null,
            "archived": false,
            "associated_award": null,
            "author": "PhuckSJWs",
            "author_flair_background_color": null,
            "author_flair_css_class": null,
            "author_flair_richtext": [],
            "author_flair_template_id": null,
            "author_flair_text": null,
            "author_flair_text_color": null,
            "author_flair_type": "text",
            "author_fullname": "t2_ocf0p",
            "author_is_blocked": false,
            "author_patreon_flair": false,
            "author_premium": false,
            "award": "<bound method GildableMixin.award of Comment(id='lx4q3n5')>",
            "awarders": [],
            "banned_at_utc": null,
            "banned_by": null,
            "block": "<bound method InboxableMixin.block of Comment(id='lx4q3n5')>",
            "body": "fair enough. just throwing out the suggestion.",
            "body_html": "<div class=\"md\"><p>fair enough. just throwing out the suggestion.</p>\n</div>",
            "can_gild": false,
            "can_mod_post": false,
            "clear_vote": "<bound method VotableMixin.clear_vote of Comment(id='lx4q3n5')>",
            "collapse": "<bound method InboxableMixin.collapse of Comment(id='lx4q3n5')>",
            "collapsed": false,
            "collapsed_because_crowd_control": null,
            "collapsed_reason": null,
            "collapsed_reason_code": null,
            "comment_type": null,
            "controversiality": 0,
            "created": 1731610827.0,
            "created_utc": 1731610827.0,
            "delete": "<bound method EditableMixin.delete of Comment(id='lx4q3n5')>",
            "depth": 2,
            "disable_inbox_replies": "<bound method InboxToggleableMixin.disable_inbox_replies of Comment(id='lx4q3n5')>",
            "distinguished": null,
            "downs": 0,
            "downvote": "<bound method VotableMixin.downvote of Comment(id='lx4q3n5')>",
            "edit": "<bound method EditableMixin.edit of Comment(id='lx4q3n5')>",
            "edited": false,
            "enable_inbox_replies": "<bound method InboxToggleableMixin.enable_inbox_replies of Comment(id='lx4q3n5')>",
            "fullname": "t1_lx4q3n5",
            "gild": "<bound method GildableMixin.gild of Comment(id='lx4q3n5')>",
            "gilded": 0,
            "gildings": {},
            "id": "lx4q3n5",
            "id_from_url": "<function Comment.id_from_url at 0x769a8d5bbb50>",
            "is_root": false,
            "is_submitter": false,
            "likes": null,
            "link_id": "t3_1grc5ta",
            "locked": false,
            "mark_read": "<bound method InboxableMixin.mark_read of Comment(id='lx4q3n5')>",
            "mark_unread": "<bound method InboxableMixin.mark_unread of Comment(id='lx4q3n5')>",
            "mod": "<praw.models.reddit.comment.CommentModeration object at 0x769a89959f90>",
            "mod_note": null,
            "mod_reason_by": null,
            "mod_reason_title": null,
            "mod_reports": [],
            "name": "t1_lx4q3n5",
            "no_follow": true,
            "num_reports": null,
            "parent": "<bound method Comment.parent of Comment(id='lx4q3n5')>",
            "parent_id": "t1_lx4psjt",
            "parse": "<bound method PRAWBase.parse of <class 'praw.models.reddit.comment.Comment'>>",
            "permalink": "/r/reddeadredemption/comments/1grc5ta/eyestrain_on_red_dead_1_for_pc/lx4q3n5/",
            "refresh": "<bound method Comment.refresh of Comment(id='lx4q3n5')>",
            "removal_reason": null,
            "replies": "<praw.models.comment_forest.CommentForest object at 0x769a8995a800>",
            "reply": "<bound method ReplyableMixin.reply of Comment(id='lx4q3n5')>",
            "report": "<bound method ReportableMixin.report of Comment(id='lx4q3n5')>",
            "report_reasons": null,
            "save": "<bound method SavableMixin.save of Comment(id='lx4q3n5')>",
            "saved": false,
            "score": 1,
            "score_hidden": false,
            "send_replies": true,
            "stickied": false,
            "submission": "1grc5ta",
            "subreddit": "reddeadredemption",
            "subreddit_id": "t5_2rn7o",
            "subreddit_name_prefixed": "r/reddeadredemption",
            "subreddit_type": "public",
            "top_awarded_type": null,
            "total_awards_received": 0,
            "treatment_tags": [],
            "unblock_subreddit": "<bound method InboxableMixin.unblock_subreddit of Comment(id='lx4q3n5')>",
            "uncollapse": "<bound method InboxableMixin.uncollapse of Comment(id='lx4q3n5')>",
            "unrepliable_reason": null,
            "unsave": "<bound method SavableMixin.unsave of Comment(id='lx4q3n5')>",
            "ups": 1,
            "upvote": "<bound method VotableMixin.upvote of Comment(id='lx4q3n5')>",
            "user_reports": []
        }
    ]
}